{"info":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","description":"<html><head></head><body><p>Professional astrology calculation API powered by Swiss Ephemeris. Compute natal charts, synastry, progressions, directions, transits, Human Design, and 80+ other calculation types via a simple REST API.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"54689779","collectionId":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","publishedId":"2sBXqNmy3n","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"7FD47F"},"publishDate":"2026-05-11T00:22:05.000Z"},"item":[{"name":"Core","item":[{"name":"Natal Chart","id":"ae451d8c-8b0f-4b04-9baa-ea01f6abb02d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/chart","description":"<p>Calculate a full natal chart: planets, house cusps, aspects, sect, and angular data for a given birth moment.</p>\n","urlObject":{"path":["chart"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"b0e22d80-2ec6-401e-a1aa-73821c532c87","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/chart"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"planets\": [\n      {\n        \"id\": 2132.6573514214697,\n        \"name\": \"string\",\n        \"longitude\": 8066.330621338842,\n        \"latitude\": 9122.794011371258,\n        \"speed\": 9887.037927528068,\n        \"house\": 8140.933743331336,\n        \"sign\": \"string\",\n        \"retrograde\": false\n      },\n      {\n        \"id\": 1354.19833013795,\n        \"name\": \"string\",\n        \"longitude\": 2876.41925264281,\n        \"latitude\": 6264.552197584774,\n        \"speed\": 4096.144114830631,\n        \"house\": 5277.145978415571,\n        \"sign\": \"string\",\n        \"retrograde\": true\n      }\n    ],\n    \"houses\": {\n      \"ascendant\": 786.8303768878637,\n      \"mc\": 3963.057925345166,\n      \"cusps\": [\n        7559.3926523961645,\n        3431.0321812237567\n      ]\n    },\n    \"aspects\": [\n      {\n        \"body1\": 2868.4484241313226,\n        \"body2\": 3134.8782990175873,\n        \"type\": \"string\",\n        \"orb\": 5954.1932955325665,\n        \"applying\": true\n      },\n      {\n        \"body1\": 3436.595721807767,\n        \"body2\": 7561.078972943085,\n        \"type\": \"string\",\n        \"orb\": 2242.544829386273,\n        \"applying\": false\n      }\n    ]\n  }\n}"},{"id":"4b511cc4-4cc3-4e7f-9c03-cb57dd445376","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/chart"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"657e701a-2286-48e0-ad4c-bb9a2c94f5d7","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/chart"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"ae451d8c-8b0f-4b04-9baa-ea01f6abb02d"},{"name":"Planet Positions","id":"df8dcc1e-275e-4270-b240-c1a1131a625a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/planets","description":"<p>Calculate raw planet longitudes for a given date/time without full chart context (no houses, no aspects).</p>\n","urlObject":{"path":["planets"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"4d376106-3eb4-4f55-8f4d-9f2e74f126cd","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/planets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"planets\": [\n      {\n        \"id\": 2758.182823355375,\n        \"longitude\": 6039.058709931437,\n        \"latitude\": 1156.7287671089455,\n        \"speed\": 7601.5397581199795\n      },\n      {\n        \"id\": 7073.412243572517,\n        \"longitude\": 679.2554713075915,\n        \"latitude\": 7462.068003614449,\n        \"speed\": 532.0800135610981\n      }\n    ]\n  }\n}"},{"id":"3d58c42e-534f-402d-8fde-c33de18f16b0","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/planets"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"f1ab087d-a883-490b-8242-5b29d9548a13","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/planets"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"df8dcc1e-275e-4270-b240-c1a1131a625a"},{"name":"Ephemeris Range","id":"7d617c41-722f-4eb1-ace1-5e8923fedb4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"startDate\": \"2024-01-01\",\n  \"endDate\": \"2024-12-31\",\n  \"stepDays\": 1,\n  \"planetIds\": [\n    0,\n    1,\n    2\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ephemeris","description":"<p>Return planet positions for a date range with configurable step (min 0.01 days). Max range: 1 year for sub-day steps, 5 years otherwise. Optionally filter by planetIds.</p>\n","urlObject":{"path":["ephemeris"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"1bd12a14-d6a9-477a-8b0e-405a4544fa17","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"startDate\": \"2024-01-01\",\n  \"endDate\": \"2024-12-31\",\n  \"stepDays\": 1,\n  \"planetIds\": [\n    0,\n    1,\n    2\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ephemeris"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"ephemeris\": [\n      {\n        \"jd\": 5063.13616760848,\n        \"date\": \"string\",\n        \"positions\": [\n          {\n            \"planetId\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"longitude\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"latitude\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"speed\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"planetId\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"longitude\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"latitude\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"speed\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      {\n        \"jd\": 4064.744924744088,\n        \"date\": \"string\",\n        \"positions\": [\n          {\n            \"planetId\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"longitude\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"latitude\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"speed\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"planetId\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"longitude\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"latitude\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"speed\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    ]\n  }\n}"},{"id":"94357274-fc6c-438a-b212-3a63d1a0528b","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"startDate\": \"2024-01-01\",\n  \"endDate\": \"2024-12-31\",\n  \"stepDays\": 1,\n  \"planetIds\": [\n    0,\n    1,\n    2\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ephemeris"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"7e5d5436-b7ec-438c-878a-544fee878e44","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"startDate\": \"2024-01-01\",\n  \"endDate\": \"2024-12-31\",\n  \"stepDays\": 1,\n  \"planetIds\": [\n    0,\n    1,\n    2\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ephemeris"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"7d617c41-722f-4eb1-ace1-5e8923fedb4c"},{"name":"Sun Times","id":"7dc3576b-6673-4200-87ea-b1898570bd62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-21\",\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"timezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/sun-times","description":"<p>Calculate sunrise, sunset, twilight times, and day length for a given date and geographic location.</p>\n","urlObject":{"path":["sun-times"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"44fc48fc-132a-4b4e-ac46-444dd54b29bd","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-21\",\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"timezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/sun-times"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"sunrise\": \"05:03\",\n    \"sunset\": \"21:12\",\n    \"dayLength\": 969,\n    \"dawn\": \"04:21\",\n    \"dusk\": \"21:54\"\n  }\n}"},{"id":"2432e271-ac82-4c54-b531-aef374000999","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-21\",\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"timezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/sun-times"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"af8dcd7b-112b-4b0f-b58b-46080710dcf7","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-21\",\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"timezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/sun-times"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"7dc3576b-6673-4200-87ea-b1898570bd62"}],"id":"7a28c8a0-f1f7-404a-8320-ab34ad17c87e","description":"<p>⭐ Core endpoints</p>\n","_postman_id":"7a28c8a0-f1f7-404a-8320-ab34ad17c87e","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Comparisons","item":[{"name":"Synastry","id":"f002a3d2-f147-487a-b6bc-d4b7d9d92b49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/synastry","description":"<p>Calculate cross-chart aspects between two natal charts for relationship analysis.</p>\n","urlObject":{"path":["synastry"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"058c89ac-ce21-4147-9d35-44dbc4fde346","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/synastry"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"aspects\": [\n      {\n        \"body1\": 4235.362087438654,\n        \"body2\": 1974.8215327364549,\n        \"chart1Planet\": \"string\",\n        \"chart2Planet\": \"string\",\n        \"type\": \"string\",\n        \"orb\": 4263.556147400509,\n        \"applying\": true\n      },\n      {\n        \"body1\": 8504.68524580022,\n        \"body2\": 3085.0934556732823,\n        \"chart1Planet\": \"string\",\n        \"chart2Planet\": \"string\",\n        \"type\": \"string\",\n        \"orb\": 6419.679653176653,\n        \"applying\": true\n      }\n    ]\n  }\n}"},{"id":"c5ac6e20-7a69-43ba-8bde-a4b90448885c","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/synastry"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"6741de05-2361-4bac-8376-04abf1fa2ced","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/synastry"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"f002a3d2-f147-487a-b6bc-d4b7d9d92b49"},{"name":"Composite Chart","id":"0ee13055-4685-44c3-8756-16dee96c4e31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/composite","description":"<p>Calculate a midpoint composite chart by averaging the planetary positions and house cusps of two natal charts.</p>\n","urlObject":{"path":["composite"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"97987256-a7e4-4e4e-ab62-2c352b9c1b2a","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/composite"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"planets\": [\n      {\n        \"id\": 1505.092704965656,\n        \"longitude\": 5968.163042504882,\n        \"sign\": \"string\",\n        \"house\": 6260.995535973047\n      },\n      {\n        \"id\": 2635.092433653661,\n        \"longitude\": 3273.263820068184,\n        \"sign\": \"string\",\n        \"house\": 5103.723280884465\n      }\n    ],\n    \"houses\": {\n      \"ascendant\": 4616.874150985024\n    }\n  }\n}"},{"id":"c78c144c-842b-427c-9f1a-382c69fef561","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/composite"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"a4316d98-9030-4726-8046-d9b07cb026f5","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/composite"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"0ee13055-4685-44c3-8756-16dee96c4e31"},{"name":"Davison Chart","id":"800d2abe-d02f-4c39-8b90-9621651a35f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/davison","description":"<p>Calculate a Davison relationship chart using the midpoint in time and space between two birth moments.</p>\n","urlObject":{"path":["davison"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"462e87e4-08ea-4a18-9a72-d19d73ba3b48","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/davison"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"date\": \"string\",\n    \"time\": \"string\",\n    \"latitude\": 707.070605139306,\n    \"longitude\": 336.49342049102194,\n    \"houses\": {\n      \"ascendant\": 1665.864067502605\n    }\n  }\n}"},{"id":"46025b61-8842-4d2f-b673-ae151c20ab2c","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/davison"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"87eeea59-368f-430c-94af-871948e41d18","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/davison"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"800d2abe-d02f-4c39-8b90-9621651a35f7"},{"name":"Coalescent Chart","id":"c8ca0e2f-5721-411f-becc-98252491d8e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"input2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/coalescent","description":"<p>Calculate a coalescent chart — the harmonic chart that resonates most strongly between two charts.</p>\n","urlObject":{"path":["coalescent"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"3fb4f711-526f-458c-9892-35b72bc35bd2","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"input2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/coalescent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"harmonic\": 1744.0638245477703,\n    \"houses\": {\n      \"ascendant\": 2501.1205204263542\n    },\n    \"resonance\": 5485.463516298892\n  }\n}"},{"id":"d770df9b-f128-4758-9d70-3017a251985d","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"input2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/coalescent"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"889b02c6-b1d6-4e29-ac69-12999d580d92","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"input2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/coalescent"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"c8ca0e2f-5721-411f-becc-98252491d8e7"},{"name":"Group Synastry","id":"9f2fc8b6-0c14-47ba-b301-ff76c5dcd413","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"inputs\": [\n    {\n      \"date\": \"1990-05-15\",\n      \"time\": \"14:30:00\",\n      \"timezoneOffset\": 3,\n      \"latitude\": 50.45,\n      \"longitude\": 30.52,\n      \"name\": \"Person A\"\n    },\n    {\n      \"date\": \"1985-11-03\",\n      \"time\": \"08:15:00\",\n      \"timezoneOffset\": 2,\n      \"latitude\": 48.46,\n      \"longitude\": 35.04,\n      \"name\": \"Person B\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/group-synastry","description":"<p>Calculate synastry aspects among 2–8 charts simultaneously, returning all pairwise cross-chart aspect matrices.</p>\n","urlObject":{"path":["group-synastry"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"53fa0bbf-1dd7-4daf-87b1-3ecd4bfa9532","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"inputs\": [\n    {\n      \"date\": \"1990-05-15\",\n      \"time\": \"14:30:00\",\n      \"timezoneOffset\": 3,\n      \"latitude\": 50.45,\n      \"longitude\": 30.52,\n      \"name\": \"Person A\"\n    },\n    {\n      \"date\": \"1985-11-03\",\n      \"time\": \"08:15:00\",\n      \"timezoneOffset\": 2,\n      \"latitude\": 48.46,\n      \"longitude\": 35.04,\n      \"name\": \"Person B\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/group-synastry"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"pairs\": [\n      {\n        \"chart1\": \"string\",\n        \"chart2\": \"string\"\n      },\n      {\n        \"chart1\": \"string\",\n        \"chart2\": \"string\"\n      }\n    ],\n    \"summary\": {}\n  }\n}"},{"id":"2560f8f8-8d24-43e9-a06e-2a0188cdcab9","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"inputs\": [\n    {\n      \"date\": \"1990-05-15\",\n      \"time\": \"14:30:00\",\n      \"timezoneOffset\": 3,\n      \"latitude\": 50.45,\n      \"longitude\": 30.52,\n      \"name\": \"Person A\"\n    },\n    {\n      \"date\": \"1985-11-03\",\n      \"time\": \"08:15:00\",\n      \"timezoneOffset\": 2,\n      \"latitude\": 48.46,\n      \"longitude\": 35.04,\n      \"name\": \"Person B\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/group-synastry"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"35609f90-1bff-47a4-bc17-64913f262264","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"inputs\": [\n    {\n      \"date\": \"1990-05-15\",\n      \"time\": \"14:30:00\",\n      \"timezoneOffset\": 3,\n      \"latitude\": 50.45,\n      \"longitude\": 30.52,\n      \"name\": \"Person A\"\n    },\n    {\n      \"date\": \"1985-11-03\",\n      \"time\": \"08:15:00\",\n      \"timezoneOffset\": 2,\n      \"latitude\": 48.46,\n      \"longitude\": 35.04,\n      \"name\": \"Person B\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/group-synastry"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"9f2fc8b6-0c14-47ba-b301-ff76c5dcd413"},{"name":"Synastry Aspect Grid","id":"d86fcc2c-e8da-4523-9209-8407bdb5827e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/synastry/aspect-grid","description":"<p>NxM matrix of cross-chart aspects between the two charts (default 13×13: Sun..Pluto + nodes + Lilith + Chiron). Cells contain aspect or null.</p>\n","urlObject":{"path":["synastry","aspect-grid"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"fcab949e-c7a2-42e8-8d40-a988fcb2206a","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/synastry/aspect-grid"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"grid\": [\n      [\n        {\n          \"type\": {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"orb\": 6098.793315759192\n        },\n        {\n          \"type\": {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"orb\": 7344.02555135842\n        }\n      ],\n      [\n        {\n          \"type\": {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"orb\": 7292.304271174344\n        },\n        {\n          \"type\": {\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          \"orb\": 123.05194316495349\n        }\n      ]\n    ],\n    \"totals\": {\n      \"harmonious\": 1469.0511478217516,\n      \"challenging\": 756.4977375576066,\n      \"neutral\": 4105.833096248115\n    }\n  }\n}"},{"id":"610d554a-6e17-4e04-9279-cf35d3d98ad6","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/synastry/aspect-grid"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"ca2afdba-9d75-45ee-8571-dfce96f32064","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/synastry/aspect-grid"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"d86fcc2c-e8da-4523-9209-8407bdb5827e"},{"name":"Synastry House Overlay","id":"d9880498-aab9-481d-b3bb-335259a28ae4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/synastry/house-overlay","description":"<p>Locate each chart’s personal planets in the partner’s houses; reports top-3 emphasized houses on either side.</p>\n","urlObject":{"path":["synastry","house-overlay"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"f3aea042-35c2-4d3b-869c-ebd89325ff92","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/synastry/house-overlay"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"chart1InChart2\": [\n      {\n        \"planet\": \"string\",\n        \"house\": 7280.485223809336\n      },\n      {\n        \"planet\": \"string\",\n        \"house\": 8953.721020544992\n      }\n    ],\n    \"emphasizedHouses\": {\n      \"chart1\": [\n        4422.800275960981,\n        6426.119219331621\n      ],\n      \"chart2\": [\n        1385.859505086966,\n        8293.573659099458\n      ]\n    }\n  }\n}"},{"id":"038f298c-9836-465e-9049-592a4d72d56e","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/synastry/house-overlay"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"190943c8-4e0f-4d7c-ab42-bf4359c82862","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/synastry/house-overlay"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"d9880498-aab9-481d-b3bb-335259a28ae4"},{"name":"Synastry Element Balance","id":"6412ff25-a996-4ad3-bc95-43a2e4a25449","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/synastry/element-balance","description":"<p>Element (fire/earth/air/water) and modality (cardinal/fixed/mutable) tallies for each chart and the combined pair, with dominant and missing elements.</p>\n","urlObject":{"path":["synastry","element-balance"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"afe103f1-d9a4-4b09-8570-2faa75b211a2","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/synastry/element-balance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"chart1\": {\n      \"fire\": 4518.717477384899,\n      \"earth\": 5055.654753750258,\n      \"air\": 2591.7051527215663,\n      \"water\": 6841.901161656385,\n      \"cardinal\": 1618.7480938775468,\n      \"fixed\": 3759.5954816276244,\n      \"mutable\": 5374.743600268978\n    },\n    \"chart2\": {},\n    \"combined\": {},\n    \"balance\": {\n      \"dominantElement\": \"string\",\n      \"dominantModality\": \"string\",\n      \"missingElement\": \"string\"\n    }\n  }\n}"},{"id":"0721329c-ccef-4979-9232-02e4e4395b22","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/synastry/element-balance"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"5964b116-27a9-4dc5-a06d-33429fc923c1","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/synastry/element-balance"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"6412ff25-a996-4ad3-bc95-43a2e4a25449"},{"name":"Synastry Attraction Score","id":"c8512a70-ac5a-43a6-9320-aabce82534c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/synastry/attraction-score","description":"<p>Weighted 0–100 attraction score from Sun-Moon, Mars-Venus, ASC/DSC, Mars-Mars, Sun-Mars, Moon-Venus contacts and 5th-house overlay.</p>\n","urlObject":{"path":["synastry","attraction-score"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"9f86f142-478c-4324-88bb-bfc471af748a","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/synastry/attraction-score"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"score\": 73.5,\n    \"components\": {\n      \"sunMoon\": 17,\n      \"marsVenus\": 21.25,\n      \"ascDsc\": 12.3,\n      \"marsMars\": 7,\n      \"sunMars\": 11.45,\n      \"fifthHouseOverlay\": 8\n    },\n    \"notes\": [\n      \"Sun-Moon Trine (orb 1.2°)\",\n      \"Mars-Venus Conjunction (orb 0.6°)\",\n      \"chart2 Venus on chart1 ASC (orb 1.5°)\",\n      \"2 personal-planet hits in partner’s 5th house\"\n    ]\n  }\n}"},{"id":"d25366dd-057d-4bdf-bee8-b011582623cb","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/synastry/attraction-score"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"70aa5e64-2ece-4a42-b41b-6f28196624d4","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/synastry/attraction-score"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"c8512a70-ac5a-43a6-9320-aabce82534c7"}],"id":"22c3e999-8117-4117-be7a-cae2bcc7338f","description":"<p>🤝 Comparisons endpoints</p>\n","_postman_id":"22c3e999-8117-4117-be7a-cae2bcc7338f","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Prognostics","item":[{"name":"Transits","id":"1503a8ce-8d5f-4490-b9ae-f6d79e377325","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"transitDate\": \"2024-06-15\",\n  \"transitTime\": \"12:00:00\",\n  \"transitTzOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/transits","description":"<p>Calculate transit planet aspects to natal planets for a given date. Returns applying and separating aspects.</p>\n","urlObject":{"path":["transits"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"26128d28-4cae-46d8-ad33-dda0c0250c92","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"transitDate\": \"2024-06-15\",\n  \"transitTime\": \"12:00:00\",\n  \"transitTzOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/transits"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"transits\": [\n      {\n        \"transitPlanet\": \"string\",\n        \"natalPlanet\": \"string\",\n        \"type\": \"string\",\n        \"orb\": 1550.467405676741,\n        \"applying\": true,\n        \"exactDate\": \"string\"\n      },\n      {\n        \"transitPlanet\": \"string\",\n        \"natalPlanet\": \"string\",\n        \"type\": \"string\",\n        \"orb\": 5423.48161402703,\n        \"applying\": true,\n        \"exactDate\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"c1a846a1-3e26-4d41-8fb4-252680879a9b","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"transitDate\": \"2024-06-15\",\n  \"transitTime\": \"12:00:00\",\n  \"transitTzOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/transits"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"cf153f7a-9be6-4655-83bc-5a503c2aea80","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"transitDate\": \"2024-06-15\",\n  \"transitTime\": \"12:00:00\",\n  \"transitTzOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/transits"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"1503a8ce-8d5f-4490-b9ae-f6d79e377325"},{"name":"Transit Calendar","id":"63d904e8-ca6f-4af3-af2b-dabeaa980c75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"startDate\": \"2024-01-01\",\n  \"endDate\": \"2024-12-31\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/transit-calendar","description":"<p>Build a month-by-month transit calendar for a natal chart showing exact dates of aspect ingresses and partile hits.</p>\n","urlObject":{"path":["transit-calendar"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"9c082c2f-0539-40f6-ab17-bd4fedb9a082","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"startDate\": \"2024-01-01\",\n  \"endDate\": \"2024-12-31\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/transit-calendar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"events\": [\n      {\n        \"date\": \"string\",\n        \"transitPlanet\": \"string\",\n        \"natalPlanet\": \"string\",\n        \"type\": \"string\",\n        \"entering\": false\n      },\n      {\n        \"date\": \"string\",\n        \"transitPlanet\": \"string\",\n        \"natalPlanet\": \"string\",\n        \"type\": \"string\",\n        \"entering\": false\n      }\n    ]\n  }\n}"},{"id":"4006fa97-e412-49bb-b662-9572979fb204","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"startDate\": \"2024-01-01\",\n  \"endDate\": \"2024-12-31\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/transit-calendar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"d56a797d-e0f5-49f4-8bd6-bae7880498a3","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"startDate\": \"2024-01-01\",\n  \"endDate\": \"2024-12-31\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/transit-calendar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"63d904e8-ca6f-4af3-af2b-dabeaa980c75"},{"name":"Forecast Calendar","id":"80fa6aee-01a2-4fcf-89f2-4b1e684fb93a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"year\": 2024\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/forecast-calendar","description":"<p>Generate a combined forecast calendar including transits, lunar phases, ingresses, and retrograde stations for a given period.</p>\n","urlObject":{"path":["forecast-calendar"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"3a1bc2d2-9f04-422b-ad08-bf95f4b3bb5c","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"year\": 2024\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/forecast-calendar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"events\": [\n      {\n        \"date\": \"string\",\n        \"type\": \"string\",\n        \"planet\": \"string\",\n        \"longitude\": 3816.0051462970678\n      },\n      {\n        \"date\": \"string\",\n        \"type\": \"string\",\n        \"planet\": \"string\",\n        \"longitude\": 1231.467396710446\n      }\n    ]\n  }\n}"},{"id":"737deca7-6786-4699-b093-5bce5ab9c177","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"year\": 2024\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/forecast-calendar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"de6b8bad-f6b5-4505-8091-c78efe713073","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"year\": 2024\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/forecast-calendar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"80fa6aee-01a2-4fcf-89f2-4b1e684fb93a"},{"name":"Secondary Progressions","id":"f6df6eeb-9303-4e2b-82e7-bb759f88fc8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"targetDate\": \"2024-06-15\",\n  \"targetTime\": \"12:00:00\",\n  \"targetTzOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/progressions","description":"<p>Calculate secondary progressed chart (day-for-a-year) for a target date. Returns progressed planets, angles, and aspects to natal.</p>\n","urlObject":{"path":["progressions"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"16f2d11c-865e-4246-a2f4-6dd480e48a5d","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"targetDate\": \"2024-06-15\",\n  \"targetTime\": \"12:00:00\",\n  \"targetTzOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/progressions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"progressedPlanets\": [\n      {\n        \"id\": 5013.300295606209,\n        \"longitude\": 4452.450584521704,\n        \"sign\": \"string\",\n        \"speed\": 4806.90603971033\n      },\n      {\n        \"id\": 4067.6002181378144,\n        \"longitude\": 3712.2950983286883,\n        \"sign\": \"string\",\n        \"speed\": 7328.357639713962\n      }\n    ],\n    \"progressedAngles\": {\n      \"ascendant\": 4696.2409928788575,\n      \"mc\": 7843.856145076557\n    }\n  }\n}"},{"id":"d655c7eb-1f25-4e98-b54a-86e0630d8d1f","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"targetDate\": \"2024-06-15\",\n  \"targetTime\": \"12:00:00\",\n  \"targetTzOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/progressions"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"f96c750a-93dc-46cd-be1b-05924a49b867","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"targetDate\": \"2024-06-15\",\n  \"targetTime\": \"12:00:00\",\n  \"targetTzOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/progressions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"f6df6eeb-9303-4e2b-82e7-bb759f88fc8e"},{"name":"Tertiary Progressions","id":"d78f7cdb-7926-4412-b1b2-8384ef73e8e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"targetDate\": \"2024-06-15\",\n  \"targetTime\": \"12:00:00\",\n  \"targetTzOffset\": 3,\n  \"converse\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tertiary-progressions","description":"<p>Calculate tertiary progressions (day-for-a-lunar-month) to a target date. Supports converse direction.</p>\n","urlObject":{"path":["tertiary-progressions"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"960db000-01f6-4c5a-a741-1dec490bfae7","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"targetDate\": \"2024-06-15\",\n  \"targetTime\": \"12:00:00\",\n  \"targetTzOffset\": 3,\n  \"converse\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tertiary-progressions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"progressedPlanets\": [\n      {\n        \"id\": 5013.300295606209,\n        \"longitude\": 4452.450584521704,\n        \"sign\": \"string\",\n        \"speed\": 4806.90603971033\n      },\n      {\n        \"id\": 4067.6002181378144,\n        \"longitude\": 3712.2950983286883,\n        \"sign\": \"string\",\n        \"speed\": 7328.357639713962\n      }\n    ],\n    \"progressedAngles\": {\n      \"ascendant\": 4696.2409928788575,\n      \"mc\": 7843.856145076557\n    }\n  }\n}"},{"id":"3c8c73e7-4479-4292-a05c-275492316d67","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"targetDate\": \"2024-06-15\",\n  \"targetTime\": \"12:00:00\",\n  \"targetTzOffset\": 3,\n  \"converse\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tertiary-progressions"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"00778607-b6c5-4027-8057-d819f802311a","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"targetDate\": \"2024-06-15\",\n  \"targetTime\": \"12:00:00\",\n  \"targetTzOffset\": 3,\n  \"converse\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tertiary-progressions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"d78f7cdb-7926-4412-b1b2-8384ef73e8e7"},{"name":"Minor Progressions","id":"9d5c82e1-cb38-463d-9b14-33212673b033","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"targetDate\": \"2024-06-15\",\n  \"targetTime\": \"12:00:00\",\n  \"targetTzOffset\": 3,\n  \"converse\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/minor-progressions","description":"<p>Calculate minor progressions (lunar month-for-a-year) to a target date. Supports converse direction.</p>\n","urlObject":{"path":["minor-progressions"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"411be3fb-c269-4781-b67a-13d9c54b0292","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"targetDate\": \"2024-06-15\",\n  \"targetTime\": \"12:00:00\",\n  \"targetTzOffset\": 3,\n  \"converse\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/minor-progressions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"progressedPlanets\": [\n      {\n        \"id\": 5013.300295606209,\n        \"longitude\": 4452.450584521704,\n        \"sign\": \"string\",\n        \"speed\": 4806.90603971033\n      },\n      {\n        \"id\": 4067.6002181378144,\n        \"longitude\": 3712.2950983286883,\n        \"sign\": \"string\",\n        \"speed\": 7328.357639713962\n      }\n    ],\n    \"progressedAngles\": {\n      \"ascendant\": 4696.2409928788575,\n      \"mc\": 7843.856145076557\n    }\n  }\n}"},{"id":"a18d3614-76cc-4a85-b02f-c5139d2384d9","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"targetDate\": \"2024-06-15\",\n  \"targetTime\": \"12:00:00\",\n  \"targetTzOffset\": 3,\n  \"converse\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/minor-progressions"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"0cb18cbc-3602-43f7-8122-eb9709f52955","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"targetDate\": \"2024-06-15\",\n  \"targetTime\": \"12:00:00\",\n  \"targetTzOffset\": 3,\n  \"converse\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/minor-progressions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"9d5c82e1-cb38-463d-9b14-33212673b033"},{"name":"Primary Directions","id":"54f191b2-5f28-4949-aec3-90d508f3a4b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"key\": \"placidus\",\n  \"maxAge\": 80,\n  \"aspectAngles\": [\n    0,\n    60,\n    90,\n    120,\n    180\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/primary-directions","description":"<p>Calculate primary directions (Ptolemaic or Regiomontanus) up to a maximum age. Returns a timeline of directed aspect hits.</p>\n","urlObject":{"path":["primary-directions"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"b9ccffe2-a2f5-489b-be28-a9a68ed13534","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"key\": \"placidus\",\n  \"maxAge\": 80,\n  \"aspectAngles\": [\n    0,\n    60,\n    90,\n    120,\n    180\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/primary-directions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"directions\": [\n      {\n        \"directedPlanet\": \"string\",\n        \"natalPlanet\": \"string\",\n        \"type\": \"string\",\n        \"age\": 876.579678760967,\n        \"date\": \"string\"\n      },\n      {\n        \"directedPlanet\": \"string\",\n        \"natalPlanet\": \"string\",\n        \"type\": \"string\",\n        \"age\": 3017.1820206729217,\n        \"date\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"75eacb42-bf57-4c55-8db4-6c4f5fa5a233","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"key\": \"placidus\",\n  \"maxAge\": 80,\n  \"aspectAngles\": [\n    0,\n    60,\n    90,\n    120,\n    180\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/primary-directions"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"8d3b7b75-ac14-42fd-8750-d9151bb8c512","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"key\": \"placidus\",\n  \"maxAge\": 80,\n  \"aspectAngles\": [\n    0,\n    60,\n    90,\n    120,\n    180\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/primary-directions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"54f191b2-5f28-4949-aec3-90d508f3a4b9"},{"name":"Symbolic Directions","id":"1c19a385-bfc4-4a9c-9a19-57eeb9eca52c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"targetDate\": \"2024-06-15\",\n  \"key\": \"solar_arc\",\n  \"converse\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/symbolic-directions","description":"<p>Calculate symbolic arc directions (1° per year, solar arc, Naibod) to natal points for a target date.</p>\n","urlObject":{"path":["symbolic-directions"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"8ca879b8-3ec0-437e-8550-70c758b2c1f4","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"targetDate\": \"2024-06-15\",\n  \"key\": \"solar_arc\",\n  \"converse\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/symbolic-directions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"arc\": 2829.4187669491944,\n    \"directedPlanets\": [\n      {\n        \"id\": 8892.896349368995,\n        \"natalLongitude\": 4329.554935899305,\n        \"directedLongitude\": 6097.9960688497695,\n        \"sign\": \"string\"\n      },\n      {\n        \"id\": 5867.576360017765,\n        \"natalLongitude\": 8851.563485525105,\n        \"directedLongitude\": 110.87701963681252,\n        \"sign\": \"string\"\n      }\n    ],\n    \"aspects\": [\n      {\n        \"directedPlanet\": \"string\",\n        \"natalPlanet\": \"string\",\n        \"type\": \"string\",\n        \"orb\": 6966.621394180568\n      },\n      {\n        \"directedPlanet\": \"string\",\n        \"natalPlanet\": \"string\",\n        \"type\": \"string\",\n        \"orb\": 1740.2855980771537\n      }\n    ]\n  }\n}"},{"id":"cb9095fe-ee15-46ff-a6f6-4354c53a47bd","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"targetDate\": \"2024-06-15\",\n  \"key\": \"solar_arc\",\n  \"converse\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/symbolic-directions"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"3433cf78-ad7e-4c97-b347-b4295dda6f1d","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"targetDate\": \"2024-06-15\",\n  \"key\": \"solar_arc\",\n  \"converse\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/symbolic-directions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"1c19a385-bfc4-4a9c-9a19-57eeb9eca52c"},{"name":"Solar Return","id":"32ced18d-0e47-462d-bbfa-7a2541f2c70c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"year\": 2024,\n  \"locationLat\": 50.45,\n  \"locationLng\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/solar-return","description":"<p>Find the exact moment when the Sun returns to its natal longitude in a given year. Returns full solar return chart.</p>\n","urlObject":{"path":["solar-return"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"a4fc301f-52ec-4323-9ff7-7007ebaa7548","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"year\": 2024,\n  \"locationLat\": 50.45,\n  \"locationLng\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/solar-return"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"returnDate\": \"string\",\n    \"returnTime\": \"string\",\n    \"returnJd\": 1664.6745653807416,\n    \"chart\": {\n      \"houses\": {\n        \"ascendant\": 1705.2407188916052\n      }\n    }\n  }\n}"},{"id":"ce5288db-0b56-4b8d-9113-6da98ed35c12","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"year\": 2024,\n  \"locationLat\": 50.45,\n  \"locationLng\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/solar-return"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"80087baa-b37b-43df-9d3b-5cce2d26818e","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"year\": 2024,\n  \"locationLat\": 50.45,\n  \"locationLng\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/solar-return"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"32ced18d-0e47-462d-bbfa-7a2541f2c70c"},{"name":"Lunar Return","id":"79702ac3-7f7a-4609-bfd9-b7d0db62d2aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"afterDate\": \"2024-05-01\",\n  \"locationLat\": 50.45,\n  \"locationLng\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/lunar-return","description":"<p>Find the next date when the Moon returns to its natal longitude. Returns full lunar return chart.</p>\n","urlObject":{"path":["lunar-return"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"859ed4fb-a928-47c0-894c-f7125c06e156","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"afterDate\": \"2024-05-01\",\n  \"locationLat\": 50.45,\n  \"locationLng\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/lunar-return"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"returnDate\": \"string\",\n    \"returnTime\": \"string\",\n    \"returnJd\": 1664.6745653807416,\n    \"chart\": {\n      \"houses\": {\n        \"ascendant\": 1705.2407188916052\n      }\n    }\n  }\n}"},{"id":"502a328c-8e5a-43b3-a71f-9a50af1dfa1f","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"afterDate\": \"2024-05-01\",\n  \"locationLat\": 50.45,\n  \"locationLng\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/lunar-return"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"138a5aec-1054-4861-9761-d153d00bc240","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"afterDate\": \"2024-05-01\",\n  \"locationLat\": 50.45,\n  \"locationLng\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/lunar-return"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"79702ac3-7f7a-4609-bfd9-b7d0db62d2aa"},{"name":"Planetary Return","id":"90be56f0-389d-4a90-ba5b-6d673283c85f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"planetId\": 5,\n  \"year\": 2024,\n  \"locationLat\": 50.45,\n  \"locationLng\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/planetary-return","description":"<p>Find all returns of any planet to its natal longitude within a given year. Returns full charts for each return.</p>\n","urlObject":{"path":["planetary-return"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"b3ccd13d-483f-4bb9-9271-aa2a45e93d85","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"planetId\": 5,\n  \"year\": 2024,\n  \"locationLat\": 50.45,\n  \"locationLng\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/planetary-return"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"returns\": [\n      {\n        \"returnDate\": \"string\",\n        \"returnTime\": \"string\",\n        \"returnJd\": 7424.013397267746,\n        \"chart\": {\n          \"planets\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"houses\": {\n            \"ascendant\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cusps\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      },\n      {\n        \"returnDate\": \"string\",\n        \"returnTime\": \"string\",\n        \"returnJd\": 1590.9883960651916,\n        \"chart\": {\n          \"planets\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"houses\": {\n            \"ascendant\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"cusps\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}"},{"id":"39bf7f35-91c2-4e06-b925-ff25094c28a9","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"planetId\": 5,\n  \"year\": 2024,\n  \"locationLat\": 50.45,\n  \"locationLng\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/planetary-return"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"e68d6ec3-94e0-4711-9378-b57de989ce71","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"planetId\": 5,\n  \"year\": 2024,\n  \"locationLat\": 50.45,\n  \"locationLng\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/planetary-return"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"90be56f0-389d-4a90-ba5b-6d673283c85f"},{"name":"Profections","id":"97c6f9d3-9eb5-4131-96c5-825eed3095e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"targetDate\": \"2024-05-15\",\n  \"targetTime\": \"00:00:00\",\n  \"targetTzOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/profections","description":"<p>Calculate annual profections: profected Ascendant, lord of the year, activated house, and monthly profection sub-rulers.</p>\n","urlObject":{"path":["profections"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"aa2b727c-ab40-4b14-9497-d5fbedec99b4","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"targetDate\": \"2024-05-15\",\n  \"targetTime\": \"00:00:00\",\n  \"targetTzOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/profections"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"age\": 3656.2075334795873,\n    \"profectedAscendant\": 103.26309055624039,\n    \"profectedSign\": \"string\",\n    \"activatedHouse\": 6932.572165416888,\n    \"lordOfYear\": \"string\",\n    \"monthlyProfections\": [\n      {\n        \"month\": 3104.792386990447,\n        \"house\": 2879.683432773057,\n        \"sign\": \"string\",\n        \"lord\": \"string\"\n      },\n      {\n        \"month\": 3313.753182970254,\n        \"house\": 2153.9243715534285,\n        \"sign\": \"string\",\n        \"lord\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"dbd0f4eb-dec2-427c-946f-64395eaca897","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"targetDate\": \"2024-05-15\",\n  \"targetTime\": \"00:00:00\",\n  \"targetTzOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/profections"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"6679796b-2dc1-47cc-b384-b1972821312d","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"targetDate\": \"2024-05-15\",\n  \"targetTime\": \"00:00:00\",\n  \"targetTzOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/profections"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"97c6f9d3-9eb5-4131-96c5-825eed3095e6"},{"name":"Firdaria","id":"2a6379ca-0a66-4c63-9d0a-0d7e30b5f352","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"maxYears\": 75\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/firdaria","description":"<p>Calculate Firdaria planetary periods — the traditional Persian time-lord system based on sect and planet order.</p>\n","urlObject":{"path":["firdaria"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"0f4bc15d-cb92-477b-98c6-a80aaa083a8a","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"maxYears\": 75\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/firdaria"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"periods\": [\n      {\n        \"planet\": \"string\",\n        \"startDate\": \"string\",\n        \"endDate\": \"string\",\n        \"subPeriods\": [\n          {\n            \"planet\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"startDate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"endDate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"planet\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"startDate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"endDate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      {\n        \"planet\": \"string\",\n        \"startDate\": \"string\",\n        \"endDate\": \"string\",\n        \"subPeriods\": [\n          {\n            \"planet\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"startDate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"endDate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"planet\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"startDate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"endDate\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    ]\n  }\n}"},{"id":"3eb92097-debf-48af-9469-78aac1d5b4c2","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"maxYears\": 75\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/firdaria"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"24a3652d-3450-4e27-9e5a-1b58e9874407","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"maxYears\": 75\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/firdaria"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"2a6379ca-0a66-4c63-9d0a-0d7e30b5f352"},{"name":"Rectification","id":"55f90fc0-d6d5-4e2c-a921-01f6eb4943c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"baseInput\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"events\": [\n    {\n      \"date\": \"2010-03-15\",\n      \"description\": \"marriage\",\n      \"weight\": 1\n    },\n    {\n      \"date\": \"2015-07-01\",\n      \"description\": \"career change\",\n      \"weight\": 0.8\n    }\n  ],\n  \"searchRangeMinutes\": 120,\n  \"stepMinutes\": 5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/rectification","description":"<p>Rectify an approximate birth time using a list of life events and transit/direction hits to narrow the birth time window.</p>\n","urlObject":{"path":["rectification"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"268d14da-7500-49a8-b236-91b0e5912022","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"baseInput\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"events\": [\n    {\n      \"date\": \"2010-03-15\",\n      \"description\": \"marriage\",\n      \"weight\": 1\n    },\n    {\n      \"date\": \"2015-07-01\",\n      \"description\": \"career change\",\n      \"weight\": 0.8\n    }\n  ],\n  \"searchRangeMinutes\": 120,\n  \"stepMinutes\": 5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/rectification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"candidates\": [\n      {\n        \"time\": \"string\",\n        \"score\": 4359.882041434651,\n        \"matchedEvents\": 8096.967464660492\n      },\n      {\n        \"time\": \"string\",\n        \"score\": 9155.385355432883,\n        \"matchedEvents\": 9859.823375944397\n      }\n    ]\n  }\n}"},{"id":"0c486ded-aeec-4c1d-be1e-03d71e42e65b","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"baseInput\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"events\": [\n    {\n      \"date\": \"2010-03-15\",\n      \"description\": \"marriage\",\n      \"weight\": 1\n    },\n    {\n      \"date\": \"2015-07-01\",\n      \"description\": \"career change\",\n      \"weight\": 0.8\n    }\n  ],\n  \"searchRangeMinutes\": 120,\n  \"stepMinutes\": 5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/rectification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"48c4ba41-325b-46c5-8253-7cc13b3d9f5d","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"baseInput\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"events\": [\n    {\n      \"date\": \"2010-03-15\",\n      \"description\": \"marriage\",\n      \"weight\": 1\n    },\n    {\n      \"date\": \"2015-07-01\",\n      \"description\": \"career change\",\n      \"weight\": 0.8\n    }\n  ],\n  \"searchRangeMinutes\": 120,\n  \"stepMinutes\": 5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/rectification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"55f90fc0-d6d5-4e2c-a921-01f6eb4943c5"},{"name":"Trutine of Hermes","id":"909afa1e-b510-4adb-a1a7-fae1c1b91cd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/rectification/trutine","description":"<p>Apply the Trutine of Hermes (Animodar) technique to derive the birth time from the Moon's prenatal syzygy position.</p>\n","urlObject":{"path":["rectification","trutine"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"c422c250-3704-4bc2-b6d9-e5d7d53f50b6","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/rectification/trutine"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"syzygyType\": \"full_moon\",\n    \"syzygyDate\": \"1990-04-10\",\n    \"moonAtSyzygy\": 200.3,\n    \"correctedTime\": \"13:52:00\",\n    \"correctedAscendant\": 182.1\n  }\n}"},{"id":"637a72c2-0b3c-4e19-a8de-304431b190ab","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/rectification/trutine"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"49e89968-32f6-4c6d-a7c5-1bb1eaa192f2","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/rectification/trutine"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"909afa1e-b510-4adb-a1a7-fae1c1b91cd8"}],"id":"e64cda0a-c1f4-45e1-bc99-243800a93464","description":"<p>🕐 Prognostics endpoints</p>\n","_postman_id":"e64cda0a-c1f4-45e1-bc99-243800a93464","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Specialized Charts","item":[{"name":"Harmonic Chart","id":"d3721714-ee3b-4abf-93d3-50c17aeb3871","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"harmonic\": 7\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/harmonics","description":"<p>Calculate a harmonic chart by multiplying all planet longitudes by the given harmonic number (H2–H36).</p>\n","urlObject":{"path":["harmonics"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"d61c0f92-de6a-49bc-9448-92bb13539a10","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"harmonic\": 7\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/harmonics"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"harmonic\": 9613.753470381696,\n    \"planets\": [\n      {\n        \"id\": 4899.3148670502,\n        \"natalLongitude\": 8066.228881548958,\n        \"harmonicLongitude\": 2828.3972999840266,\n        \"sign\": \"string\"\n      },\n      {\n        \"id\": 8903.893165997539,\n        \"natalLongitude\": 9273.028312803423,\n        \"harmonicLongitude\": 231.4645383631442,\n        \"sign\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"3f0eb753-2cf1-4d79-a058-c1d924e4657b","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"harmonic\": 7\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/harmonics"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"81c1f65f-15ef-4132-8b86-c3d97792149a","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"harmonic\": 7\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/harmonics"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"d3721714-ee3b-4abf-93d3-50c17aeb3871"},{"name":"Draconic Chart","id":"734afbf5-f6b9-4ac7-b0c3-f39332360761","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/draconic","description":"<p>Calculate the draconic chart by shifting all planet longitudes relative to the True Node (0° = True Node).</p>\n","urlObject":{"path":["draconic"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"25076457-6b2e-4ebf-b346-737850ae26ca","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/draconic"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"trueNodeLongitude\": 2094.2597207670933,\n    \"planets\": [\n      {\n        \"id\": 9471.949574112017,\n        \"natalLongitude\": 2908.455358458153,\n        \"draconicLongitude\": 5408.357391628895,\n        \"sign\": \"string\"\n      },\n      {\n        \"id\": 1656.669716335566,\n        \"natalLongitude\": 464.82980983360676,\n        \"draconicLongitude\": 4684.817006896693,\n        \"sign\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"df2ae8c5-60c7-45af-9b2d-c80a393fcd63","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/draconic"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"4d67a6fe-1c72-4fb0-9ea5-cda0668c8a87","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/draconic"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"734afbf5-f6b9-4ac7-b0c3-f39332360761"},{"name":"Heliocentric Chart","id":"b0f8b6d0-3dd4-4be5-a407-d4b60396dd03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/heliocentric","description":"<p>Calculate heliocentric planetary positions (Sun-centered) for a given birth moment. Earth replaces Sun; Moon is excluded.</p>\n","urlObject":{"path":["heliocentric"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"5e905378-d96a-4906-a7ba-c500ca97487f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/heliocentric"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"planets\": [\n      {\n        \"id\": 8900.545036907459,\n        \"name\": \"string\",\n        \"longitude\": 2651.287421637698,\n        \"latitude\": 6794.126975237074,\n        \"speed\": 4487.179172043388,\n        \"sign\": \"string\"\n      },\n      {\n        \"id\": 5058.952921428916,\n        \"name\": \"string\",\n        \"longitude\": 297.28911671763836,\n        \"latitude\": 1218.4453973488685,\n        \"speed\": 5671.228935718888,\n        \"sign\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"6c4d9bc3-c175-4237-8167-d399b3a8fb4d","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/heliocentric"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"07e4b45b-56ae-43b6-8121-fae3aa7e9bfd","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/heliocentric"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"b0f8b6d0-3dd4-4be5-a407-d4b60396dd03"},{"name":"Vedic Divisional Chart (DEPRECATED — use /vedic/varga/{D}<*>)","id":"8d613fb1-5085-4edd-b708-613c6ca2a810","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"varga\": \"D9\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic-divisional","description":"<p>DEPRECATED in v2.0.0 — moved to dedicated per-varga endpoints <code>/vedic/varga/{D1..D60}</code> for OpenAPI/SDK ergonomics. Generic endpoint kept for 6-month sunset. Calculate a Vedic divisional (varga) chart using sidereal zodiac. Supported vargas: D1–D60 (e.g. D9 Navamsha).</p>\n","urlObject":{"path":["vedic-divisional"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"91320449-442b-45a6-93b6-a6195edb1306","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"varga\": \"D9\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic-divisional"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"varga\": \"string\",\n    \"planets\": [\n      {\n        \"id\": 3076.549049613939,\n        \"natalLongitude\": 864.0434169649436,\n        \"vargaLongitude\": 1051.5101443374285,\n        \"sign\": \"string\",\n        \"house\": 266.2252558405265\n      },\n      {\n        \"id\": 9676.240727427046,\n        \"natalLongitude\": 1405.3454218493266,\n        \"vargaLongitude\": 5733.159591707724,\n        \"sign\": \"string\",\n        \"house\": 1624.545359475116\n      }\n    ],\n    \"houses\": {\n      \"ascendant\": 754.1490031010389\n    }\n  }\n}"},{"id":"ecf4ea39-8797-4d21-9149-e8fcab43d052","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"varga\": \"D9\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic-divisional"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"ca0f9061-312f-46dc-858f-eb27dd788fe8","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"varga\": \"D9\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic-divisional"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"8d613fb1-5085-4edd-b708-613c6ca2a810"}],"id":"0b87d667-d1eb-4fea-b98a-fc3795079be7","description":"<p>🧭 Specialized Charts endpoints</p>\n","_postman_id":"0b87d667-d1eb-4fea-b98a-fc3795079be7","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Visualization","item":[{"name":"Western Wheel (SVG)","id":"28ef5f4d-f9cd-48e6-abd2-e5c8b3c4ca16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"options\": {\n    \"size\": 800,\n    \"theme\": \"light\",\n    \"showAspects\": true,\n    \"format\": \"json\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/wheel-western","description":"<p>Render a Western natal wheel as SVG: signs ring, houses ring, planets, aspect lines. Pure server-side, no browser needed.</p>\n","urlObject":{"path":["render","wheel-western"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"b28a6f5c-4a0d-4d0b-8119-0b7b0f791dbc","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"options\": {\n    \"size\": 800,\n    \"theme\": \"light\",\n    \"showAspects\": true,\n    \"format\": \"json\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/wheel-western"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"svg\": \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" ...>\",\n    \"format\": \"svg\",\n    \"byteLength\": 21500\n  }\n}"},{"id":"bdbf1eb2-83fd-4c6f-b196-88a838111502","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"options\": {\n    \"size\": 800,\n    \"theme\": \"light\",\n    \"showAspects\": true,\n    \"format\": \"json\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/wheel-western"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"575defba-b67a-4b24-9ad9-c1985cffb829","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"options\": {\n    \"size\": 800,\n    \"theme\": \"light\",\n    \"showAspects\": true,\n    \"format\": \"json\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/wheel-western"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"28ef5f4d-f9cd-48e6-abd2-e5c8b3c4ca16"},{"name":"Aspect Grid (SVG)","id":"06c18e26-a976-4d4b-9913-2066f739cca8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/aspect-grid","description":"<p>Triangular aspect matrix — rows × columns = planets, each cell shows aspect glyph + orb. Standard textbook layout.</p>\n","urlObject":{"path":["render","aspect-grid"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"ed6d71a5-2807-4e51-979f-c1f9f7b96c37","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/aspect-grid"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"svg\": \"<svg ...>\",\n    \"format\": \"svg\",\n    \"byteLength\": 10300\n  }\n}"},{"id":"584ab402-83f7-486d-a336-9b8d76f77e3f","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/aspect-grid"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"91b374d7-c4a0-4931-8a2f-12c85f887a7e","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/aspect-grid"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"06c18e26-a976-4d4b-9913-2066f739cca8"},{"name":"Moon Phase (SVG)","id":"6a92159f-f049-4958-ab1b-7525eaf9a210","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/moon-phase","description":"<p>Render the moon disk with its illuminated fraction at the given moment. Returns SVG plus illumination metrics.</p>\n","urlObject":{"path":["render","moon-phase"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"6320c19a-d386-46dc-a1ad-a89331057dc7","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/moon-phase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"svg\": \"<svg ...>\",\n    \"illuminationFraction\": 0.576,\n    \"elongationDeg\": 145.7,\n    \"waxing\": false,\n    \"phase\": \"Waning Gibbous\"\n  }\n}"},{"id":"21a7406c-ca15-487e-b593-7b3117ffa742","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/moon-phase"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"7186c2e8-3af1-4359-8c4b-1742b668cd14","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/moon-phase"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"6a92159f-f049-4958-ab1b-7525eaf9a210"},{"name":"Timeline (SVG)","id":"3bcb7a2f-cb40-4d67-b5d3-3dafe32e9c61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"rangeStart\": \"2026-01-01\",\n  \"rangeEnd\": \"2026-12-31\",\n  \"events\": [\n    {\n      \"label\": \"Saturn ☐ Sun\",\n      \"start\": \"2026-03-15\",\n      \"end\": \"2026-04-20\",\n      \"exact\": \"2026-04-02\",\n      \"category\": \"Square\"\n    }\n  ],\n  \"options\": {\n    \"theme\": \"light\",\n    \"width\": 1000\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/timeline","description":"<p>Gantt-style horizontal timeline of transit/aspect events over a date window. Caller supplies events array.</p>\n","urlObject":{"path":["render","timeline"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"b203d058-60f6-4550-9a3b-273b40a5308a","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"rangeStart\": \"2026-01-01\",\n  \"rangeEnd\": \"2026-12-31\",\n  \"events\": [\n    {\n      \"label\": \"Saturn ☐ Sun\",\n      \"start\": \"2026-03-15\",\n      \"end\": \"2026-04-20\",\n      \"exact\": \"2026-04-02\",\n      \"category\": \"Square\"\n    }\n  ],\n  \"options\": {\n    \"theme\": \"light\",\n    \"width\": 1000\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/timeline"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"svg\": \"<svg ...>\",\n    \"format\": \"svg\",\n    \"byteLength\": 4000\n  }\n}"},{"id":"5245554d-ac8f-4b65-8c07-a97bf9e2dc70","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"rangeStart\": \"2026-01-01\",\n  \"rangeEnd\": \"2026-12-31\",\n  \"events\": [\n    {\n      \"label\": \"Saturn ☐ Sun\",\n      \"start\": \"2026-03-15\",\n      \"end\": \"2026-04-20\",\n      \"exact\": \"2026-04-02\",\n      \"category\": \"Square\"\n    }\n  ],\n  \"options\": {\n    \"theme\": \"light\",\n    \"width\": 1000\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/timeline"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"c57e8fea-1c8e-4d90-b24f-b1e90285fa4a","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"rangeStart\": \"2026-01-01\",\n  \"rangeEnd\": \"2026-12-31\",\n  \"events\": [\n    {\n      \"label\": \"Saturn ☐ Sun\",\n      \"start\": \"2026-03-15\",\n      \"end\": \"2026-04-20\",\n      \"exact\": \"2026-04-02\",\n      \"category\": \"Square\"\n    }\n  ],\n  \"options\": {\n    \"theme\": \"light\",\n    \"width\": 1000\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/timeline"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"3bcb7a2f-cb40-4d67-b5d3-3dafe32e9c61"},{"name":"Bi-Wheel (SVG)","id":"9c72b593-63f5-4ff4-9f96-447a1ac91e12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"outer\": {\n    \"date\": \"2026-05-07\",\n    \"time\": \"12:00:00\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"options\": {\n    \"size\": 800,\n    \"outerLabel\": \"TR\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/bi-wheel","description":"<p>Two concentric wheels: inner natal + outer ring with transit (or progression) planets. Standard bi-wheel layout.</p>\n","urlObject":{"path":["render","bi-wheel"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"b34e40d9-898d-4bbd-bb56-01ef883dd6b4","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"outer\": {\n    \"date\": \"2026-05-07\",\n    \"time\": \"12:00:00\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"options\": {\n    \"size\": 800,\n    \"outerLabel\": \"TR\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/bi-wheel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"svg\": \"<svg ...>\",\n    \"format\": \"svg\",\n    \"byteLength\": 22800\n  }\n}"},{"id":"6d310a24-8548-4b13-b660-a8ed6642623a","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"outer\": {\n    \"date\": \"2026-05-07\",\n    \"time\": \"12:00:00\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"options\": {\n    \"size\": 800,\n    \"outerLabel\": \"TR\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/bi-wheel"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"0d293ab7-26b0-47dd-a454-f44cbf3ac779","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"outer\": {\n    \"date\": \"2026-05-07\",\n    \"time\": \"12:00:00\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"options\": {\n    \"size\": 800,\n    \"outerLabel\": \"TR\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/bi-wheel"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"9c72b593-63f5-4ff4-9f96-447a1ac91e12"},{"name":"Tri-Wheel (SVG)","id":"a3d5fdbc-8dfd-470b-bfc9-8334b5cff2c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"middle\": {\n    \"date\": \"2010-06-15\",\n    \"time\": \"12:00:00\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"outer\": {\n    \"date\": \"2026-05-07\",\n    \"time\": \"12:00:00\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"options\": {\n    \"size\": 800\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/tri-wheel","description":"<p>Three concentric wheels: natal + progressed + transit. Used for advanced forecasting visuals.</p>\n","urlObject":{"path":["render","tri-wheel"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"43044fae-9404-48cc-a2af-abddc661e13a","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"middle\": {\n    \"date\": \"2010-06-15\",\n    \"time\": \"12:00:00\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"outer\": {\n    \"date\": \"2026-05-07\",\n    \"time\": \"12:00:00\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"options\": {\n    \"size\": 800\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/tri-wheel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"svg\": \"<svg ...>\",\n    \"format\": \"svg\",\n    \"byteLength\": 24800\n  }\n}"},{"id":"29f78257-bd68-42e8-92bc-bb14d1be4500","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"middle\": {\n    \"date\": \"2010-06-15\",\n    \"time\": \"12:00:00\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"outer\": {\n    \"date\": \"2026-05-07\",\n    \"time\": \"12:00:00\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"options\": {\n    \"size\": 800\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/tri-wheel"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"feddf0ac-2423-412a-91f5-e7f3471a27e7","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"middle\": {\n    \"date\": \"2010-06-15\",\n    \"time\": \"12:00:00\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"outer\": {\n    \"date\": \"2026-05-07\",\n    \"time\": \"12:00:00\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"options\": {\n    \"size\": 800\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/tri-wheel"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"a3d5fdbc-8dfd-470b-bfc9-8334b5cff2c9"},{"name":"Composite Chart (SVG)","id":"af5e558f-2ef8-4fc4-952a-df405bf3a2ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/composite","description":"<p>Composite-chart wheel from two natal inputs. Computes midpoint composite then renders as Western wheel.</p>\n","urlObject":{"path":["render","composite"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"3f789897-3192-4122-9a73-7cfc489e757e","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/composite"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"svg\": \"<svg ...>\",\n    \"format\": \"svg\",\n    \"byteLength\": 22400\n  }\n}"},{"id":"c1cc5c28-13e1-4622-9035-9f5f36362fb3","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/composite"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"a80e972a-2306-43f7-94dc-43fa28e949b5","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/composite"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"af5e558f-2ef8-4fc4-952a-df405bf3a2ae"},{"name":"Biorhythm (SVG)","id":"e370bcaa-5e49-4e18-8559-07f83c4970d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1990-05-15\",\n  \"rangeStart\": \"2026-01-01\",\n  \"rangeEnd\": \"2026-12-31\",\n  \"options\": {\n    \"width\": 1000,\n    \"height\": 400\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/biorhythm","description":"<p>Three-curve sine plot of physical (23d), emotional (28d), and intellectual (33d) cycles since birth.</p>\n","urlObject":{"path":["render","biorhythm"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"76842989-03eb-4a3d-abd3-00f78d7fbd06","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1990-05-15\",\n  \"rangeStart\": \"2026-01-01\",\n  \"rangeEnd\": \"2026-12-31\",\n  \"options\": {\n    \"width\": 1000,\n    \"height\": 400\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/biorhythm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"svg\": \"<svg ...>\",\n    \"format\": \"svg\",\n    \"byteLength\": 60000\n  }\n}"},{"id":"9fd71a08-6866-40ca-8946-1567acca7425","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1990-05-15\",\n  \"rangeStart\": \"2026-01-01\",\n  \"rangeEnd\": \"2026-12-31\",\n  \"options\": {\n    \"width\": 1000,\n    \"height\": 400\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/biorhythm"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"4cfafabb-e070-4ab6-a3f0-a6841e875ccd","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1990-05-15\",\n  \"rangeStart\": \"2026-01-01\",\n  \"rangeEnd\": \"2026-12-31\",\n  \"options\": {\n    \"width\": 1000,\n    \"height\": 400\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/biorhythm"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"e370bcaa-5e49-4e18-8559-07f83c4970d5"},{"name":"Vedic Wheel — North Indian (SVG)","id":"d302feda-c8ed-4ea8-9ce1-503c7b62b14f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/wheel-vedic-north","description":"<p>North Indian diamond chart layout: 12 fixed positions, signs rotate per ascendant. Standard BPHS rendering.</p>\n","urlObject":{"path":["render","wheel-vedic-north"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"cb688e97-f7f8-4b9f-98e7-61f2e7a30b39","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/wheel-vedic-north"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"svg\": \"<svg ...>\",\n    \"format\": \"svg\",\n    \"byteLength\": 8500\n  }\n}"},{"id":"cc1406b0-1aa7-4977-bcaa-376fd8b8b9cd","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/wheel-vedic-north"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"87fe205a-9bc1-487f-b152-82a90e5fd363","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/wheel-vedic-north"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"d302feda-c8ed-4ea8-9ce1-503c7b62b14f"},{"name":"Vedic Wheel — South Indian (SVG)","id":"7d04f865-51f5-467b-8de5-725041a4e462","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/wheel-vedic-south","description":"<p>South Indian 4×4 grid layout (Pisces top-left, signs fixed). House numbers placed where lagna sign falls.</p>\n","urlObject":{"path":["render","wheel-vedic-south"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"259c3e59-210b-4e93-821e-5a71dc1d540a","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/wheel-vedic-south"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"svg\": \"<svg ...>\",\n    \"format\": \"svg\",\n    \"byteLength\": 11500\n  }\n}"},{"id":"2d4b05b7-723b-4b15-afb2-0c1367467810","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/wheel-vedic-south"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"4422e565-0533-40b0-a5f4-54b985bb157c","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/wheel-vedic-south"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"7d04f865-51f5-467b-8de5-725041a4e462"},{"name":"Vedic Wheel — East Indian (SVG)","id":"f3811124-2803-455f-a3cd-232691c5e82e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/wheel-vedic-east","description":"<p>East Indian (Bengali) layout — square with diagonals + inner rotated square forming 12 sectors.</p>\n","urlObject":{"path":["render","wheel-vedic-east"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"cda55f8b-a12b-49cc-b6f4-610f9fee8f76","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/wheel-vedic-east"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"svg\": \"<svg ...>\",\n    \"format\": \"svg\",\n    \"byteLength\": 9000\n  }\n}"},{"id":"4bb49872-4190-4307-af44-3023faeb26e2","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/wheel-vedic-east"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"bc37c44c-3c8d-43ef-b83d-b6980adeb260","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/wheel-vedic-east"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"f3811124-2803-455f-a3cd-232691c5e82e"},{"name":"Cosmogram — Hamburg School 90° dial (SVG)","id":"340c0f7a-40a8-4b10-aebe-fc791456bc7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/cosmogram","description":"<p>Cosmobiology 90° dial. Plots planets at (longitude mod 90)° across 4 quadrants — Cardinal/Fixed/Mutable repeated.</p>\n","urlObject":{"path":["render","cosmogram"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"a10f51ea-a1b5-4885-ab59-0f8e4362ba96","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/cosmogram"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"svg\": \"<svg ...>\",\n    \"format\": \"svg\",\n    \"byteLength\": 14000\n  }\n}"},{"id":"268dae1d-77ab-41c6-819a-627933b4400d","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/cosmogram"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"eb32cbdc-7a39-435a-ae29-943e1c5204e1","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/cosmogram"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"340c0f7a-40a8-4b10-aebe-fc791456bc7e"},{"name":"Eclipse Path Map (SVG)","id":"01823331-e434-4d05-948c-dc39626c6d39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"path\": [\n    {\n      \"latitude\": 40,\n      \"longitude\": -100\n    },\n    {\n      \"latitude\": 35,\n      \"longitude\": -90\n    }\n  ],\n  \"bandWidthDeg\": 3,\n  \"title\": \"Eclipse 2026\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/eclipse-path","description":"<p>Equirectangular world graticule with caller-supplied eclipse track. Renders centerline + shaded band of given degree-width.</p>\n","urlObject":{"path":["render","eclipse-path"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"64e87ac5-4128-4174-937b-c9ec454312f0","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"path\": [\n    {\n      \"latitude\": 40,\n      \"longitude\": -100\n    },\n    {\n      \"latitude\": 35,\n      \"longitude\": -90\n    }\n  ],\n  \"bandWidthDeg\": 3,\n  \"title\": \"Eclipse 2026\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/eclipse-path"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"svg\": \"<svg ...>\",\n    \"format\": \"svg\",\n    \"byteLength\": 4500\n  }\n}"},{"id":"09b37dfe-ec3f-49ce-812f-0e129bf2a59e","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"path\": [\n    {\n      \"latitude\": 40,\n      \"longitude\": -100\n    },\n    {\n      \"latitude\": 35,\n      \"longitude\": -90\n    }\n  ],\n  \"bandWidthDeg\": 3,\n  \"title\": \"Eclipse 2026\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/eclipse-path"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"024193a2-4e7b-4a10-a3a9-1f884902fd2e","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"path\": [\n    {\n      \"latitude\": 40,\n      \"longitude\": -100\n    },\n    {\n      \"latitude\": 35,\n      \"longitude\": -90\n    }\n  ],\n  \"bandWidthDeg\": 3,\n  \"title\": \"Eclipse 2026\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/eclipse-path"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"01823331-e434-4d05-948c-dc39626c6d39"},{"name":"Star Map (SVG)","id":"1c63ecdf-be22-47b2-8d75-5775af6cc1f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"points\": [\n    {\n      \"raHours\": 5.92,\n      \"decDeg\": 7.41,\n      \"magnitude\": 0.45,\n      \"name\": \"Betelgeuse\"\n    }\n  ],\n  \"title\": \"Orion\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/star-map","description":"<p>Stereographic projection of caller-supplied points (RA/Dec). Handles brightness magnitude scaling and labels.</p>\n","urlObject":{"path":["render","star-map"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"07cdd652-b769-4900-8607-51b694cc96c4","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"points\": [\n    {\n      \"raHours\": 5.92,\n      \"decDeg\": 7.41,\n      \"magnitude\": 0.45,\n      \"name\": \"Betelgeuse\"\n    }\n  ],\n  \"title\": \"Orion\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/star-map"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"svg\": \"<svg ...>\",\n    \"format\": \"svg\",\n    \"byteLength\": 8000\n  }\n}"},{"id":"fced836e-8205-4527-af59-423b96ea3fbc","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"points\": [\n    {\n      \"raHours\": 5.92,\n      \"decDeg\": 7.41,\n      \"magnitude\": 0.45,\n      \"name\": \"Betelgeuse\"\n    }\n  ],\n  \"title\": \"Orion\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/star-map"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"37614f13-a365-47c8-b44f-2f96d18a7bd2","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"points\": [\n    {\n      \"raHours\": 5.92,\n      \"decDeg\": 7.41,\n      \"magnitude\": 0.45,\n      \"name\": \"Betelgeuse\"\n    }\n  ],\n  \"title\": \"Orion\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/render/star-map"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"1c63ecdf-be22-47b2-8d75-5775af6cc1f3"}],"id":"959c5db8-df37-4762-9c0e-552b62146132","description":"<p>🖼️ Visualization endpoints</p>\n","_postman_id":"959c5db8-df37-4762-9c0e-552b62146132","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Chinese — Zodiac & Feng Shui","item":[{"name":"Chinese Zodiac Animal","id":"3baa8ff6-c1fb-427b-b06e-e64ca869d2de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/chinese/zodiac/animal","description":"<p>Animal sign of birth year (Lichun / Feb 4 cutoff) plus full pillar (stem + branch + element).</p>\n","urlObject":{"path":["chinese","zodiac","animal"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"5d46e8ff-bbc2-4cbf-a49c-b1f555ff858b","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/chinese/zodiac/animal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"solarYear\": 1990,\n    \"animal\": \"Horse\",\n    \"glyph\": \"🐎\",\n    \"branch\": \"Wu\",\n    \"stem\": \"Geng\",\n    \"element\": {\n      \"fixed\": \"Fire\",\n      \"cycling\": \"Metal\",\n      \"yin\": false\n    },\n    \"pillar\": \"Geng-Wu\"\n  }\n}"},{"id":"18082950-1b45-44db-8a37-89d7dc921d9b","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/chinese/zodiac/animal"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"d6b8fc11-16e7-493e-ae27-ca46fbadba7c","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/chinese/zodiac/animal"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"3baa8ff6-c1fb-427b-b06e-e64ca869d2de"},{"name":"Chinese Element","id":"2895f973-8a11-483e-b2ad-d518c308e4bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/chinese/zodiac/element","description":"<p>Fixed-branch element + cycling-stem element + yin/yang for given solar year.</p>\n","urlObject":{"path":["chinese","zodiac","element"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"89e34a79-46cc-4913-aa5b-c68c5c7e5a7f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/chinese/zodiac/element"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"solarYear\": 1990,\n    \"fixedElement\": \"Fire\",\n    \"cyclingElement\": \"Metal\",\n    \"yin\": false,\n    \"description\": \"...\"\n  }\n}"},{"id":"35c2684a-c6dd-46c1-9d83-41bda8d6517c","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/chinese/zodiac/element"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"16402277-154a-4127-98a9-5c68d18493e0","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/chinese/zodiac/element"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"2895f973-8a11-483e-b2ad-d518c308e4bb"},{"name":"Inner Animal (month branch)","id":"4063c615-ff16-4a11-ae57-c229c3730f9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/chinese/zodiac/inner-animal","description":"<p>Month-branch animal — represents inner motivations and private self.</p>\n","urlObject":{"path":["chinese","zodiac","inner-animal"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"1625ca93-1951-42be-80b7-529cc9b59838","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/chinese/zodiac/inner-animal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"innerAnimal\": \"Wei\",\n    \"glyph\": \"🐐\",\n    \"description\": \"...\"\n  }\n}"},{"id":"82ebe1a7-4f69-452b-9a77-e748b1b6fd5c","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/chinese/zodiac/inner-animal"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"fe7bf4fe-1503-4e7c-83ee-b590fe98bfde","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/chinese/zodiac/inner-animal"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"4063c615-ff16-4a11-ae57-c229c3730f9f"},{"name":"Secret Animal (hour branch)","id":"a817dd9a-a079-4b47-9b87-a7459f7565d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\",\n  \"time\": \"14:30:00\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/chinese/zodiac/secret-animal","description":"<p>Hour-of-birth branch animal — represents the deepest self. Requires birth time.</p>\n","urlObject":{"path":["chinese","zodiac","secret-animal"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"6cbb7ddf-a168-4b9c-a136-2d4e62886323","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\",\n  \"time\": \"14:30:00\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/chinese/zodiac/secret-animal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"secretAnimal\": \"Wei\",\n    \"glyph\": \"🐐\",\n    \"description\": \"...\"\n  }\n}"},{"id":"d92c5afa-3f6f-469d-9f91-cbf2017a2bd0","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\",\n  \"time\": \"14:30:00\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/chinese/zodiac/secret-animal"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"5fef8d33-da0a-4791-bfb5-76cd16614fe2","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\",\n  \"time\": \"14:30:00\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/chinese/zodiac/secret-animal"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"a817dd9a-a079-4b47-9b87-a7459f7565d2"},{"name":"Animal Compatibility","id":"ed8a0e4e-16fe-46ad-90c9-e26c9b89fa18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"person1\": {\n    \"date\": \"1990-06-15\"\n  },\n  \"person2\": {\n    \"date\": \"1985-03-22\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/chinese/zodiac/compatibility","description":"<p>Pair compatibility score (0-100) using San He trine + Liu Chong conflict-pair canon.</p>\n","urlObject":{"path":["chinese","zodiac","compatibility"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"ca387570-4211-45b2-8413-370c3d975517","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"person1\": {\n    \"date\": \"1990-06-15\"\n  },\n  \"person2\": {\n    \"date\": \"1985-03-22\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/chinese/zodiac/compatibility"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"person1\": {\n      \"solarYear\": 5072.450126902388,\n      \"animal\": \"string\"\n    },\n    \"person2\": {},\n    \"compatibility\": {\n      \"score\": 7673.317208383143,\n      \"category\": \"string\",\n      \"notes\": [\n        \"string\",\n        \"string\"\n      ]\n    }\n  }\n}"},{"id":"78118829-e1d3-4eab-9118-cbc21470f6a9","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"person1\": {\n    \"date\": \"1990-06-15\"\n  },\n  \"person2\": {\n    \"date\": \"1985-03-22\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/chinese/zodiac/compatibility"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"a007f6cb-0108-4316-8ac0-3627e52937dd","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"person1\": {\n    \"date\": \"1990-06-15\"\n  },\n  \"person2\": {\n    \"date\": \"1985-03-22\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/chinese/zodiac/compatibility"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"ed8a0e4e-16fe-46ad-90c9-e26c9b89fa18"},{"name":"Kua Number","id":"ce2f6022-558e-4373-8694-b23d520cb775","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\",\n  \"gender\": \"male\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/chinese/feng-shui/kua","description":"<p>Personal Kua number from solar-year digit sum + gender. Maps to East/West group for direction work.</p>\n","urlObject":{"path":["chinese","feng-shui","kua"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"a20ea7d7-c508-46d2-ba26-51082fa3bcaf","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\",\n  \"gender\": \"male\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/chinese/feng-shui/kua"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"solarYear\": 1990,\n    \"gender\": \"male\",\n    \"kuaNumber\": 7,\n    \"group\": \"West\",\n    \"description\": \"...\"\n  }\n}"},{"id":"016d589b-9d96-454b-93c1-479a38ab6283","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\",\n  \"gender\": \"male\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/chinese/feng-shui/kua"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"a88caf5d-de66-4e13-8f79-0dd49604e91b","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\",\n  \"gender\": \"male\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/chinese/feng-shui/kua"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"ce2f6022-558e-4373-8694-b23d520cb775"},{"name":"Lucky / Unlucky Directions","id":"537c7f07-30c0-46f3-b432-fb729edd73d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\",\n  \"gender\": \"male\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/chinese/feng-shui/lucky-directions","description":"<p>Personal 4 lucky + 4 unlucky compass directions from Kua. Standard Pa Kua mapping.</p>\n","urlObject":{"path":["chinese","feng-shui","lucky-directions"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"f3f2a9c2-0a2e-415f-a256-d4088bba670f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\",\n  \"gender\": \"male\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/chinese/feng-shui/lucky-directions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"kuaNumber\": 3038.8765110457784,\n    \"group\": \"string\",\n    \"lucky\": {\n      \"sheng_chi\": {\n        \"direction\": \"string\",\n        \"meaning\": \"string\"\n      }\n    },\n    \"unlucky\": {}\n  }\n}"},{"id":"3f512e92-9ff3-40c6-acec-a29fb873177e","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\",\n  \"gender\": \"male\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/chinese/feng-shui/lucky-directions"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"3ebe500d-1627-46ff-9cac-eff9b446a576","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\",\n  \"gender\": \"male\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/chinese/feng-shui/lucky-directions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"537c7f07-30c0-46f3-b432-fb729edd73d3"},{"name":"Bagua Life Areas","id":"61ce2493-d590-4a9b-8638-4058186c0d1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\",\n  \"gender\": \"male\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/chinese/feng-shui/bagua","description":"<p>Eastern-school Bagua mapping of 9 life areas (career, knowledge, family, wealth, fame, relationships, children, helpful-people, health) onto compass sectors.</p>\n","urlObject":{"path":["chinese","feng-shui","bagua"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"4601ae8e-95ab-485d-b772-5d45efe9bbc0","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\",\n  \"gender\": \"male\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/chinese/feng-shui/bagua"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"kuaNumber\": 8969.429739612402,\n    \"bagua\": [\n      {\n        \"sector\": \"string\",\n        \"lifeArea\": \"string\",\n        \"element\": \"string\",\n        \"colorTones\": \"string\"\n      },\n      {\n        \"sector\": \"string\",\n        \"lifeArea\": \"string\",\n        \"element\": \"string\",\n        \"colorTones\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"841e0cde-adcb-4166-a65c-4bb1e1cd2452","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\",\n  \"gender\": \"male\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/chinese/feng-shui/bagua"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"eabf9157-38ac-4c3a-93b7-7307b2050084","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\",\n  \"gender\": \"male\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/chinese/feng-shui/bagua"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"61ce2493-d590-4a9b-8638-4058186c0d1d"}],"id":"ec06534e-4eb0-47ec-8d02-d74eea2adb95","description":"<p>🐉 Chinese — Zodiac &amp; Feng Shui endpoints</p>\n","_postman_id":"ec06534e-4eb0-47ec-8d02-d74eea2adb95","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Mayan Calendars","item":[{"name":"Tzolkin Day Sign","id":"1224c315-4930-4b71-9d7f-e1cd39662384","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mayan/tzolkin","description":"<p>260-day sacred calendar. Returns 1-13 number + 20 day-name + element + direction + keyword.</p>\n","urlObject":{"path":["mayan","tzolkin"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"8ad133cc-08c8-4c96-a1a1-07b9bd48a4b7","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mayan/tzolkin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"date\": \"1990-06-15\",\n    \"tzolkin\": {\n      \"number\": 8,\n      \"name\": \"Men\",\n      \"label\": \"8 Men\",\n      \"keyword\": \"eagle / vision\",\n      \"element\": \"Air\",\n      \"direction\": \"West\"\n    }\n  }\n}"},{"id":"52c83f32-1671-4d90-a289-bc4b86f83524","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mayan/tzolkin"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"70715733-0563-4a13-b935-7d6b128b1281","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mayan/tzolkin"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"1224c315-4930-4b71-9d7f-e1cd39662384"},{"name":"Haab Civil Day","id":"4a1c4717-42e3-4eac-8546-ece69fab93cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mayan/haab","description":"<p>365-day civil calendar = 18 months × 20 days + 5-day Wayeb. Identifies if date falls in unlucky Wayeb period.</p>\n","urlObject":{"path":["mayan","haab"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"56a3181e-09fa-4971-9c2c-db52ebbbde62","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mayan/haab"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"haab\": {\n      \"day\": 8,\n      \"month\": \"Sotz\",\n      \"label\": \"8 Sotz\",\n      \"isWayeb\": false\n    }\n  }\n}"},{"id":"71633091-dadf-4c1f-ad81-15c7b3194b09","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mayan/haab"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"1d16601b-aad8-457b-8b65-818ff97a577d","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mayan/haab"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"4a1c4717-42e3-4eac-8546-ece69fab93cd"},{"name":"Long Count","id":"40621e60-a259-4263-afc4-a803d8d80196","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mayan/long-count","description":"<p>Five-place positional notation: baktun.katun.tun.uinal.kin. Days since 4 Ahau 8 Cumku (3114 BC).</p>\n","urlObject":{"path":["mayan","long-count"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"f82e1b74-a2a9-4784-91db-e6365d5f050f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mayan/long-count"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"longCount\": {\n      \"baktun\": 12,\n      \"katun\": 18,\n      \"tun\": 17,\n      \"uinal\": 2,\n      \"kin\": 15,\n      \"notation\": \"12.18.17.2.15\",\n      \"daysSinceCreation\": 1853895\n    }\n  }\n}"},{"id":"a52853a0-8b96-45b9-a3f1-ff27b51117fb","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mayan/long-count"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"6bf213e1-bc2f-4579-8309-8d2d1fdc0d3e","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mayan/long-count"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"40621e60-a259-4263-afc4-a803d8d80196"},{"name":"Calendar Round","id":"925ee479-f666-4e5a-a973-e1fb2931e146","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mayan/calendar-round","description":"<p>Combined Tzolkin + Haab — unique date label within the 52-year cycle (18,980 days).</p>\n","urlObject":{"path":["mayan","calendar-round"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"ee79f3f7-be3a-4c5a-99f7-019c48242dec","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mayan/calendar-round"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"calendarRound\": \"string\",\n    \"tzolkin\": {},\n    \"haab\": {}\n  }\n}"},{"id":"9f943b24-8805-4dcb-aef5-a147762e0811","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mayan/calendar-round"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"121261c8-37ba-4a34-bbf3-a42839d74a06","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mayan/calendar-round"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"925ee479-f666-4e5a-a973-e1fb2931e146"},{"name":"Lord of the Night","id":"658e1fb4-a1ac-4f36-ae2b-fad689a5aba1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mayan/lord-of-night","description":"<p>9-day cycle of underworld deities (G1-G9) governing the spiritual influence of each night.</p>\n","urlObject":{"path":["mayan","lord-of-night"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"312fb3a3-584a-4c0f-a54a-63a9ac795ac3","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mayan/lord-of-night"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"lordOfNight\": {\n      \"number\": 1,\n      \"label\": \"G1\"\n    }\n  }\n}"},{"id":"8eb7b644-47b3-4975-9b00-4457692f3ede","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mayan/lord-of-night"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"2c176d66-ece7-4b50-a08c-4bb706f47380","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mayan/lord-of-night"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"658e1fb4-a1ac-4f36-ae2b-fad689a5aba1"},{"name":"Full Mayan Date","id":"637fe0f8-e456-4e39-a231-3976cc31bc0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mayan/full","description":"<p>All four classical components in one call: Long Count + Tzolkin + Haab + Calendar Round + Lord of the Night.</p>\n","urlObject":{"path":["mayan","full"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"267b753e-9c38-4336-b857-67bec9090213","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mayan/full"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"longCount\": {},\n    \"tzolkin\": {},\n    \"haab\": {},\n    \"calendarRound\": \"string\",\n    \"lordOfNight\": {}\n  }\n}"},{"id":"06d6aa18-43af-450e-a562-d6567be0a64b","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mayan/full"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"738c4ff7-8c09-48f8-9ac8-faf66ec2891a","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mayan/full"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"637fe0f8-e456-4e39-a231-3976cc31bc0b"},{"name":"Mayan Compatibility","id":"4b438af2-e638-4db3-b8eb-7dafa68ca643","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"person1\": {\n    \"date\": \"1990-06-15\"\n  },\n  \"person2\": {\n    \"date\": \"1985-03-22\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mayan/compatibility","description":"<p>Pair compatibility from Tzolkin name + tone alignment plus elemental/directional affinity. Returns 0-100 score.</p>\n","urlObject":{"path":["mayan","compatibility"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"0f7239a1-f831-4031-acd0-266dc1aa8220","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"person1\": {\n    \"date\": \"1990-06-15\"\n  },\n  \"person2\": {\n    \"date\": \"1985-03-22\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mayan/compatibility"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"compatibility\": {\n      \"score\": 80,\n      \"category\": \"tone\",\n      \"notes\": [\n        \"Same tone (Galactic number) — synchronized rhythm.\"\n      ]\n    }\n  }\n}"},{"id":"ab7ef696-0454-4a73-9c56-0d4b41bffb5a","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"person1\": {\n    \"date\": \"1990-06-15\"\n  },\n  \"person2\": {\n    \"date\": \"1985-03-22\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mayan/compatibility"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"d854fd2b-bae5-4b52-b17b-bb6ba789018d","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"person1\": {\n    \"date\": \"1990-06-15\"\n  },\n  \"person2\": {\n    \"date\": \"1985-03-22\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mayan/compatibility"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"4b438af2-e638-4db3-b8eb-7dafa68ca643"},{"name":"Dreamspell (Argüelles 1990)","id":"de2b5d8d-8aad-4660-b86a-266739a1c9d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mayan/dreamspell","description":"<p>Modern synchronometer reinterpretation by José Argüelles. Returns kin (1-260) + tone + seal. Distinct from traditional Tzolkin.</p>\n","urlObject":{"path":["mayan","dreamspell"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"065a77e8-47fc-478c-94d2-a3d10dd86c12","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mayan/dreamspell"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"dreamspell\": {\n      \"kin\": 169,\n      \"toneNumber\": 13,\n      \"tone\": \"Cosmic\",\n      \"sealIndex\": 8,\n      \"seal\": \"Red Moon\"\n    },\n    \"label\": \"Kin 169: Cosmic Red Moon\",\n    \"notes\": [\n      \"...\"\n    ]\n  }\n}"},{"id":"d1cdf692-1734-43bd-952f-f6d2aa9249a2","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mayan/dreamspell"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"4735d7b6-de97-48a4-b978-b6236b906afb","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mayan/dreamspell"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"de2b5d8d-8aad-4660-b86a-266739a1c9d4"}],"id":"861ffdf0-b60a-43f8-9bc3-69f334fe6cd8","description":"<p>🌽 Mayan Calendars endpoints</p>\n","_postman_id":"861ffdf0-b60a-43f8-9bc3-69f334fe6cd8","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Wellness","item":[{"name":"Medical Astrology (Body Rulership)","id":"f91f020d-8c0d-4fdf-b55e-1ea51bf8306e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/wellness/medical-astrology","description":"<p>Body parts ruled by sun-sign per traditional Melothesia (head→toe). Returns primary + secondary + vulnerabilities.</p>\n","urlObject":{"path":["wellness","medical-astrology"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"15ee8ad6-db1a-460a-867b-fa0cc9643842","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/wellness/medical-astrology"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"sunSign\": \"string\",\n    \"element\": \"string\",\n    \"bodyRulership\": {\n      \"primary\": \"string\"\n    },\n    \"disclaimer\": \"string\"\n  }\n}"},{"id":"a7726d61-331f-4928-b263-973de8fca72f","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/wellness/medical-astrology"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"54862e61-a6be-492c-8ff1-2f005b782cca","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/wellness/medical-astrology"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"f91f020d-8c0d-4fdf-b55e-1ea51bf8306e"},{"name":"Dietary Suggestions","id":"6c25cd7d-3ac8-480d-bdd4-a2bcc89711de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/wellness/diet","description":"<p>Element-based dietary focus: emphasize/avoid foods + cooking style.</p>\n","urlObject":{"path":["wellness","diet"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"574e9439-baf9-4e42-ab43-79614ba7c870","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/wellness/diet"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"sunSign\": \"string\",\n    \"element\": \"string\",\n    \"diet\": {\n      \"focus\": \"string\",\n      \"cookingStyle\": \"string\"\n    },\n    \"disclaimer\": \"string\"\n  }\n}"},{"id":"18bfb856-9d11-4344-865b-c4d72ba45858","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/wellness/diet"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"9cfacf6f-6ce0-410f-9396-1dadb173eb76","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/wellness/diet"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"6c25cd7d-3ac8-480d-bdd4-a2bcc89711de"},{"name":"Yoga Practice by Sign","id":"cdb40ad4-d29e-4a35-be6e-83e3d05f0ca2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/wellness/yoga","description":"<p>Sign-specific yoga focus + asanas + pranayama.</p>\n","urlObject":{"path":["wellness","yoga"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"1fcd6ca8-27a4-4615-acb4-5f99077115f3","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/wellness/yoga"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"sunSign\": \"string\",\n    \"yoga\": {\n      \"focus\": \"string\",\n      \"pranayama\": \"string\"\n    },\n    \"disclaimer\": \"string\"\n  }\n}"},{"id":"1e77c0b0-04fb-4d20-8c2f-34b6286aafcb","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/wellness/yoga"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"518af562-a370-437e-bd95-0aa62f32fd7f","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/wellness/yoga"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"cdb40ad4-d29e-4a35-be6e-83e3d05f0ca2"},{"name":"Exercise Recommendations","id":"35d0a9fd-440c-43ca-a19b-bf6f7c1280d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/wellness/exercise","description":"<p>Element-based intensity + recommended/avoid activities.</p>\n","urlObject":{"path":["wellness","exercise"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"185e73cc-7aec-4ee9-b704-cafc6ca8eb7f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/wellness/exercise"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"exercise\": {\n      \"intensity\": \"string\"\n    }\n  }\n}"},{"id":"c2a80c0a-0cf8-4ce1-b294-d8f581f78af5","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/wellness/exercise"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"bd7a1681-ba29-4d98-9d8c-8f9073ba1bb2","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/wellness/exercise"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"35d0a9fd-440c-43ca-a19b-bf6f7c1280d5"},{"name":"Mental-Health Profile","id":"f46ed56c-128c-42f3-a1e0-66e71ec34359","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/wellness/mental-health","description":"<p>Element-profile across luminaries + Mercury/Venus/Mars; identifies dominant element + strengths/vulnerabilities/coping.</p>\n","urlObject":{"path":["wellness","mental-health"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"fb855292-1a5d-42a5-9591-bbba4ea92c5f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/wellness/mental-health"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"elementProfile\": {\n      \"Fire\": 1440.1260654616287,\n      \"Earth\": 1477.796824007831,\n      \"Air\": 8562.966770683284,\n      \"Water\": 2358.4258893448905\n    },\n    \"dominantElement\": \"string\",\n    \"mentalProfile\": {},\n    \"disclaimer\": \"string\"\n  }\n}"},{"id":"6dd5fd15-7865-4acf-9bf6-bbb0e472c24e","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/wellness/mental-health"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"f006d73f-198e-4015-aa1a-897947e82ea4","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/wellness/mental-health"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"f46ed56c-128c-42f3-a1e0-66e71ec34359"},{"name":"Moon-Phase Sleep Tips","id":"9fd0c5d7-fb73-45ec-93e0-0b42905d8fe7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/wellness/sleep-cycles","description":"<p>Sleep recommendations per moon phase. Pair with /sun-times to find current phase.</p>\n","urlObject":{"path":["wellness","sleep-cycles"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"5f6d2222-f3ae-4de5-b6a2-047ce91f63f1","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/wellness/sleep-cycles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"moonPhaseTips\": [\n      {\n        \"phase\": \"string\",\n        \"tip\": \"string\"\n      },\n      {\n        \"phase\": \"string\",\n        \"tip\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"bd49e109-aecb-42ee-8d0b-f59af90fd9d5","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/wellness/sleep-cycles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"f5d80c96-c712-4a34-950c-663b94756859","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/wellness/sleep-cycles"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"9fd0c5d7-fb73-45ec-93e0-0b42905d8fe7"},{"name":"Herbs by Planetary Ruler","id":"18d91859-0b73-466b-b6bc-05d0e1e11867","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/wellness/herbs","description":"<p>Herbs ruled by sign's traditional planetary lord (Culpeper). Includes all 7 classical planets.</p>\n","urlObject":{"path":["wellness","herbs"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"b63ee8ee-f047-4357-bb2c-4b3c4596953a","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/wellness/herbs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"sunSign\": \"string\",\n    \"traditionalRuler\": \"string\",\n    \"herbsForRuler\": {},\n    \"allPlanetHerbs\": {}\n  }\n}"},{"id":"74559ce5-eb02-4acc-9314-339920a47bcd","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/wellness/herbs"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"d7be21c0-7280-4fbf-8072-6e13d54578cd","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/wellness/herbs"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"18d91859-0b73-466b-b6bc-05d0e1e11867"},{"name":"Healing Crystals by Sign","id":"46bfc3f5-0821-438b-bf72-5b7fd7a2be25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/wellness/crystals","description":"<p>Primary + supportive crystals + intentions per zodiac sign.</p>\n","urlObject":{"path":["wellness","crystals"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"0af58c18-d4f4-44e0-bb14-e756bc5bee8a","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/wellness/crystals"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"sunSign\": \"string\",\n    \"crystals\": {\n      \"primary\": \"string\"\n    }\n  }\n}"},{"id":"39cdaf6d-1d62-4095-a6fd-81e25b17dcc2","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/wellness/crystals"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"200d45aa-8eb4-4707-ba16-f3d30624fbef","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/wellness/crystals"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"46bfc3f5-0821-438b-bf72-5b7fd7a2be25"},{"name":"Wellness Cycle Milestones","id":"cca49a9e-c475-4f06-ab30-d12adc597c41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1990-06-15\",\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/wellness/cycle","description":"<p>Age-based wellness milestones (Saturn return, Uranus opposition, hormonal shifts) — nearby + full list.</p>\n","urlObject":{"path":["wellness","cycle"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"0128ae90-53f6-4caa-845f-e29ac2af876b","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1990-06-15\",\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/wellness/cycle"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"ageYears\": 35,\n    \"nearbyMilestones\": [\n      {\n        \"age\": 35,\n        \"theme\": \"Metabolic shift...\",\n        \"system\": \"Metabolic\"\n      }\n    ]\n  }\n}"},{"id":"33e09410-8900-4157-a8b2-4dc045c46195","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1990-06-15\",\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/wellness/cycle"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"637c5a18-1e73-41c8-934f-cd1cd76dac23","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1990-06-15\",\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/wellness/cycle"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"cca49a9e-c475-4f06-ab30-d12adc597c41"}],"id":"7accd728-d2de-4f37-9c88-df71b1fc878c","description":"<p>🌿 Wellness endpoints. ⚠️ All wellness endpoints are educational/informational only. Consult a licensed health professional for medical concerns.</p>\n","_postman_id":"7accd728-d2de-4f37-9c88-df71b1fc878c","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Pet Astrology","item":[{"name":"Pet Birth Chart","id":"62280dad-7433-4d58-b0db-bcde39e61fd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/birth-chart","description":"<p>Full natal chart for the pet (sun, moon, ASC + planets) plus disclaimer.</p>\n","urlObject":{"path":["pet","birth-chart"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"e1f21767-4acb-4d57-891e-2e2b04b928f8","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/birth-chart"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"sunSign\": \"string\",\n    \"moonSign\": \"string\",\n    \"ascendant\": \"string\"\n  }\n}"},{"id":"38e4a40b-fb64-4ae7-a24a-6c9de2702dc1","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/birth-chart"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"ec6c45cb-f654-4897-bd7f-907e11829197","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/birth-chart"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"62280dad-7433-4d58-b0db-bcde39e61fd9"},{"name":"Pet Sun-Sign Meaning","id":"62d1a437-c4a2-401e-a512-1220231844ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/sun-sign-meaning","description":"<p>Personality + temperament + best-suited household.</p>\n","urlObject":{"path":["pet","sun-sign-meaning"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"71d2c0b7-db46-4007-b912-01e2505601ba","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/sun-sign-meaning"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"sunSign\": \"string\",\n    \"personality\": {\n      \"temperament\": \"string\",\n      \"bestSuited\": \"string\"\n    }\n  }\n}"},{"id":"b83b7b37-ff66-47d1-976c-cf803f9c3c6a","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/sun-sign-meaning"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"1073741e-a9fd-4cdc-be97-a0b4e12c6afc","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/sun-sign-meaning"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"62d1a437-c4a2-401e-a512-1220231844ac"},{"name":"Pet Personality Profile","id":"2e03697b-e06a-48a5-84b5-b537d165db69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/personality","description":"<p>Full personality breakdown.</p>\n","urlObject":{"path":["pet","personality"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"eeb84a2d-4781-497e-8c57-929dacbd0e4a","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/personality"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"temperament\": \"string\",\n    \"bestSuited\": \"string\"\n  }\n}"},{"id":"61b48d22-8a02-428d-bb31-84aa34ec6bf4","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/personality"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"cb672221-306b-4a2b-9b1c-1975132847b0","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/personality"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"2e03697b-e06a-48a5-84b5-b537d165db69"},{"name":"Pet Temperament","id":"0bc1af8d-efd2-4273-afb3-ec62b508bb62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/temperament","description":"<p>Short temperament-only summary.</p>\n","urlObject":{"path":["pet","temperament"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"b1b255fa-c30c-432f-94b0-f05ca1f1cbdd","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/temperament"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"temperament\": \"string\"\n  }\n}"},{"id":"6b58a733-efe7-437d-8977-cadf55cbefa1","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/temperament"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"d9278c58-af77-494b-bb4b-d17b17e18d6b","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/temperament"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"0bc1af8d-efd2-4273-afb3-ec62b508bb62"},{"name":"Training Style","id":"cc083be0-dffd-4b58-a4dc-1d2aaa2c97ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/training-style","description":"<p>Preferred training style + 3 tips.</p>\n","urlObject":{"path":["pet","training-style"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"b6c77aa4-0ebc-467d-85eb-49d0606a49ce","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/training-style"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"training\": {\n      \"style\": \"string\"\n    }\n  }\n}"},{"id":"0394c03e-d30c-462d-8b4e-4988e12e413c","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/training-style"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"a89f59ea-ad0d-468b-87c6-e265885ddad9","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/training-style"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"cc083be0-dffd-4b58-a4dc-1d2aaa2c97ff"},{"name":"Diet by Sign","id":"d92a1cb8-4433-4770-ba13-6e3d904471f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/diet-by-sign","description":"<p>Element-based dietary focus.</p>\n","urlObject":{"path":["pet","diet-by-sign"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"69583ff4-2530-4e81-a74c-1408d66045ce","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/diet-by-sign"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"diet\": {\n      \"focus\": \"string\"\n    }\n  }\n}"},{"id":"78ce7050-d899-4c15-9f78-04720e0ac004","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/diet-by-sign"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"3a522956-4876-43f6-aa50-a9a87bc58664","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/diet-by-sign"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"d92a1cb8-4433-4770-ba13-6e3d904471f4"},{"name":"Grooming by Element","id":"e532d7c0-f30a-47a9-abdd-f7ded4ceb766","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/grooming-by-element","description":"<p>Grooming focus + frequency by element.</p>\n","urlObject":{"path":["pet","grooming-by-element"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"fe1893c5-1515-4aaf-ace7-d512137f9034","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/grooming-by-element"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"grooming\": {\n      \"focus\": \"...\",\n      \"freq\": \"...\"\n    }\n  }\n}"},{"id":"d7b661e0-4868-40e6-840e-78a1c7a8d01a","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/grooming-by-element"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"e05ddd0a-74ff-4407-963b-0a9654e0c116","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/grooming-by-element"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"e532d7c0-f30a-47a9-abdd-f7ded4ceb766"},{"name":"Exercise Needs","id":"81c018c7-da3c-44b4-879e-32f705187c12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/exercise-needs","description":"<p>Element-based daily exercise minutes + recommended activities.</p>\n","urlObject":{"path":["pet","exercise-needs"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"a03699b5-e105-438e-b7c6-93649adbc081","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/exercise-needs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"exercise\": {\n      \"intensity\": \"string\",\n      \"minDailyMinutes\": 8641.040653576283\n    }\n  }\n}"},{"id":"fa5d22d8-a84a-4e5a-9027-0ebabecee44e","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/exercise-needs"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"17e2f707-69bc-42e4-bde1-3ee1b3b9bf36","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/exercise-needs"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"81c018c7-da3c-44b4-879e-32f705187c12"},{"name":"Communication Style","id":"29e2f6ce-7e67-4e2b-ace5-abcfed1613fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/communication-style","description":"<p>How best to communicate with this pet.</p>\n","urlObject":{"path":["pet","communication-style"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"89643ab6-9d34-4aa2-8b60-3ea395510e5f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/communication-style"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"communication\": {\n      \"style\": \"...\"\n    }\n  }\n}"},{"id":"65189ecb-94f1-4ded-bd41-45af9a176b5e","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/communication-style"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"f3a609e7-375e-4716-a577-e76495aba1b9","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/communication-style"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"29e2f6ce-7e67-4e2b-ace5-abcfed1613fb"},{"name":"Play Style + Toys","id":"a2b33d6a-cfde-4f18-ae64-1d1d03149594","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/play-style","description":"<p>Preferred play and toy types.</p>\n","urlObject":{"path":["pet","play-style"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"964581a8-9019-4e8a-abc5-d63e5e2a0374","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/play-style"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"play\": {\n      \"style\": \"string\"\n    }\n  }\n}"},{"id":"0c078a51-cf3c-4f70-a536-e843ad17de30","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/play-style"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"662740a4-6841-44a4-b225-1512e3591c06","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/play-style"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"a2b33d6a-cfde-4f18-ae64-1d1d03149594"},{"name":"Health Watch-Outs","id":"bd69a993-600e-4074-a1c6-178b1b3e0469","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/health-tips","description":"<p>Sign-specific health vulnerabilities. NOT veterinary advice.</p>\n","urlObject":{"path":["pet","health-tips"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"1c0da0e4-a665-4f69-ac9b-b782f48c483e","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/health-tips"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"89aa8f16-0930-45e0-8114-83ec8f810478","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/health-tips"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"df56a3ac-dd99-46bf-ba0e-92e8b4f4ca92","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/health-tips"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"bd69a993-600e-4074-a1c6-178b1b3e0469"},{"name":"Best Names by Sign","id":"806d39da-1fee-4afb-8f66-17bc8da49931","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2020-06-15\",\n  \"time\": \"12:00:00\",\n  \"timezoneOffset\": 0,\n  \"latitude\": 40,\n  \"longitude\": -74,\n  \"gender\": \"feminine\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/best-names","description":"<p>Sign-aligned name suggestions; optional gender filter.</p>\n","urlObject":{"path":["pet","best-names"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"bb96caf3-d385-4ca5-b95a-e59b1d413d5c","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2020-06-15\",\n  \"time\": \"12:00:00\",\n  \"timezoneOffset\": 0,\n  \"latitude\": 40,\n  \"longitude\": -74,\n  \"gender\": \"feminine\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/best-names"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"d2584102-c6d6-489e-a8bf-d417f409a011","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2020-06-15\",\n  \"time\": \"12:00:00\",\n  \"timezoneOffset\": 0,\n  \"latitude\": 40,\n  \"longitude\": -74,\n  \"gender\": \"feminine\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/best-names"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"97464abe-40e5-46b6-ae2a-e5f9eedda2d0","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2020-06-15\",\n  \"time\": \"12:00:00\",\n  \"timezoneOffset\": 0,\n  \"latitude\": 40,\n  \"longitude\": -74,\n  \"gender\": \"feminine\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/best-names"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"806d39da-1fee-4afb-8f66-17bc8da49931"},{"name":"Lucky Days","id":"c9c05ba6-ac93-49a8-b3b0-2eaccd6f607f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/lucky-day","description":"<p>Days of week traditionally aligned with the sign.</p>\n","urlObject":{"path":["pet","lucky-day"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"df1a4542-8bc2-4b9b-82c4-ca7486c1741f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/lucky-day"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"luckyDays\": [\n      \"Wednesday\"\n    ]\n  }\n}"},{"id":"2774a210-f560-4dda-89d6-41d93887cda3","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/lucky-day"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"311e169a-4536-46f0-a628-b90ab1a8d942","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/lucky-day"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"c9c05ba6-ac93-49a8-b3b0-2eaccd6f607f"},{"name":"Owner-Pet Compatibility","id":"51e33882-c7f9-4b2a-87f2-ff77f20229a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"owner\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"pet\": {\n    \"date\": \"2020-06-15\",\n    \"time\": \"12:00:00\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 40,\n    \"longitude\": -74\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/owner-pet-compatibility","description":"<p>Compatibility score (0-100) based on element + sign distance.</p>\n","urlObject":{"path":["pet","owner-pet-compatibility"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"88e8e71b-6422-436d-9d0d-e50d6119d304","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"owner\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"pet\": {\n    \"date\": \"2020-06-15\",\n    \"time\": \"12:00:00\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 40,\n    \"longitude\": -74\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/owner-pet-compatibility"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"compatibility\": {\n      \"score\": 85,\n      \"category\": \"aligned\"\n    }\n  }\n}"},{"id":"49375d70-6499-4f91-a233-3c44bfae3aed","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"owner\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"pet\": {\n    \"date\": \"2020-06-15\",\n    \"time\": \"12:00:00\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 40,\n    \"longitude\": -74\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/owner-pet-compatibility"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"7124a99c-63fa-4573-98e9-b9e40a55df8a","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"owner\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"pet\": {\n    \"date\": \"2020-06-15\",\n    \"time\": \"12:00:00\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 40,\n    \"longitude\": -74\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/pet/owner-pet-compatibility"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"51e33882-c7f9-4b2a-87f2-ff77f20229a6"}],"id":"88ec1367-08a2-4ad0-890b-d0a2a3c1d2a6","description":"<p>🐾 Pet Astrology endpoints. ⚠️ Pet astrology is entertainment-only — no canonical sources. Not a substitute for veterinary care.</p>\n","_postman_id":"88ec1367-08a2-4ad0-890b-d0a2a3c1d2a6","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Business Astrology","item":[{"name":"Founder Personality","id":"ba5d1c10-e64d-4a86-8632-70a47d628375","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/founder-personality","description":"<p>Founder type + strengths/weaknesses + ideal industry.</p>\n","urlObject":{"path":["business","founder-personality"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"54883280-593c-46b7-8a6e-83b8d90db1d2","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/founder-personality"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"profile\": {\n      \"type\": \"string\"\n    }\n  }\n}"},{"id":"ea4e8461-c20a-4c2c-97d5-e2d962909305","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/founder-personality"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"9de9bc12-0518-47ad-8dd2-a5baedd76eb7","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/founder-personality"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"ba5d1c10-e64d-4a86-8632-70a47d628375"},{"name":"Leadership Style","id":"e7eb0089-01f3-4232-9ca6-290f6ced243a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/leadership-style","description":"<p>Concise leadership archetype + key strengths.</p>\n","urlObject":{"path":["business","leadership-style"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"82a12748-cdd9-4fc9-9eaf-789e663efcf3","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/leadership-style"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"leadership\": \"string\"\n  }\n}"},{"id":"3e7f4290-25fc-45ea-8658-2fea0fde49b0","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/leadership-style"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"ddc1eb4c-d02e-4dc8-a7f6-79c04073aaed","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/leadership-style"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"e7eb0089-01f3-4232-9ca6-290f6ced243a"},{"name":"Ideal Industries","id":"66696374-4321-416a-9de8-939c61fc3e5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/ideal-industry","description":"<p>Industries best suited to this founder profile.</p>\n","urlObject":{"path":["business","ideal-industry"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"107c3efc-21fc-4b47-80d5-679c1ccbb529","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/ideal-industry"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"3c99dae7-5682-4c08-986e-5a1365e5a820","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/ideal-industry"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"f0b26cae-606d-4b28-8a39-f1e8949db618","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/ideal-industry"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"66696374-4321-416a-9de8-939c61fc3e5f"},{"name":"Founding-Day Chart","id":"2060b4ea-0440-4f27-a561-e0ba25680ffd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/founding-chart","description":"<p>Treat the proposed founding date as a chart; returns sun/moon/ASC + theme.</p>\n","urlObject":{"path":["business","founding-chart"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"bb647c26-a57b-4fc3-82bc-f58bd0490539","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/founding-chart"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"foundingTheme\": {\n      \"theme\": \"string\"\n    }\n  }\n}"},{"id":"84013054-be3a-4926-b932-065fb6628a86","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/founding-chart"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"7fd76645-0c55-4ddc-b040-aacb31af43ea","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/founding-chart"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"2060b4ea-0440-4f27-a561-e0ba25680ffd"},{"name":"Electional-Day Suitability","id":"26afd6c6-6915-4d5c-9e0f-8f279964b517","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/electional-day","description":"<p>Suitability of a proposed launch date for the venture type.</p>\n","urlObject":{"path":["business","electional-day"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"cfe665d2-0d71-41bc-a1ae-21389377d1d5","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/electional-day"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"suitability\": {\n      \"theme\": \"string\"\n    }\n  }\n}"},{"id":"686ea606-9e3c-447b-8cd7-950efe43d975","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/electional-day"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"aad11a8a-f9b2-472d-a4a0-ee73b4ea76cb","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/electional-day"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"26afd6c6-6915-4d5c-9e0f-8f279964b517"},{"name":"Name Suggestions","id":"20628650-a6cc-416d-8492-86bf63222bbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/name-suggestions","description":"<p>Naming hints (syllable structure, palette, semantic field) by sign.</p>\n","urlObject":{"path":["business","name-suggestions"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"5c910d52-2623-40bf-9d7a-cb1615914ffe","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/name-suggestions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"b78f4eeb-2aed-4a11-9a3d-b498c1a0212f","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/name-suggestions"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"147eb865-66f3-4c9f-b320-36b6129f6466","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/name-suggestions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"20628650-a6cc-416d-8492-86bf63222bbb"},{"name":"Team Compatibility","id":"7fc88caa-08ba-449d-88e5-62270b2be8f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"founder\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"partner\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/team-compatibility","description":"<p>Founder × partner compatibility score.</p>\n","urlObject":{"path":["business","team-compatibility"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"19b2b6b8-4f19-410d-914f-cad1947f713b","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"founder\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"partner\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/team-compatibility"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"compatibility\": {\n      \"score\": 85,\n      \"category\": \"trine\"\n    }\n  }\n}"},{"id":"869297bf-9780-47d0-8fa5-3308987521cb","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"founder\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"partner\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/team-compatibility"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"0ef2adcf-0c86-4323-9677-11038c9ff004","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"founder\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"partner\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/team-compatibility"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"7fc88caa-08ba-449d-88e5-62270b2be8f7"},{"name":"Customer Archetype","id":"44669925-d619-44bc-aa6b-5c1b94690156","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/customer-archetype","description":"<p>Native customer persona that resonates with the founder's sun-sign brand voice.</p>\n","urlObject":{"path":["business","customer-archetype"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"7c24695c-ecd0-4650-8090-5487b3be4d1a","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/customer-archetype"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"targetArchetype\": \"string\"\n  }\n}"},{"id":"2fab013a-a500-4493-bd6d-c8cafb3d0ad7","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/customer-archetype"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"8a7e914b-fceb-4fee-94a9-6538f207ea88","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/customer-archetype"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"44669925-d619-44bc-aa6b-5c1b94690156"},{"name":"Marketing Style","id":"300b610c-0849-4102-a638-e6e4ef05af4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/marketing-style","description":"<p>Element-based marketing voice and campaign style.</p>\n","urlObject":{"path":["business","marketing-style"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"b5819ac0-24b1-4fdf-9904-a0019390dc83","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/marketing-style"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"style\": \"...\"\n  }\n}"},{"id":"1b88ee54-81e7-4a7d-9034-7ab77ea3f497","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/marketing-style"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"af8cb9a5-b5dd-4e76-9a12-1c6519e1f4e8","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/marketing-style"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"300b610c-0849-4102-a638-e6e4ef05af4d"},{"name":"Risk Profile","id":"5eb9cc8e-018f-49a2-9be2-3e3a353c9b30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/risk-profile","description":"<p>Element-based risk tolerance + recommended safeguards.</p>\n","urlObject":{"path":["business","risk-profile"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"05385a9d-0c90-4a4e-96ff-66309d29617f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/risk-profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"riskProfile\": {\n      \"tolerance\": \"...\",\n      \"recommendation\": \"...\"\n    }\n  }\n}"},{"id":"80454603-45cb-4d69-a7d3-d540826325fb","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/risk-profile"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"430f5aca-4716-4fe2-ab10-d0f54aad6431","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/risk-profile"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"5eb9cc8e-018f-49a2-9be2-3e3a353c9b30"},{"name":"Ideal Partner Signs","id":"8772a3f9-2ead-406c-8864-8b07e8ec66b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/ideal-partner-sign","description":"<p>Trine elemental partners with natural synergy.</p>\n","urlObject":{"path":["business","ideal-partner-sign"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"5c44801a-a0f0-45da-84b2-f949c8827f6c","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/ideal-partner-sign"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"idealPartnerSigns\": [\n      \"Aries\",\n      \"Sagittarius\"\n    ]\n  }\n}"},{"id":"69779318-b620-42e1-a3c1-14f443b79c6e","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/ideal-partner-sign"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"c0743db5-124a-4da2-98b3-ce81345b64e0","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/ideal-partner-sign"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"8772a3f9-2ead-406c-8864-8b07e8ec66b8"},{"name":"Expansion Timing","id":"cf838241-3323-4e9b-a136-19d4eda7cff0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/expansion-timing","description":"<p>High-level expansion guidance; pair with /transits for actual windows.</p>\n","urlObject":{"path":["business","expansion-timing"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"55efe4da-d12c-45ae-baca-b36b812d6c76","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/expansion-timing"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"generalGuidance\": {\n      \"theme\": \"string\"\n    },\n    \"note\": \"string\"\n  }\n}"},{"id":"5aba6cc0-403d-41ea-8026-a71b4c0391d5","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/expansion-timing"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"4a8daea2-1380-4536-a8d8-1c216ca185b3","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/business/expansion-timing"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"cf838241-3323-4e9b-a136-19d4eda7cff0"}],"id":"e155fc37-a370-4f65-856b-5b0a01ea9bb4","description":"<p>💼 Business Astrology endpoints. ⚠️ Strategic ideation only — not legal, tax, or investment advice.</p>\n","_postman_id":"e155fc37-a370-4f65-856b-5b0a01ea9bb4","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Financial Astrology","item":[{"name":"Investor Archetype","id":"db08890b-e4f0-4d18-a890-bd717f3c80eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/investor-archetype","description":"<p>Investor type + bias + strength + pitfall by sign.</p>\n","urlObject":{"path":["financial","investor-archetype"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"60f1cf84-555c-4781-9753-ebf4d70ec22f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/investor-archetype"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"archetype\": {\n      \"investorType\": \"...\",\n      \"bias\": \"...\",\n      \"strength\": \"...\",\n      \"pitfall\": \"...\"\n    }\n  }\n}"},{"id":"0d483a90-22b4-4e6d-b907-0d04b4bd3166","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/investor-archetype"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"e5feaec4-ff71-47e5-b084-76a3dfa2ce07","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/investor-archetype"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"db08890b-e4f0-4d18-a890-bd717f3c80eb"},{"name":"Risk Tolerance","id":"823031ec-a721-49cc-9da5-417504135049","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/risk-tolerance","description":"<p>Element-based risk tolerance + suggested allocation buckets.</p>\n","urlObject":{"path":["financial","risk-tolerance"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"a69f27e9-ddf9-4644-90d0-d477dead5d0b","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/risk-tolerance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"riskTolerance\": {\n      \"level\": \"Medium\",\n      \"allocation\": \"60-70% equities...\"\n    }\n  }\n}"},{"id":"1158d854-d474-4cf4-9eee-16c0d0f92976","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/risk-tolerance"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"ec796b99-01f9-41d2-8d2f-039171c845e9","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/risk-tolerance"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"823031ec-a721-49cc-9da5-417504135049"},{"name":"Spending Style","id":"2735886b-f3dd-44e7-8da0-1ac5e8baa437","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/spending-style","description":"<p>Sign-specific spending pattern.</p>\n","urlObject":{"path":["financial","spending-style"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"02d24fb6-868e-4de6-819d-86c0926e8c46","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/spending-style"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"spendingStyle\": \"...\"\n  }\n}"},{"id":"c7e0c68b-c646-4bb1-8773-197f536ebf6f","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/spending-style"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"55d68175-4dab-4e81-a59f-c0fa15881121","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/spending-style"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"2735886b-f3dd-44e7-8da0-1ac5e8baa437"},{"name":"Savings Tips","id":"5fbe4df2-b883-4e72-be50-71840fe519ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/savings-tips","description":"<p>Element-based saving recommendations.</p>\n","urlObject":{"path":["financial","savings-tips"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"2bd178b6-7b97-41bc-8882-a42b19502e7e","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/savings-tips"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"8b24f64b-d077-4c3b-99fc-620b8fc2f258","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/savings-tips"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"4871b740-2d3d-4bb8-a1cf-5e2c5fbf81ba","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/savings-tips"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"5fbe4df2-b883-4e72-be50-71840fe519ca"},{"name":"Career Money Style","id":"9db0040b-eb6f-43c9-aec6-fc0f446a25bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/career-money-style","description":"<p>Income / earning archetype by sign.</p>\n","urlObject":{"path":["financial","career-money-style"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"0a70715e-376c-4318-9532-b414fea72b90","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/career-money-style"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"careerMoneyStyle\": \"...\"\n  }\n}"},{"id":"0c17beb5-8261-47ab-86f4-b738bc891117","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/career-money-style"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"155ef56b-eee7-4512-8ecb-51cc04636652","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/career-money-style"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"9db0040b-eb6f-43c9-aec6-fc0f446a25bd"},{"name":"2nd & 8th House","id":"ad53fb49-d02c-4afe-85b4-685a971d2258","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/wealth-house","description":"<p>Personal money (2nd) and shared resources (8th) house cusps + signs.</p>\n","urlObject":{"path":["financial","wealth-house"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"276426a5-2df2-4c56-bce2-4ee27cc00bf3","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/wealth-house"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"aed3d262-6538-4028-8925-2153653d6346","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/wealth-house"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"1afd94c1-a208-48a9-8f39-e4a56537a4e5","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/wealth-house"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"ad53fb49-d02c-4afe-85b4-685a971d2258"},{"name":"Lucky Numbers","id":"6be831dc-bf33-436b-b76c-92e9ece99dd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/lucky-numbers","description":"<p>Gematria-style number set per sign.</p>\n","urlObject":{"path":["financial","lucky-numbers"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"636add0e-15a4-4a0c-982d-b8ba9624d139","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/lucky-numbers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"luckyNumbers\": [\n      3,\n      21,\n      39\n    ]\n  }\n}"},{"id":"ed121e4b-037a-4aab-9f81-e73e57e452ff","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/lucky-numbers"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"e3184464-3bf6-4c57-acb1-92160908e71d","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/lucky-numbers"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"6be831dc-bf33-436b-b76c-92e9ece99dd8"},{"name":"Lucky Day of Week","id":"ceb5ad7c-8736-465f-a3c3-5c70bee62dbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/lucky-day","description":"<p>Days traditionally aligned with the sign.</p>\n","urlObject":{"path":["financial","lucky-day"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"78e8f82c-e610-49cc-bc58-6e1cf2749bed","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/lucky-day"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"luckyDays\": [\n      \"Thursday\"\n    ]\n  }\n}"},{"id":"237ead72-1b55-44c9-a6a7-7b06fcf586d0","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/lucky-day"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"fe58f6e9-df67-4a02-a68d-aa45aa89272a","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/lucky-day"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"ceb5ad7c-8736-465f-a3c3-5c70bee62dbc"},{"name":"Market-Timing Caution Windows","id":"c88edca5-64c2-4b20-8536-04988d4cc450","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/market-timing","description":"<p>Generic caution windows (Mercury Rx, eclipses, Mars Rx, major macro aspects).</p>\n","urlObject":{"path":["financial","market-timing"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"d7e2c672-9821-46f4-bbe2-8b95e4a182c8","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/market-timing"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"aafc1ed3-7194-402b-8f9d-e59e25027bd4","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/market-timing"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"1f0163ad-a477-466c-bd7d-d3c6d1aa00f9","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/market-timing"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"c88edca5-64c2-4b20-8536-04988d4cc450"},{"name":"Wealth Cycle (long)","id":"c44f4b38-7fc4-443d-9f75-2ed0b2bbda96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/wealth-cycle","description":"<p>Long-cycle archetype tied to Jupiter (<del>12y) and Saturn (</del>29y) returns.</p>\n","urlObject":{"path":["financial","wealth-cycle"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"235968f9-9b3c-422b-8888-263ee1817db2","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/wealth-cycle"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"archetype\": {},\n    \"note\": \"string\"\n  }\n}"},{"id":"6a774e6f-8d1e-4d9f-af09-a763ac734214","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/wealth-cycle"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"40cb8100-de6a-489c-bce8-701f931f36a0","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/financial/wealth-cycle"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"c44f4b38-7fc4-443d-9f75-2ed0b2bbda96"}],"id":"4d4f1ae8-f10c-479d-817a-a97ca91d4a7a","description":"<p>💰 Financial Astrology endpoints. ⚠️ ⚠️ NOT INVESTMENT ADVICE. Entertainment / heuristic only. Consult a licensed financial advisor before any trading decision.</p>\n","_postman_id":"4d4f1ae8-f10c-479d-817a-a97ca91d4a7a","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"BaZi (Four Pillars)","item":[{"name":"Year Pillar","id":"681d0f73-16c6-4e13-a891-eca72947833f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/year-pillar","description":"<p>Year stem + branch + animal + element with yin/yang.</p>\n","urlObject":{"path":["bazi","year-pillar"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"d1c1cbf9-7644-4ada-985e-5db0e4028103","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/year-pillar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"yearPillar\": {\n      \"stem\": \"Geng\",\n      \"branch\": \"Wu\",\n      \"pillar\": \"Geng-Wu\",\n      \"animal\": \"Horse\",\n      \"stemElement\": \"Metal\",\n      \"branchElement\": \"Fire\",\n      \"yin\": false\n    }\n  }\n}"},{"id":"fd2542a3-45fe-4567-af21-7d3fa810d414","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/year-pillar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"b488dc6b-fdfb-48e4-9347-33c405ec0fd9","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/year-pillar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"681d0f73-16c6-4e13-a891-eca72947833f"},{"name":"Month Pillar","id":"28b93627-d5d3-4e2e-a877-c7f607445eb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/month-pillar","description":"<p>Month stem + branch from solar-term boundaries.</p>\n","urlObject":{"path":["bazi","month-pillar"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"4eb9de0d-0a65-44fe-9f28-cdb4233316f1","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/month-pillar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"monthPillar\": {\n      \"stem\": \"Ren\",\n      \"branch\": \"Wu\",\n      \"pillar\": \"Ren-Wu\"\n    }\n  }\n}"},{"id":"d5483fc8-3d38-4215-8dda-34db0de8159d","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/month-pillar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"8fba96d5-6b78-4e63-bacb-75270fd83787","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/month-pillar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"28b93627-d5d3-4e2e-a877-c7f607445eb5"},{"name":"Four Pillars (full)","id":"875229d8-fc68-481f-83d7-ddc67237c4d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/four-pillars","description":"<p>All four pillars: year, month, day, hour. Day pillar uses HKO-canonical 60-jiazi cycle (anchor 1990-01-01 = Yi-Wei). Pass <code>time</code> to compute hour pillar; pass <code>time</code> + <code>timezoneOffset</code> for traditional 23:00-CST day-shift handling.</p>\n","urlObject":{"path":["bazi","four-pillars"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"c2c06554-a9ff-4eca-b0df-ff5e89860af7","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/four-pillars"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"yearPillar\": {\n      \"pillar\": \"string\"\n    },\n    \"monthPillar\": {\n      \"pillar\": \"string\"\n    },\n    \"dayPillar\": {\n      \"pillar\": \"string\",\n      \"stem\": \"string\",\n      \"branch\": \"string\",\n      \"animal\": \"string\",\n      \"stemElement\": \"string\",\n      \"branchElement\": \"string\",\n      \"yin\": false\n    },\n    \"hourPillar\": {\n      \"pillar\": \"string\"\n    }\n  }\n}"},{"id":"5cb2b9e2-e65a-4aa7-8338-807cc193f2fd","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/four-pillars"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"68563783-4994-406e-b38b-3fa1f1584f30","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/four-pillars"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"875229d8-fc68-481f-83d7-ddc67237c4d4"},{"name":"Day Master","id":"e3a5bafc-22a6-46ab-afa1-ca3a43f35287","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/day-master","description":"<p>Day stem element + yin/yang polarity + canonical archetype description. The \"self\" character in BaZi from which all other pillars are interpreted.</p>\n","urlObject":{"path":["bazi","day-master"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"6768bbf8-7509-4484-99df-5a27ac5a3e8f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/day-master"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"dayMaster\": {\n      \"stem\": \"string\",\n      \"element\": \"string\",\n      \"yin\": true,\n      \"polarityName\": \"string\"\n    },\n    \"dayPillar\": {},\n    \"interpretation\": {\n      \"summary\": \"string\",\n      \"archetype\": \"string\"\n    }\n  }\n}"},{"id":"8693b787-16a2-4db7-895e-f916ee7cafcb","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/day-master"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"7e094562-b16e-42ed-93a7-843970e1889c","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/day-master"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"e3a5bafc-22a6-46ab-afa1-ca3a43f35287"},{"name":"5-Element Balance","id":"48973433-f43b-455f-90e5-f701090c1793","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/element-balance","description":"<p>Element counts across year + month (4 of 8 chars). Identifies dominant + missing elements.</p>\n","urlObject":{"path":["bazi","element-balance"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"6bee1365-c0b2-43ac-a0b5-c78155b729db","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/element-balance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"elementCounts\": {\n      \"Wood\": 4525.478219269487,\n      \"Fire\": 4854.690774189005\n    },\n    \"dominantElement\": \"string\",\n    \"missingElements\": [\n      \"string\",\n      \"string\"\n    ]\n  }\n}"},{"id":"33a67c7a-d676-445c-94ae-a7eb47a7c065","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/element-balance"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"94b9cfd5-0141-4ac7-bba1-f677f0307063","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/element-balance"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"48973433-f43b-455f-90e5-f701090c1793"},{"name":"Yearly Forecast","id":"9bc5f9a2-bb36-4d1e-9c0a-f8e9162ee14d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natalDate\": \"1990-05-15\",\n  \"targetYear\": 2027\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/yearly","description":"<p>Compares target year pillar against natal day master + natal year branch. Returns element-flow relation (companion / mother / output / control / wealth) per Sheng-Ke cycle, branch clashes (六冲), and trine support (三合).</p>\n","urlObject":{"path":["bazi","yearly"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"a29af9ee-5e31-4f27-93c4-5e4435e349e4","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natalDate\": \"1990-05-15\",\n  \"targetYear\": 2027\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/yearly"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"natalDayMaster\": {\n      \"element\": \"string\",\n      \"yin\": false\n    },\n    \"targetPillar\": {\n      \"pillar\": \"string\",\n      \"animal\": \"string\"\n    },\n    \"elementFlow\": {\n      \"stem\": {\n        \"element\": \"string\",\n        \"relation\": \"string\",\n        \"flavor\": \"string\"\n      },\n      \"branch\": {}\n    },\n    \"branchInteractions\": {}\n  }\n}"},{"id":"9d4f8d59-9d2a-4e99-9da3-be49816b3a2b","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natalDate\": \"1990-05-15\",\n  \"targetYear\": 2027\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/yearly"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"e4e47428-e469-43f7-b1e5-f8e46914cd26","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natalDate\": \"1990-05-15\",\n  \"targetYear\": 2027\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/yearly"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"9bc5f9a2-bb36-4d1e-9c0a-f8e9162ee14d"},{"name":"Monthly Forecast","id":"756c3b2e-1005-4ce1-8055-e37ba9dd0ed6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natalDate\": \"1990-05-15\",\n  \"targetYear\": 2026,\n  \"targetMonth\": 6\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/monthly","description":"<p>Same Sheng-Ke + branch-clash analysis as yearly, but applied to a specific calendar month. Month branch resolved via mid-month jieqi.</p>\n","urlObject":{"path":["bazi","monthly"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"31efe581-968d-4625-acd2-0d5eee9b9679","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natalDate\": \"1990-05-15\",\n  \"targetYear\": 2026,\n  \"targetMonth\": 6\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/monthly"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"natalDayMaster\": {},\n    \"targetPillar\": {\n      \"pillar\": \"string\"\n    },\n    \"elementFlow\": {},\n    \"branchInteractions\": {}\n  }\n}"},{"id":"a4fff3bb-6604-459a-bf9a-ff4054ec143b","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natalDate\": \"1990-05-15\",\n  \"targetYear\": 2026,\n  \"targetMonth\": 6\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/monthly"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"03c551fb-6b32-418b-be54-27c4851ed9fa","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natalDate\": \"1990-05-15\",\n  \"targetYear\": 2026,\n  \"targetMonth\": 6\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/monthly"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"756c3b2e-1005-4ce1-8055-e37ba9dd0ed6"},{"name":"Year Pillars × 10","id":"71857dbb-7b86-4098-9da7-43e766803671","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"startYear\": 1990\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/year-pillar-decade","description":"<p>10 consecutive year pillars from a given starting year.</p>\n","urlObject":{"path":["bazi","year-pillar-decade"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"f22aafee-f3b3-41be-a4f2-2e4666409688","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"startYear\": 1990\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/year-pillar-decade"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"decade\": [\n      {\n        \"solarYear\": 7415.296350325942,\n        \"pillar\": \"string\",\n        \"animal\": \"string\",\n        \"element\": {}\n      },\n      {\n        \"solarYear\": 9476.303528123499,\n        \"pillar\": \"string\",\n        \"animal\": \"string\",\n        \"element\": {}\n      }\n    ]\n  }\n}"},{"id":"f39007e7-6c93-429c-92ef-e20d37e40d79","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"startYear\": 1990\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/year-pillar-decade"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"c6480008-e3de-41af-875d-645735b64276","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"startYear\": 1990\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/year-pillar-decade"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"71857dbb-7b86-4098-9da7-43e766803671"},{"name":"Hour Pillar","id":"63b5f0ad-2a5b-44fc-8064-56d0d511a352","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/hour-pillar","description":"<p>Hour pillar via 五鼠遁 (Five-Rats-Escape) day-stem → hour-stem table. Zi-hour starts at 23:00 CST.</p>\n","urlObject":{"path":["bazi","hour-pillar"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"ac9e943c-0235-4dfa-9511-6591ad9801af","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/hour-pillar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"dayPillar\": {},\n    \"hourPillar\": {\n      \"stem\": \"string\",\n      \"branch\": \"string\",\n      \"pillar\": \"string\",\n      \"animal\": \"string\"\n    }\n  }\n}"},{"id":"d981b484-65e2-4ffc-bf9a-44f67a054280","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/hour-pillar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"2957f850-42db-4b30-926f-e4945062f05c","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/hour-pillar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"63b5f0ad-2a5b-44fc-8064-56d0d511a352"},{"name":"Ten Gods (Shi Shen)","id":"5f3612e8-d526-4cad-9ce9-a32b811663d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/ten-gods","description":"<p>Ten Gods classification per day master. Bi Jian/Jie Cai (peer), Shi Shen/Shang Guan (output), Pian Cai/Zheng Cai (wealth), Qi Sha/Zheng Guan (officer), Pian Yin/Zheng Yin (resource).</p>\n","urlObject":{"path":["bazi","ten-gods"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"76209369-2409-4605-a6f6-4836cdfe3b3b","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/ten-gods"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"dayMaster\": {}\n  }\n}"},{"id":"bdd6d3af-098f-4bd7-a4aa-5796c5d77339","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/ten-gods"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"aa49d858-c6fc-4157-8ebc-e8e97bfe5d4e","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/ten-gods"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"5f3612e8-d526-4cad-9ce9-a32b811663d2"},{"name":"Luck Pillars (Da Yun)","id":"8e26be16-7485-4808-879a-18aafadf2ae2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\",\n  \"gender\": \"male\",\n  \"count\": 8\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/luck-pillars","description":"<p>10-year luck pillars sequence. Direction by gender + year-stem polarity per Ziping canon.</p>\n","urlObject":{"path":["bazi","luck-pillars"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"f42104f8-3796-466e-9efb-6d79dc729531","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\",\n  \"gender\": \"male\",\n  \"count\": 8\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/luck-pillars"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"direction\": \"string\"\n  }\n}"},{"id":"259d2a50-7b19-4e4f-9455-fee3bc80d166","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\",\n  \"gender\": \"male\",\n  \"count\": 8\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/luck-pillars"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"687777d1-a0c5-4ed9-ae18-b94d83290e5c","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\",\n  \"gender\": \"male\",\n  \"count\": 8\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/bazi/luck-pillars"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"8e26be16-7485-4808-879a-18aafadf2ae2"}],"id":"1f32922e-66cd-4359-b6bf-ba46ebd2dd79","description":"<p>🀄 BaZi (Four Pillars) endpoints</p>\n","_postman_id":"1f32922e-66cd-4359-b6bf-ba46ebd2dd79","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Zi Wei Dou Shu (Purple Star) — MVP","item":[{"name":"12 Palaces","id":"edf41ade-366b-4438-9d8a-f6b3b3bc1d88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/twelve-palaces","description":"<p>All 12 palaces with English/pinyin/Chinese names + theme + rules.</p>\n","urlObject":{"path":["ziwei","twelve-palaces"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"2eb76b5f-173f-49d6-b15a-37c7d0af5c4d","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/twelve-palaces"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"palaces\": [\n      {\n        \"key\": \"string\",\n        \"english\": \"string\",\n        \"pinyin\": \"string\",\n        \"chinese\": \"string\",\n        \"theme\": \"string\"\n      },\n      {\n        \"key\": \"string\",\n        \"english\": \"string\",\n        \"pinyin\": \"string\",\n        \"chinese\": \"string\",\n        \"theme\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"ce441fe1-c794-4ef6-b589-13f808cc2b53","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/twelve-palaces"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"08d049ac-2087-45b3-ba71-540fecbc6e5c","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/twelve-palaces"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"edf41ade-366b-4438-9d8a-f6b3b3bc1d88"},{"name":"14 Main Stars","id":"cbbcd073-d251-49af-8f8d-17f4e98b91bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/main-stars","description":"<p>14 canonical Zi Wei main stars with theme/archetype.</p>\n","urlObject":{"path":["ziwei","main-stars"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"18ed566b-e906-452c-894f-1369fde99005","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/main-stars"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"fourteenMainStars\": [\n      {\n        \"name\": \"string\",\n        \"pinyin\": \"string\",\n        \"chinese\": \"string\",\n        \"theme\": \"string\"\n      },\n      {\n        \"name\": \"string\",\n        \"pinyin\": \"string\",\n        \"chinese\": \"string\",\n        \"theme\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"f4c6d7a5-7aab-45a9-b533-0f8d30116151","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/main-stars"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"2f91e4e4-8092-4768-a4b7-b807760fe617","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/main-stars"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"cbbcd073-d251-49af-8f8d-17f4e98b91bc"},{"name":"Full Chart (MVP)","id":"16ceec87-e455-41dc-a31f-d1996595586a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/full-chart","description":"<p>Year pillar + animal + 12 palaces overview.</p>\n","urlObject":{"path":["ziwei","full-chart"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"f777de1b-bff9-4540-996d-b9cd0553fb01","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/full-chart"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"yearPillar\": \"string\"\n  }\n}"},{"id":"ad0fae44-f66f-4e5b-a554-452fd5542fc0","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/full-chart"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"3f6e0527-16f1-4e61-97a5-008c2a998c01","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/full-chart"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"16ceec87-e455-41dc-a31f-d1996595586a"},{"name":"Destiny Palace (Ming)","id":"2ed6c95b-57dd-41fa-944e-7493ba3d93f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/palace-destiny","description":"<p>Life path, character, soul mission.</p>\n","urlObject":{"path":["ziwei","palace-destiny"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"0daf79a8-f097-4cb1-a781-738ca47ea004","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/palace-destiny"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"palace\": {\n      \"key\": \"string\"\n    }\n  }\n}"},{"id":"da7c0e02-5148-4254-b5f7-abb395b287d3","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/palace-destiny"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"42d0c4a8-6982-456a-9765-1999b6c003ce","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/palace-destiny"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"2ed6c95b-57dd-41fa-944e-7493ba3d93f1"},{"name":"Siblings Palace (Xiongdi)","id":"7d3572c2-f386-436d-8435-f849e576c3a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/palace-siblings","description":"<p>Brothers, sisters, peer relationships.</p>\n","urlObject":{"path":["ziwei","palace-siblings"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"4af8197a-91e1-4b76-b152-accbfaaf9be6","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/palace-siblings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"palace\": {}\n  }\n}"},{"id":"85bc0998-76a1-44b6-85a2-d08ea3689e15","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/palace-siblings"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"31441cbf-d6c8-4696-8925-70605bf792c1","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/palace-siblings"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"7d3572c2-f386-436d-8435-f849e576c3a2"},{"name":"Spouse Palace (Fuqi)","id":"aa0b594a-2c51-4306-ae88-8ca3ec117c51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/palace-spouse","description":"<p>Marriage partner, romantic union.</p>\n","urlObject":{"path":["ziwei","palace-spouse"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"e4b2500a-e3ba-4ba5-8a90-2f19ca2fba54","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/palace-spouse"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"palace\": {}\n  }\n}"},{"id":"0b407c7c-9fc2-4fff-b8a9-c4140dca4c98","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/palace-spouse"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"0497eb8d-3b7a-4ce4-bb01-88e0ac888e30","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/palace-spouse"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"aa0b594a-2c51-4306-ae88-8ca3ec117c51"},{"name":"Children Palace (Zinu)","id":"d00740ef-037c-46f6-a944-da5007cb5ec1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/palace-children","description":"<p>Children, fertility, juniors.</p>\n","urlObject":{"path":["ziwei","palace-children"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"d49fc664-16de-4e06-9940-28010d91d9c1","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/palace-children"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"palace\": {}\n  }\n}"},{"id":"bb619403-ac50-4fd8-9e17-b3532c766cd8","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/palace-children"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"a83999f3-9442-48cf-ab22-9abce9568763","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/palace-children"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"d00740ef-037c-46f6-a944-da5007cb5ec1"},{"name":"Wealth Palace (Caibo)","id":"c5c7e7ca-ec46-4a87-840b-3fd19201dfad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/palace-wealth","description":"<p>Income, material prosperity.</p>\n","urlObject":{"path":["ziwei","palace-wealth"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"52a38a6f-b82f-4f19-9adb-0abdcaaf0e77","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/palace-wealth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"palace\": {}\n  }\n}"},{"id":"da577d97-b78d-4afa-a32e-c67a730edaa1","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/palace-wealth"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"3c5f49ae-d339-4afe-acba-d0c22582d366","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/palace-wealth"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"c5c7e7ca-ec46-4a87-840b-3fd19201dfad"},{"name":"Health Palace (Jie\\'e)","id":"dca83011-03a5-414b-a2a2-ed983eb39eda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/palace-health","description":"<p>Body, illness, weak points.</p>\n","urlObject":{"path":["ziwei","palace-health"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"da8b2f60-4363-4ca9-a108-0248efa26c79","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/palace-health"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"palace\": {}\n  }\n}"},{"id":"3ceed570-54af-4032-957b-0c723ba5c0d1","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/palace-health"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"455f8e6a-c72e-4761-87df-b546bb0356b5","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/palace-health"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"dca83011-03a5-414b-a2a2-ed983eb39eda"},{"name":"Travel Palace (Qianyi)","id":"ae3dd2b3-c227-4d46-8da1-922e3dcf4c15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/palace-travel","description":"<p>Travel, relocation, foreign opportunities.</p>\n","urlObject":{"path":["ziwei","palace-travel"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"d3149035-634f-4552-9b2b-d0d55ddf0472","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/palace-travel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"palace\": {}\n  }\n}"},{"id":"0f0a1092-8d77-4ca3-ae8c-01c4009e7a51","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/palace-travel"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"6f8b2202-9fa8-449b-9503-8c03d79ce32f","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/palace-travel"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"ae3dd2b3-c227-4d46-8da1-922e3dcf4c15"},{"name":"Career Palace (Guanlu)","id":"1c885bd6-47d7-4614-8b0b-0014920aafdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/palace-career","description":"<p>Profession, status, official position.</p>\n","urlObject":{"path":["ziwei","palace-career"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"d2291fb0-2ae6-4f4b-85dd-e33296392981","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/palace-career"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"palace\": {}\n  }\n}"},{"id":"d104544b-c9e4-4b58-984e-eecca7f1668c","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/palace-career"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"e9b2ef34-e144-4f22-a897-8075e30e9f4a","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/palace-career"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"1c885bd6-47d7-4614-8b0b-0014920aafdc"},{"name":"Property Palace (Tianzhai)","id":"952bc8aa-d105-43c2-8eab-42dc61a7c40d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/palace-property","description":"<p>Real estate, family home, ancestry.</p>\n","urlObject":{"path":["ziwei","palace-property"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"91398aed-9745-488a-9a51-ac63d75e95a9","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/palace-property"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"palace\": {}\n  }\n}"},{"id":"e1cf75e0-b885-4b76-857e-dcbb771c84d8","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/palace-property"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"fd6bc04d-1855-4e2c-89ea-478063f68ec5","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ziwei/palace-property"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"952bc8aa-d105-43c2-8eab-42dc61a7c40d"}],"id":"e9ab4e79-c2c7-4b38-b47f-14697e1e24c0","description":"<p>⭐ Zi Wei Dou Shu (Purple Star) — MVP endpoints</p>\n","_postman_id":"e9ab4e79-c2c7-4b38-b47f-14697e1e24c0","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Aspects & Points","item":[{"name":"Midpoints","id":"78ccce51-3c03-4534-a753-210212a0dee7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/midpoints","description":"<p>Calculate all planetary midpoints and their zodiac positions. Optionally include midpoint aspects to natal points.</p>\n","urlObject":{"path":["midpoints"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"77704d93-ee4e-4abb-812e-5e5f3bd3d83c","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/midpoints"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"midpoints\": [\n      {\n        \"planet1\": \"string\",\n        \"planet2\": \"string\",\n        \"longitude\": 5664.804135416625,\n        \"sign\": \"string\"\n      },\n      {\n        \"planet1\": \"string\",\n        \"planet2\": \"string\",\n        \"longitude\": 284.4074560076049,\n        \"sign\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"7438a541-dbb4-4b8d-8c94-ac08d5d7b21c","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/midpoints"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"a1c90a83-d327-4e93-b909-d3af56a9f869","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/midpoints"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"78ccce51-3c03-4534-a753-210212a0dee7"},{"name":"Midpoint Trees (Uranian)","id":"063305a0-7cce-4f99-b33e-a07fa50ab3f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"orb\": 1.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/midpoint-trees","description":"<p>Calculate Uranian midpoint trees and planetary pictures (symmetries) for each focal planet within a given orb.</p>\n","urlObject":{"path":["midpoint-trees"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"67ff4ebe-c3ee-4fce-89a4-c9baa2893eec","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"orb\": 1.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/midpoint-trees"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"trees\": [\n      {\n        \"planet\": \"string\",\n        \"midpoints\": [\n          {\n            \"pair\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"orb\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"pair\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"orb\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      {\n        \"planet\": \"string\",\n        \"midpoints\": [\n          {\n            \"pair\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"orb\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"pair\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"orb\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    ],\n    \"symmetries\": [\n      {\n        \"planets\": [\n          \"string\",\n          \"string\"\n        ],\n        \"type\": \"string\"\n      },\n      {\n        \"planets\": [\n          \"string\",\n          \"string\"\n        ],\n        \"type\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"0e695031-b637-4367-9266-540b4435a0cb","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"orb\": 1.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/midpoint-trees"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"4f96cba5-98eb-4953-8628-4a0eabd49415","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"orb\": 1.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/midpoint-trees"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"063305a0-7cce-4f99-b33e-a07fa50ab3f3"},{"name":"Antiscia","id":"454e9396-fd08-465b-a2c1-f357e415b5e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/antiscia","description":"<p>Calculate antiscia (mirror points along the Cancer/Capricorn axis) and contra-antiscia, plus their aspects to natal planets.</p>\n","urlObject":{"path":["antiscia"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"f70f9625-2d10-4707-823e-75746c74b843","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/antiscia"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"antiscia\": [\n      {\n        \"planet\": \"string\",\n        \"natalLongitude\": 324.93301355526637,\n        \"antiscionLongitude\": 6005.327843525754,\n        \"sign\": \"string\"\n      },\n      {\n        \"planet\": \"string\",\n        \"natalLongitude\": 460.83842463034983,\n        \"antiscionLongitude\": 3952.335786626653,\n        \"sign\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"97b9d621-cef0-4905-aa5c-bef64aeb9d49","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/antiscia"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"8db52345-6f6a-4e58-a6b5-ba4d66c6a7d0","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/antiscia"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"454e9396-fd08-465b-a2c1-f357e415b5e8"},{"name":"Parallel Aspects","id":"0a6feb73-8984-4d2a-83cc-cae3b413e5af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"orb\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/parallel-aspects","description":"<p>Calculate parallel (same declination) and contra-parallel (opposite declination) aspects between all planets within orb.</p>\n","urlObject":{"path":["parallel-aspects"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"bcff6bc3-d3d2-40f5-93ec-56ea237f03e4","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"orb\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/parallel-aspects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"parallels\": [\n      {\n        \"planet1\": \"string\",\n        \"planet2\": \"string\",\n        \"type\": \"string\",\n        \"declination1\": 8861.005378345737,\n        \"declination2\": 3552.785925785231,\n        \"orb\": 970.5701255890986\n      },\n      {\n        \"planet1\": \"string\",\n        \"planet2\": \"string\",\n        \"type\": \"string\",\n        \"declination1\": 8944.357336167064,\n        \"declination2\": 3163.907736886644,\n        \"orb\": 4879.865929648413\n      }\n    ]\n  }\n}"},{"id":"17a398f8-533d-422f-9be3-74be2215dbc5","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"orb\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/parallel-aspects"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"3a78da3d-fc1e-4f16-84b3-9761ecb8a982","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"orb\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/parallel-aspects"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"0a6feb73-8984-4d2a-83cc-cae3b413e5af"},{"name":"Arabic Parts (Lots)","id":"3f1a57d5-6343-4d5f-9896-17c1351d276e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"lots\": [\n    \"fortune\",\n    \"spirit\",\n    \"eros\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/arabic-parts","description":"<p>Calculate Arabic parts (Lots) from a natal chart. Returns positions for standard lots (Fortune, Spirit, etc.) and any custom formula.</p>\n","urlObject":{"path":["arabic-parts"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"654f6e78-5bce-442a-a1d7-da523579672f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"lots\": [\n    \"fortune\",\n    \"spirit\",\n    \"eros\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/arabic-parts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"lots\": [\n      {\n        \"name\": \"string\",\n        \"longitude\": 4718.472237819759,\n        \"sign\": \"string\",\n        \"house\": 6369.596581132287\n      },\n      {\n        \"name\": \"string\",\n        \"longitude\": 2184.478054910044,\n        \"sign\": \"string\",\n        \"house\": 2889.821025076682\n      }\n    ]\n  }\n}"},{"id":"aadd8745-911c-4b78-9bc6-2e8d2d7d5adc","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"lots\": [\n    \"fortune\",\n    \"spirit\",\n    \"eros\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/arabic-parts"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"dcded2ec-6a4f-4028-8188-42fb6da1e28b","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"lots\": [\n    \"fortune\",\n    \"spirit\",\n    \"eros\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/arabic-parts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"3f1a57d5-6343-4d5f-9896-17c1351d276e"},{"name":"Fixed Stars","id":"5f293017-975d-4bd9-8cb4-80e5362fcd7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"orb\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/fixed-stars","description":"<p>Calculate conjunctions between natal planets and fixed stars within a specified orb. Returns star details and aspect type.</p>\n","urlObject":{"path":["fixed-stars"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"c3ad6880-b288-48b5-bb3d-22752cb99afb","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"orb\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/fixed-stars"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"conjunctions\": [\n      {\n        \"planet\": \"string\",\n        \"star\": \"string\",\n        \"starLongitude\": 2081.155556929526,\n        \"orb\": 2968.9374052474404,\n        \"nature\": \"string\"\n      },\n      {\n        \"planet\": \"string\",\n        \"star\": \"string\",\n        \"starLongitude\": 7801.861451837056,\n        \"orb\": 1645.6952056752393,\n        \"nature\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"d8b1cdfe-48d1-48b3-83ba-8b8c0cc62c82","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"orb\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/fixed-stars"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"8b91ba89-08cb-4d35-9b7f-18186f058847","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"orb\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/fixed-stars"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"5f293017-975d-4bd9-8cb4-80e5362fcd7c"},{"name":"Gauquelin Sectors","id":"a23baf2c-16a7-464f-af0a-19b5089754e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/gauquelin-sectors","description":"<p>Calculate Gauquelin sector positions (1–36) for all planets, indicating whether each planet is in a power zone.</p>\n","urlObject":{"path":["gauquelin-sectors"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"297d7e1f-1490-46ce-a725-e656647a43de","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/gauquelin-sectors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"sectors\": [\n      {\n        \"planet\": \"string\",\n        \"sector\": 995.8633330917155,\n        \"powerZone\": false,\n        \"description\": \"string\"\n      },\n      {\n        \"planet\": \"string\",\n        \"sector\": 6530.097874665437,\n        \"powerZone\": false,\n        \"description\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"a31bb194-3189-451e-9d35-d85ef2b7e4c3","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/gauquelin-sectors"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"ff805de2-688c-4610-8f39-3d4e845afe23","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/gauquelin-sectors"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"a23baf2c-16a7-464f-af0a-19b5089754e8"},{"name":"Sabian Symbols","id":"052e319e-e641-4567-a12f-66c8e202e445","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"longitudes\": [\n    54.2,\n    123.7,\n    215.3,\n    287.5\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/sabian-symbols","description":"<p>Return the Sabian symbol (Dane Rudhyar) for each given ecliptic longitude.</p>\n","urlObject":{"path":["sabian-symbols"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"ee80f2dc-f9b2-47ee-bd9c-9daa30df9b7c","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"longitudes\": [\n    54.2,\n    123.7,\n    215.3,\n    287.5\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/sabian-symbols"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"symbols\": [\n      {\n        \"planet\": \"string\",\n        \"longitude\": 788.8412780181663,\n        \"degree\": 3639.2876940673145,\n        \"sign\": \"string\",\n        \"sabian\": \"string\",\n        \"keynote\": \"string\"\n      },\n      {\n        \"planet\": \"string\",\n        \"longitude\": 9310.598287477433,\n        \"degree\": 6704.785433985609,\n        \"sign\": \"string\",\n        \"sabian\": \"string\",\n        \"keynote\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"1f5658c2-2dad-410c-8da4-ee300990cc89","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"longitudes\": [\n    54.2,\n    123.7,\n    215.3,\n    287.5\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/sabian-symbols"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"7eee3ebc-b76a-407b-8f4c-8e70d63ef91d","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"longitudes\": [\n    54.2,\n    123.7,\n    215.3,\n    287.5\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/sabian-symbols"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"052e319e-e641-4567-a12f-66c8e202e445"},{"name":"Aspect Timeline","id":"2c7500df-7e9c-4671-a439-b80167bebf1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"planet1Id\": 0,\n  \"planet2Id\": 6,\n  \"aspectAngle\": 90,\n  \"startDate\": \"2024-01-01\",\n  \"endDate\": \"2024-12-31\",\n  \"orb\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/aspect-timeline","description":"<p>Calculate a timeline of when two specific planets form an exact aspect within a date range, including enter/exact/leave dates.</p>\n","urlObject":{"path":["aspect-timeline"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"bd2d411b-3d84-48ae-ae30-6e98176bb63b","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"planet1Id\": 0,\n  \"planet2Id\": 6,\n  \"aspectAngle\": 90,\n  \"startDate\": \"2024-01-01\",\n  \"endDate\": \"2024-12-31\",\n  \"orb\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/aspect-timeline"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"events\": [\n      {\n        \"enterDate\": \"string\",\n        \"exactDate\": \"string\",\n        \"leaveDate\": \"string\",\n        \"aspect\": \"string\",\n        \"orb\": 1132.7732011592052\n      },\n      {\n        \"enterDate\": \"string\",\n        \"exactDate\": \"string\",\n        \"leaveDate\": \"string\",\n        \"aspect\": \"string\",\n        \"orb\": 6717.4232703968055\n      }\n    ]\n  }\n}"},{"id":"cfd67fa3-8c87-45f9-be9b-e59fa13a449f","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"planet1Id\": 0,\n  \"planet2Id\": 6,\n  \"aspectAngle\": 90,\n  \"startDate\": \"2024-01-01\",\n  \"endDate\": \"2024-12-31\",\n  \"orb\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/aspect-timeline"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"80675b38-2603-41f4-b7da-bebe31c4cb97","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"planet1Id\": 0,\n  \"planet2Id\": 6,\n  \"aspectAngle\": 90,\n  \"startDate\": \"2024-01-01\",\n  \"endDate\": \"2024-12-31\",\n  \"orb\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/aspect-timeline"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"2c7500df-7e9c-4671-a439-b80167bebf1a"},{"name":"Aspect Bars (Gantt)","id":"52d78808-9e4a-48e9-8e26-a5354489dff6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"startDate\": \"2024-01-01\",\n  \"endDate\": \"2024-06-30\",\n  \"stepDays\": 1,\n  \"visiblePlanetIds\": [\n    0,\n    1,\n    2,\n    3,\n    4,\n    5,\n    6,\n    7,\n    8,\n    9\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/aspect-bar","description":"<p>Transform aspect timelines into Gantt-style bars grouped by transit planet. Each bar shows the duration an aspect is in orb, with exact dates marked. Useful for visual transit calendars.</p>\n","urlObject":{"path":["aspect-bar"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"ede73581-434c-4337-b8fb-2c67ff5879b2","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"startDate\": \"2024-01-01\",\n  \"endDate\": \"2024-06-30\",\n  \"stepDays\": 1,\n  \"visiblePlanetIds\": [\n    0,\n    1,\n    2,\n    3,\n    4,\n    5,\n    6,\n    7,\n    8,\n    9\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/aspect-bar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"rows\": 9615.942432036609,\n    \"bars\": {\n      \"rows\": [\n        {\n          \"planetId\": 7969.1838739986,\n          \"bars\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"maxLanes\": 5092.364414049191\n        },\n        {\n          \"planetId\": 412.5088032354296,\n          \"bars\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"maxLanes\": 8340.915774115458\n        }\n      ],\n      \"timeRange\": {\n        \"start\": \"string\",\n        \"end\": \"string\"\n      }\n    }\n  }\n}"},{"id":"82234f0a-7c29-4bef-a37c-359ee4aa88dc","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"startDate\": \"2024-01-01\",\n  \"endDate\": \"2024-06-30\",\n  \"stepDays\": 1,\n  \"visiblePlanetIds\": [\n    0,\n    1,\n    2,\n    3,\n    4,\n    5,\n    6,\n    7,\n    8,\n    9\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/aspect-bar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"e723460e-0015-4073-b6f4-4bfe875fe36f","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"startDate\": \"2024-01-01\",\n  \"endDate\": \"2024-06-30\",\n  \"stepDays\": 1,\n  \"visiblePlanetIds\": [\n    0,\n    1,\n    2,\n    3,\n    4,\n    5,\n    6,\n    7,\n    8,\n    9\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/aspect-bar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"52d78808-9e4a-48e9-8e26-a5354489dff6"}],"id":"5c492b0c-ea2a-489b-a759-57165b929b5d","description":"<p>🎯 Aspects &amp; Points endpoints</p>\n","_postman_id":"5c492b0c-ea2a-489b-a759-57165b929b5d","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Calendar & Cycles","item":[{"name":"Eclipses","id":"60e5705a-5536-4b60-b95a-622552182fb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"year\": 2024,\n  \"yearsRange\": 2\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/eclipses","description":"<p>Find solar and lunar eclipses within a given year or multi-year range. Returns type, date, and geographic visibility data.</p>\n","urlObject":{"path":["eclipses"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"9cad7b60-baef-4b7b-b91e-1b9277440e94","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"year\": 2024,\n  \"yearsRange\": 2\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/eclipses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"eclipses\": [\n      {\n        \"type\": \"string\",\n        \"subtype\": \"string\",\n        \"date\": \"string\",\n        \"jd\": 9116.953194381002,\n        \"saros\": 8939.2502580961,\n        \"longitude\": 671.4451448782132\n      },\n      {\n        \"type\": \"string\",\n        \"subtype\": \"string\",\n        \"date\": \"string\",\n        \"jd\": 5957.557431059153,\n        \"saros\": 4775.22161877552,\n        \"longitude\": 2935.4776043393426\n      }\n    ]\n  }\n}"},{"id":"5585f4bd-71ad-47fe-89bb-d2241e28ddca","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"year\": 2024,\n  \"yearsRange\": 2\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/eclipses"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"2dcf45df-5724-4da9-9b3b-fbbfce7f5284","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"year\": 2024,\n  \"yearsRange\": 2\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/eclipses"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"60e5705a-5536-4b60-b95a-622552182fb4"},{"name":"Planet Ingresses","id":"6adb5854-83d2-41e6-b597-14bfaad3e27e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"planetId\": 5,\n  \"startDate\": \"2024-01-01\",\n  \"endDate\": \"2025-12-31\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ingresses","description":"<p>Find all sign ingresses for a planet within a date range (including retrograde re-entries).</p>\n","urlObject":{"path":["ingresses"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"aab57054-d2bd-4b40-adb0-ea26a486a58d","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"planetId\": 5,\n  \"startDate\": \"2024-01-01\",\n  \"endDate\": \"2025-12-31\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ingresses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"ingresses\": [\n      {\n        \"date\": \"string\",\n        \"fromSign\": \"string\",\n        \"toSign\": \"string\",\n        \"longitude\": 7649.24201743451,\n        \"retrograde\": false\n      },\n      {\n        \"date\": \"string\",\n        \"fromSign\": \"string\",\n        \"toSign\": \"string\",\n        \"longitude\": 4754.913507209267,\n        \"retrograde\": false\n      }\n    ]\n  }\n}"},{"id":"3ce8c297-385b-48b3-a007-fd90fe71debb","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"planetId\": 5,\n  \"startDate\": \"2024-01-01\",\n  \"endDate\": \"2025-12-31\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ingresses"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"15ef2837-4a84-42a8-b671-416a2383dde2","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"planetId\": 5,\n  \"startDate\": \"2024-01-01\",\n  \"endDate\": \"2025-12-31\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ingresses"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"6adb5854-83d2-41e6-b597-14bfaad3e27e"},{"name":"Planetary Cycles","id":"4d3b6aa8-eb5c-433d-929c-6b910489b52e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"planet1Id\": 5,\n  \"planet2Id\": 6,\n  \"startDate\": \"2000-01-01\",\n  \"endDate\": \"2040-12-31\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/planetary-cycles","description":"<p>Find all conjunctions between two planets within a date range, defining the start of a new synodic cycle.</p>\n","urlObject":{"path":["planetary-cycles"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"367f29b5-7729-4bd6-abb6-8d1cc01410be","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"planet1Id\": 5,\n  \"planet2Id\": 6,\n  \"startDate\": \"2000-01-01\",\n  \"endDate\": \"2040-12-31\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/planetary-cycles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"conjunctions\": [\n      {\n        \"date\": \"string\",\n        \"longitude\": 5124.861918222911,\n        \"sign\": \"string\"\n      },\n      {\n        \"date\": \"string\",\n        \"longitude\": 9853.085587091284,\n        \"sign\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"12b2424f-0e9a-45a6-bc82-5701e39ed11d","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"planet1Id\": 5,\n  \"planet2Id\": 6,\n  \"startDate\": \"2000-01-01\",\n  \"endDate\": \"2040-12-31\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/planetary-cycles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"d23f2cd8-e766-4d3a-bc5a-ce1124755169","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"planet1Id\": 5,\n  \"planet2Id\": 6,\n  \"startDate\": \"2000-01-01\",\n  \"endDate\": \"2040-12-31\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/planetary-cycles"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"4d3b6aa8-eb5c-433d-929c-6b910489b52e"},{"name":"Retrograde Periods","id":"0ae4f637-43b7-4278-a7e4-665a429c5edc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"planetId\": 2,\n  \"startDate\": \"2024-01-01\",\n  \"endDate\": \"2024-12-31\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/retrograde-periods","description":"<p>Find all retrograde stations (direct, retrograde, stationary) for a planet within a date range.</p>\n","urlObject":{"path":["retrograde-periods"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"6fda800c-0dac-4374-bae8-3d53087ce9a8","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"planetId\": 2,\n  \"startDate\": \"2024-01-01\",\n  \"endDate\": \"2024-12-31\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/retrograde-periods"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"periods\": [\n      {\n        \"retrogradStation\": \"string\",\n        \"directStation\": \"string\",\n        \"shadowEntry\": \"string\",\n        \"shadowExit\": \"string\",\n        \"retrogradeLongitude\": 5423.242824239715,\n        \"directLongitude\": 5236.870353973135\n      },\n      {\n        \"retrogradStation\": \"string\",\n        \"directStation\": \"string\",\n        \"shadowEntry\": \"string\",\n        \"shadowExit\": \"string\",\n        \"retrogradeLongitude\": 5233.6641541131,\n        \"directLongitude\": 7832.4238321711955\n      }\n    ]\n  }\n}"},{"id":"54a72cf2-ba65-41a7-80b7-8b47a8950262","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"planetId\": 2,\n  \"startDate\": \"2024-01-01\",\n  \"endDate\": \"2024-12-31\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/retrograde-periods"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"23460894-63ad-4dd7-92e1-97173151feab","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"planetId\": 2,\n  \"startDate\": \"2024-01-01\",\n  \"endDate\": \"2024-12-31\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/retrograde-periods"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"0ae4f637-43b7-4278-a7e4-665a429c5edc"},{"name":"Moon Void-of-Course","id":"43022060-5da7-471c-a6c4-8c3814546c7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-15\",\n  \"time\": \"12:00:00\",\n  \"timezoneOffset\": 0,\n  \"rangeDays\": 14\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/moon-voc","description":"<p>Find Moon void-of-course periods within a date range. The Moon is VOC from its last aspect until it enters the next sign.</p>\n","urlObject":{"path":["moon-voc"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"03f32b7a-f82e-4ba9-9adf-2eeac144664d","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-15\",\n  \"time\": \"12:00:00\",\n  \"timezoneOffset\": 0,\n  \"rangeDays\": 14\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/moon-voc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"periods\": [\n      {\n        \"start\": \"string\",\n        \"end\": \"string\",\n        \"lastAspect\": {\n          \"planet\": \"string\",\n          \"type\": \"string\"\n        },\n        \"nextSign\": \"string\"\n      },\n      {\n        \"start\": \"string\",\n        \"end\": \"string\",\n        \"lastAspect\": {\n          \"planet\": \"string\",\n          \"type\": \"string\"\n        },\n        \"nextSign\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"b352c96b-095b-4de6-b591-37b1c46bbb09","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-15\",\n  \"time\": \"12:00:00\",\n  \"timezoneOffset\": 0,\n  \"rangeDays\": 14\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/moon-voc"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"d80ab902-449c-4039-aa0b-a90864e53110","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-15\",\n  \"time\": \"12:00:00\",\n  \"timezoneOffset\": 0,\n  \"rangeDays\": 14\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/moon-voc"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"43022060-5da7-471c-a6c4-8c3814546c7f"},{"name":"Planetary Hours","id":"9313097c-8ce8-4f41-8ad8-491085de8054","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-21\",\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"timezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/planetary-hours","description":"<p>Calculate Chaldean planetary hours for a given date and location, starting from sunrise.</p>\n","urlObject":{"path":["planetary-hours"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"3234eefb-4f0a-4ec5-b89c-0498eca187cc","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-21\",\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"timezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/planetary-hours"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"sunrise\": \"string\",\n    \"sunset\": \"string\",\n    \"dayHours\": [\n      {\n        \"hour\": 8411.105273463496,\n        \"ruler\": \"string\",\n        \"start\": \"string\",\n        \"end\": \"string\"\n      },\n      {\n        \"hour\": 1855.4078627560732,\n        \"ruler\": \"string\",\n        \"start\": \"string\",\n        \"end\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"976325f4-09af-47f6-96ba-55b0cd1802de","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-21\",\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"timezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/planetary-hours"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"954f1ba7-741f-454d-83fe-50d662a09bb1","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-21\",\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"timezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/planetary-hours"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"9313097c-8ce8-4f41-8ad8-491085de8054"},{"name":"Lunar Calendar","id":"63b021fe-14bd-48ef-8098-bd9e4f242622","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"year\": 2024,\n  \"month\": 6\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/lunar-calendar","description":"<p>Calculate a lunar calendar for a given month: Moon sign per day, lunar phases, void-of-course windows, and perigee/apogee.</p>\n","urlObject":{"path":["lunar-calendar"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"2fb0dbeb-a55d-4202-af8d-22178df1776c","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"year\": 2024,\n  \"month\": 6\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/lunar-calendar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"days\": [\n      {\n        \"date\": \"string\",\n        \"moonSign\": \"string\",\n        \"moonLongitude\": 105.90815207917048,\n        \"phase\": \"string\",\n        \"voc\": true\n      },\n      {\n        \"date\": \"string\",\n        \"moonSign\": \"string\",\n        \"moonLongitude\": 6046.0878078803535,\n        \"phase\": \"string\",\n        \"voc\": true\n      }\n    ],\n    \"phases\": [\n      {\n        \"type\": \"string\",\n        \"date\": \"string\",\n        \"time\": \"string\"\n      },\n      {\n        \"type\": \"string\",\n        \"date\": \"string\",\n        \"time\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"0c47044d-1293-488c-a899-d7e88d7cd091","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"year\": 2024,\n  \"month\": 6\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/lunar-calendar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"b034f2b7-727d-4175-bcef-8f715c3bfc7a","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"year\": 2024,\n  \"month\": 6\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/lunar-calendar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"63b021fe-14bd-48ef-8098-bd9e4f242622"},{"name":"Moon Aspects","id":"a5f997b1-96b1-4c13-b20f-851a32a8d988","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"year\": 2024,\n  \"month\": 6\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/moon-aspects","description":"<p>Calculate all aspects the Moon makes within a date range (applying and separating), useful for electional and horary work.</p>\n","urlObject":{"path":["moon-aspects"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"84826612-13d5-46bf-8e3c-0358f47c25b1","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"year\": 2024,\n  \"month\": 6\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/moon-aspects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"aspects\": [\n      {\n        \"date\": \"string\",\n        \"moon\": {\n          \"longitude\": 3994.382233128313,\n          \"sign\": \"string\"\n        },\n        \"planet\": \"string\",\n        \"type\": \"string\",\n        \"exact\": \"string\"\n      },\n      {\n        \"date\": \"string\",\n        \"moon\": {\n          \"longitude\": 9977.506430765648,\n          \"sign\": \"string\"\n        },\n        \"planet\": \"string\",\n        \"type\": \"string\",\n        \"exact\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"0c2ac753-3f9c-49a1-be09-b5ec295f26a6","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"year\": 2024,\n  \"month\": 6\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/moon-aspects"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"c17c3232-0bab-4964-9187-55e29d604c7d","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"year\": 2024,\n  \"month\": 6\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/moon-aspects"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"a5f997b1-96b1-4c13-b20f-851a32a8d988"},{"name":"Planetary Phases","id":"83ba4abc-72a2-499f-ade4-7ed05f151f0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/planetary-phases","description":"<p>Calculate the synodic phase of each planet relative to the Sun (new, crescent, first quarter, gibbous, full, disseminating, last quarter, balsamic).</p>\n","urlObject":{"path":["planetary-phases"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"022c7f5d-ce91-4cf9-a3b4-d953030cb03b","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/planetary-phases"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"phases\": [\n      {\n        \"planet\": \"string\",\n        \"phase\": \"string\",\n        \"elongation\": 2619.27899869276,\n        \"synodic_angle\": 9141.497883789016,\n        \"oriental\": true\n      },\n      {\n        \"planet\": \"string\",\n        \"phase\": \"string\",\n        \"elongation\": 7268.566793733924,\n        \"synodic_angle\": 3093.254991313148,\n        \"oriental\": true\n      }\n    ]\n  }\n}"},{"id":"3592a96c-7fdc-429a-87f2-4b65ba21f105","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/planetary-phases"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"8cb07c2b-9c3a-4afb-80c6-72bd364d49e4","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/planetary-phases"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"83ba4abc-72a2-499f-ade4-7ed05f151f0b"},{"name":"Algol Minimum","id":"6da66725-b751-4efa-9568-dda2307b429e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"startDate\": \"2024-06-01\",\n  \"endDate\": \"2024-06-30\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/algol-minimum","description":"<p>Find the nearest minimum brightness moment of Algol (Beta Persei) — the eclipsing variable star — within a date range.</p>\n","urlObject":{"path":["algol-minimum"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"3d9d8020-bd08-4877-bbff-986fba483089","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"startDate\": \"2024-06-01\",\n  \"endDate\": \"2024-06-30\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/algol-minimum"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"minima\": [\n      {\n        \"date\": \"string\",\n        \"time\": \"string\",\n        \"jd\": 7398.100595667416,\n        \"period\": \"string\"\n      },\n      {\n        \"date\": \"string\",\n        \"time\": \"string\",\n        \"jd\": 7949.495862398233,\n        \"period\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"72501627-5042-4caa-9228-99ab7abb1447","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"startDate\": \"2024-06-01\",\n  \"endDate\": \"2024-06-30\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/algol-minimum"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"234e42fc-bc23-454b-ada3-8304b5770f58","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"startDate\": \"2024-06-01\",\n  \"endDate\": \"2024-06-30\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/algol-minimum"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"6da66725-b751-4efa-9568-dda2307b429e"},{"name":"Algol Nearest Minimum","id":"14f66e5a-8664-4b45-9218-792f3712d028","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/algol-minimum/nearest","description":"<p>Find the single nearest Algol brightness minimum before or after a given date.</p>\n","urlObject":{"path":["algol-minimum","nearest"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"97e70f90-1752-43e0-9339-e8568aaa1f81","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/algol-minimum/nearest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"date\": \"2024-06-17\",\n    \"time\": \"08:12:00\",\n    \"jd\": 2460479.84,\n    \"hoursUntil\": 41.3\n  }\n}"},{"id":"3bb95a5b-36fc-49e5-9aa4-67afb8fae2d3","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/algol-minimum/nearest"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"60015dc5-59d4-458f-96cc-03e598a7d964","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/algol-minimum/nearest"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"14f66e5a-8664-4b45-9218-792f3712d028"},{"name":"Cyclic Index","id":"a6e37b81-b008-4835-bdde-2bc980b99e91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"startYear\": 2020,\n  \"endYear\": 2030\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cyclic-index","description":"<p>Calculate the André Barbault Cyclic Index — sum of all outer planet separations — for a date range to indicate global crisis periods.</p>\n","urlObject":{"path":["cyclic-index"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"aaeff4b6-bd51-4d27-98c9-340312eb1f22","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"startYear\": 2020,\n  \"endYear\": 2030\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cyclic-index"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"data\": [\n      {\n        \"date\": \"string\",\n        \"index\": 7695.353367860363\n      },\n      {\n        \"date\": \"string\",\n        \"index\": 1304.6710260144457\n      }\n    ],\n    \"minimum\": {\n      \"date\": \"string\",\n      \"value\": 3099.7070363419034\n    }\n  }\n}"},{"id":"cdd68bad-96f0-4166-9b8b-93891860c955","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"startYear\": 2020,\n  \"endYear\": 2030\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cyclic-index"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"69e9f23d-48a6-4059-8a8d-a89c8453a097","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"startYear\": 2020,\n  \"endYear\": 2030\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cyclic-index"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"a6e37b81-b008-4835-bdde-2bc980b99e91"}],"id":"b93cac95-13c9-4e86-8a14-83f31aab4b88","description":"<p>📅 Calendar &amp; Cycles endpoints</p>\n","_postman_id":"b93cac95-13c9-4e86-8a14-83f31aab4b88","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Dignities & Receptions","item":[{"name":"Essential Dignities","id":"dfae6d91-4d04-4b04-bf09-ab224676bd27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/essential-dignities","description":"<p>Calculate the five Ptolemaic essential dignities (rulership, exaltation, triplicity, term, face) and debilities for each planet.</p>\n","urlObject":{"path":["essential-dignities"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"00b8cec0-a2eb-444a-871e-bcae113cc225","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/essential-dignities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"planets\": [\n      {\n        \"planet\": \"string\",\n        \"longitude\": 8458.951652224729,\n        \"sign\": \"string\",\n        \"ruler\": 5830.727093301735,\n        \"exaltation\": 7682.220270085929,\n        \"triplicity\": 8062.474435558375,\n        \"term\": 9285.790585458586,\n        \"face\": 4427.113904447555,\n        \"score\": 4151.018629371743\n      },\n      {\n        \"planet\": \"string\",\n        \"longitude\": 4947.921588050839,\n        \"sign\": \"string\",\n        \"ruler\": 9363.595225639638,\n        \"exaltation\": 6792.66226819574,\n        \"triplicity\": 842.0848126803704,\n        \"term\": 3443.1023326777677,\n        \"face\": 4108.363695140582,\n        \"score\": 7164.734743346601\n      }\n    ]\n  }\n}"},{"id":"f963cb94-5339-4a0a-8f2a-713fbc7618e7","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/essential-dignities"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"4c42c754-cae0-4f65-811e-92dada2d5a05","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/essential-dignities"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"dfae6d91-4d04-4b04-bf09-ab224676bd27"},{"name":"Almuten Figuris","id":"c1e5a406-3d27-4c50-b946-6e98c8ceac51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/almuten","description":"<p>Calculate the Almuten Figuris — the planet with the highest essential dignity score across the key chart positions.</p>\n","urlObject":{"path":["almuten"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"36c34ee1-46af-48fd-8805-794d1e2bd7f7","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/almuten"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"almuten\": \"string\",\n    \"scores\": [\n      {\n        \"planet\": \"string\",\n        \"score\": 6539.049078576047\n      },\n      {\n        \"planet\": \"string\",\n        \"score\": 9836.182669688274\n      }\n    ],\n    \"positions\": {\n      \"ascendant\": 1739.188460310106,\n      \"sun\": 8984.398149048186,\n      \"moon\": 2794.2890630941506,\n      \"partOfFortune\": 620.9109767804199,\n      \"prenatalSyzygy\": 1632.1263369085325\n    }\n  }\n}"},{"id":"bd129707-9423-4c26-8804-5a622ef0c7f0","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/almuten"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"760f71f6-cedc-421d-a0ce-44ee301735ae","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/almuten"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"c1e5a406-3d27-4c50-b946-6e98c8ceac51"},{"name":"Hyleg & Alcocoden","id":"fad740a9-19f7-4f78-8436-ca26d9896096","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hyleg","description":"<p>Calculate the Hyleg (apheta, giver of life) and Alcocoden (indicator of lifespan) using traditional Hellenistic method.</p>\n","urlObject":{"path":["hyleg"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"fb583afb-ced9-404e-8278-939262135437","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hyleg"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"hyleg\": {\n      \"planet\": \"Moon\",\n      \"longitude\": 210.3,\n      \"house\": 9,\n      \"condition\": \"angular\"\n    },\n    \"alcocoden\": {\n      \"planet\": \"Saturn\",\n      \"minYears\": 57,\n      \"maxYears\": 91,\n      \"moreYears\": 43\n    }\n  }\n}"},{"id":"ac7f9940-c8bc-4a6d-bd0f-e8d7408fd33b","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hyleg"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"119346fb-15f0-49f4-bace-b10c0a57bbd7","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hyleg"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"fad740a9-19f7-4f78-8436-ca26d9896096"},{"name":"Mutual Receptions","id":"1098f176-527c-4edb-a293-298205a618d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/receptions","description":"<p>Find mutual receptions between planets — pairs where each planet is in a sign ruled, exalted, or in the dignity of the other.</p>\n","urlObject":{"path":["receptions"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"3f04fcfd-8575-44ce-89ce-1c118281606c","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/receptions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"receptions\": [\n      {\n        \"planet1\": \"string\",\n        \"planet2\": \"string\",\n        \"type1\": \"string\",\n        \"type2\": \"string\",\n        \"mutual\": true,\n        \"strength\": \"string\"\n      },\n      {\n        \"planet1\": \"string\",\n        \"planet2\": \"string\",\n        \"type1\": \"string\",\n        \"type2\": \"string\",\n        \"mutual\": false,\n        \"strength\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"4b52fb7c-dbdf-46c6-bfe6-30dbf2edd676","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/receptions"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"ab0a673f-3818-4d1e-97f7-d566af2860a7","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/receptions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"1098f176-527c-4edb-a293-298205a618d9"},{"name":"Disposition Chains","id":"7ff04d45-b829-437e-9271-4e924ae31594","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/disposition-chains","description":"<p>Calculate planetary disposition chains — the recursive sequence of sign rulers leading to the final dispositor.</p>\n","urlObject":{"path":["disposition-chains"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"7b5070ed-fcf9-45ba-b14e-33e5eeb27303","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/disposition-chains"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"finalDispositor\": \"string\",\n    \"chains\": [\n      {\n        \"start\": \"string\",\n        \"chain\": [\n          \"string\",\n          \"string\"\n        ],\n        \"terminus\": \"string\"\n      },\n      {\n        \"start\": \"string\",\n        \"chain\": [\n          \"string\",\n          \"string\"\n        ],\n        \"terminus\": \"string\"\n      }\n    ],\n    \"mutualReception\": [\n      [\n        \"string\",\n        \"string\"\n      ],\n      [\n        \"string\",\n        \"string\"\n      ]\n    ]\n  }\n}"},{"id":"40c66f88-a769-4512-8ec5-1107b04fa2cd","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/disposition-chains"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"751cad73-8ac2-4781-a5dd-e2e1c061acb6","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/disposition-chains"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"7ff04d45-b829-437e-9271-4e924ae31594"},{"name":"Disposition Chains Layout","id":"cdc5011d-79b6-4d0f-82e1-fd1701c68130","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/disposition-chains/layout","description":"<p>Return disposition chains with computed x/y layout coordinates for graph visualization.</p>\n","urlObject":{"path":["disposition-chains","layout"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"e4c58504-5716-49f0-bed3-743a90e0605f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/disposition-chains/layout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"nodes\": [\n      {\n        \"planet\": \"string\",\n        \"x\": 3582.0726164602033,\n        \"y\": 3123.3637379303404,\n        \"final\": false\n      },\n      {\n        \"planet\": \"string\",\n        \"x\": 3013.024604761734,\n        \"y\": 4518.585717646353,\n        \"final\": true\n      }\n    ],\n    \"edges\": [\n      {\n        \"from\": \"string\",\n        \"to\": \"string\"\n      },\n      {\n        \"from\": \"string\",\n        \"to\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"22e0ab50-820b-4325-9098-a782c0707cec","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/disposition-chains/layout"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"96f445ca-50e4-418e-b605-7fb5dc6cb9f3","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/disposition-chains/layout"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"cdc5011d-79b6-4d0f-82e1-fd1701c68130"}],"id":"a571143a-1eeb-4ff3-9357-725d5cf2e721","description":"<p>👑 Dignities &amp; Receptions endpoints</p>\n","_postman_id":"a571143a-1eeb-4ff3-9357-725d5cf2e721","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Horary","item":[{"name":"Horary Chart","id":"1d21bc96-be49-4537-be2a-061312bcaf7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horary","description":"<p>Calculate a horary chart for a question moment and return the chart data with radicality assessment and significator analysis.</p>\n","urlObject":{"path":["horary"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"0017352d-5b35-46ee-a1ce-0a6b444fa268","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"houses\": {\n      \"ascendant\": 9430.60100872869\n    },\n    \"radical\": false,\n    \"radicalityNotes\": [\n      \"string\",\n      \"string\"\n    ],\n    \"significators\": {\n      \"querent\": \"string\",\n      \"quesited\": \"string\"\n    }\n  }\n}"},{"id":"7b5b93cc-3ba3-4f02-af58-8420eab8f23c","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horary"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"55c9f522-ec74-4437-8627-3559c2ca5edf","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horary"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"1d21bc96-be49-4537-be2a-061312bcaf7a"},{"name":"Horary Diagnostics","id":"402208c1-6788-4006-ba66-47f7fa510f76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horary/diagnostics","description":"<p>Run a full horary radicality diagnostic including early/late ASC, Via Combusta, Saturn in 7th, and considerations before judgement.</p>\n","urlObject":{"path":["horary","diagnostics"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"65f5bce5-2b0b-43d9-b4a8-4bc933da9357","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horary/diagnostics"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"radical\": false,\n    \"issues\": [\n      {\n        \"rule\": \"Late Ascendant\",\n        \"value\": \"28°14'\",\n        \"severity\": \"warning\"\n      }\n    ],\n    \"passed\": [\n      \"Moon not VOC\",\n      \"Ascendant not early\"\n    ],\n    \"recommendation\": \"Chart may be considered with caution\"\n  }\n}"},{"id":"a8c20e0e-887f-4906-8f83-771bb60f588f","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horary/diagnostics"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"39b4b633-7c16-4ad5-b2ca-d4d8e6f5e47f","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horary/diagnostics"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"402208c1-6788-4006-ba66-47f7fa510f76"},{"name":"Horary Planetary Hours","id":"4ada6441-635e-4134-b67f-65faf1f655da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horary/planetary-hours","description":"<p>Return the planetary hour ruler at the exact moment of a horary question and check if it matches the ASC ruler.</p>\n","urlObject":{"path":["horary","planetary-hours"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"c292ca40-7566-4edf-8648-fb6a54837f1f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horary/planetary-hours"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"hourRuler\": \"Venus\",\n    \"dayRuler\": \"Saturn\",\n    \"ascRuler\": \"Venus\",\n    \"match\": true,\n    \"hourNumber\": 4,\n    \"hourStart\": \"14:02\",\n    \"hourEnd\": \"15:04\"\n  }\n}"},{"id":"2cb1760b-80f1-46a4-a7e4-d1526f651c7a","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horary/planetary-hours"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"507c12e2-ebc1-4324-940b-d3b00d4e2d25","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horary/planetary-hours"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"4ada6441-635e-4134-b67f-65faf1f655da"},{"name":"Horary Moon Aspects","id":"a223eac8-9633-44b8-896f-0eada45e088c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horary/moon-aspects","description":"<p>List all aspects the Moon will make in this horary chart before leaving its sign — the key timing tool in horary.</p>\n","urlObject":{"path":["horary","moon-aspects"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"bb412dc8-a4c7-446d-85fa-a9eb78be28a5","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horary/moon-aspects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"moonSign\": \"string\",\n    \"moonLongitude\": 3887.0589747797335,\n    \"moonExitsSign\": 9052.750284167707,\n    \"aspects\": [\n      {\n        \"planet\": \"string\",\n        \"type\": \"string\",\n        \"longitude\": 10.325765448468971,\n        \"perfectionDate\": \"string\"\n      },\n      {\n        \"planet\": \"string\",\n        \"type\": \"string\",\n        \"longitude\": 8911.156313159445,\n        \"perfectionDate\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"4905a126-d48a-48cc-b597-e24f63393b19","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horary/moon-aspects"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"8b7f9e1d-632f-44a0-b4c0-c9ec6c0a4400","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horary/moon-aspects"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"a223eac8-9633-44b8-896f-0eada45e088c"},{"name":"Horary Moon VOC","id":"aaa9da83-8411-4497-848f-c9c00311bd5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horary/moon-voc","description":"<p>Check if the Moon is void-of-course in this horary chart and return the last aspect it made and when it enters the next sign.</p>\n","urlObject":{"path":["horary","moon-voc"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"ee8197c8-4ec9-4c37-83a5-224ce799d5e6","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horary/moon-voc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"voc\": false,\n    \"lastAspect\": {\n      \"planet\": \"Mars\",\n      \"type\": \"trine\",\n      \"date\": \"2024-06-15 10:15\"\n    },\n    \"nextSignEntry\": {\n      \"sign\": \"Cancer\",\n      \"date\": \"2024-06-16 18:42\"\n    }\n  }\n}"},{"id":"b6d6082a-a0a9-4ad7-9665-3ceb32bc947d","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horary/moon-voc"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"14869a3f-51dd-45dd-ad39-9db63aa22541","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horary/moon-voc"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"aaa9da83-8411-4497-848f-c9c00311bd5d"},{"name":"Via Combusta Check","id":"4284bf84-6a03-4dc4-8be1-f4a00c71452a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horary/via-combusta","description":"<p>Check if the Moon or ASC is in the Via Combusta (15° Libra – 15° Scorpio), a classical prohibition in horary.</p>\n","urlObject":{"path":["horary","via-combusta"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"198a5872-15a0-494f-8a65-22882c852b47","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horary/via-combusta"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"moonViaCombusta\": false,\n    \"moonLongitude\": 75.4,\n    \"moonSign\": \"Gemini\",\n    \"ascViaCombusta\": false,\n    \"ascLongitude\": 180.5,\n    \"warning\": null\n  }\n}"},{"id":"d1e0816f-b21b-48a9-afe4-49f2c208c186","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horary/via-combusta"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"c54792fd-3d70-4b6d-a5c8-261fae688f00","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horary/via-combusta"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"4284bf84-6a03-4dc4-8be1-f4a00c71452a"}],"id":"2da167e8-3402-4d65-bc1a-c6ccc923a051","description":"<p>❓ Horary endpoints</p>\n","_postman_id":"2da167e8-3402-4d65-bc1a-c6ccc923a051","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Human Design","item":[{"name":"Human Design Chart","id":"16db7fea-28d0-45f1-916d-ede2918b7233","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/human-design","description":"<p>Calculate a full Human Design BodyGraph chart: type, strategy, authority, profile, definition, incarnation cross, centers, channels, and gate activations.</p>\n","urlObject":{"path":["human-design"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"63441cb6-e277-426f-b85e-e2286c8e27ac","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/human-design"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"type\": \"string\",\n    \"strategy\": \"string\",\n    \"authority\": \"string\",\n    \"profile\": \"string\",\n    \"definition\": \"string\",\n    \"cross\": {\n      \"name\": \"string\",\n      \"gates\": [\n        137.20590886576733,\n        1170.8360116312356\n      ]\n    },\n    \"centers\": {\n      \"head\": {\n        \"defined\": true\n      },\n      \"sacral\": {\n        \"defined\": false\n      }\n    },\n    \"channels\": [\n      {\n        \"id\": \"string\",\n        \"defined\": true\n      },\n      {\n        \"id\": \"string\",\n        \"defined\": true\n      }\n    ]\n  }\n}"},{"id":"286c1c41-7fb7-4f05-8b82-8e1d2cdd2610","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/human-design"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"5b010b3c-9fb4-461e-b5c2-e256c079b54d","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/human-design"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"16db7fea-28d0-45f1-916d-ede2918b7233"},{"name":"HD Compatibility","id":"ef135dbf-12b4-4a3c-8a2a-d7808c169f1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/human-design/compatibility","description":"<p>Calculate Human Design connection chart (compatibility) between two people: electromagnetic connections, compromise, dominance, and companionship channels.</p>\n","urlObject":{"path":["human-design","compatibility"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"cda6f831-b2b1-4c34-bd08-9108043fcc89","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/human-design/compatibility"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"chart1\": {\n      \"type\": \"string\"\n    },\n    \"chart2\": {\n      \"type\": \"string\"\n    },\n    \"connections\": {\n      \"electromagnetic\": [\n        {\n          \"channel\": \"string\",\n          \"chart1Gate\": 4092.8840342328485,\n          \"chart2Gate\": 3929.821110840921\n        },\n        {\n          \"channel\": \"string\",\n          \"chart1Gate\": 7383.2385958653695,\n          \"chart2Gate\": 5015.915279527226\n        }\n      ]\n    },\n    \"attractionScore\": 4212.25004243277\n  }\n}"},{"id":"92fa7892-e646-4924-a2e9-b6a4283f6632","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/human-design/compatibility"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"e64b227e-1fb2-45c1-89af-f20688e09151","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/human-design/compatibility"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"ef135dbf-12b4-4a3c-8a2a-d7808c169f1c"},{"name":"HD Transits","id":"210ec556-1f72-4088-ae12-c4d4d98bdca9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-15\",\n  \"time\": \"12:00:00\",\n  \"timezoneOffset\": 0,\n  \"natalDate\": \"1990-05-15\",\n  \"natalTime\": \"14:30:00\",\n  \"natalTimezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/human-design/transits","description":"<p>Calculate current Human Design transit activations. Optionally overlay on natal chart to show combined defined centers and channels.</p>\n","urlObject":{"path":["human-design","transits"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"7cc5cd42-7a74-4488-a48e-2f65e201b705","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-15\",\n  \"time\": \"12:00:00\",\n  \"timezoneOffset\": 0,\n  \"natalDate\": \"1990-05-15\",\n  \"natalTime\": \"14:30:00\",\n  \"natalTimezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/human-design/transits"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"combined\": {}\n  }\n}"},{"id":"26aaae8f-4b20-4450-aeaa-d45c9330b6a3","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-15\",\n  \"time\": \"12:00:00\",\n  \"timezoneOffset\": 0,\n  \"natalDate\": \"1990-05-15\",\n  \"natalTime\": \"14:30:00\",\n  \"natalTimezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/human-design/transits"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"76028345-f287-4e14-8b97-d58d0fe11962","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2024-06-15\",\n  \"time\": \"12:00:00\",\n  \"timezoneOffset\": 0,\n  \"natalDate\": \"1990-05-15\",\n  \"natalTime\": \"14:30:00\",\n  \"natalTimezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/human-design/transits"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"210ec556-1f72-4088-ae12-c4d4d98bdca9"},{"name":"Incarnation Cross","id":"2f9d16f2-d9ae-4b68-bff1-2f36e16af92e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hd/incarnation-cross","description":"<p>Return the Incarnation Cross from birth data (or directly from gate numbers). Includes cross name, type, and theme description.</p>\n","urlObject":{"path":["hd","incarnation-cross"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"6fdf3268-c814-4664-a820-aedd38e8d943","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hd/incarnation-cross"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"name\": \"Right Angle Cross of the Vessel of Love\",\n    \"type\": \"Right Angle\",\n    \"gates\": [\n      46,\n      25,\n      15,\n      10\n    ],\n    \"lines\": [\n      1,\n      1,\n      1,\n      1\n    ],\n    \"theme\": \"Physical love and incarnation\"\n  }\n}"},{"id":"ac1909cb-6d8a-4bb3-862f-2486d5e3fcdf","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hd/incarnation-cross"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"edfa602a-2b7d-448f-8631-190da5f4e102","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hd/incarnation-cross"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"2f9d16f2-d9ae-4b68-bff1-2f36e16af92e"},{"name":"Dream Rave","id":"db99bad8-839e-4fa2-b866-a5a610482b78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hd/dream-rave","description":"<p>Calculate the Dream Rave chart: sleep type, active gates in lower centers (Sacral, Solar Plexus, Root), and dream themes.</p>\n","urlObject":{"path":["hd","dream-rave"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"3d6d6ba9-ee22-4562-978e-95c591d9bb98","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hd/dream-rave"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"sleepType\": \"lucid\",\n    \"activeGates\": [\n      34,\n      59,\n      27,\n      50,\n      58,\n      38,\n      28,\n      32\n    ],\n    \"lowerCenterGates\": {\n      \"sacral\": [\n        34,\n        27\n      ],\n      \"solarPlexus\": [\n        59\n      ],\n      \"root\": [\n        58,\n        38\n      ]\n    },\n    \"theme\": \"Processing emotional wave during sleep\"\n  }\n}"},{"id":"d7ae88ae-2255-4c9a-a7d3-66583e63f579","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hd/dream-rave"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"573dd6ca-b1e2-4fe6-869f-0393a0d89c2e","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hd/dream-rave"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"db99bad8-839e-4fa2-b866-a5a610482b78"},{"name":"Hologenetic Profile","id":"bad56ae3-e7de-43fa-bf27-ea3081159010","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hd/hologenetic","description":"<p>Calculate the Gene Keys hologenetic profile (Activation Sequence, Venus Sequence, Pearl Sequence) from HD gate activations.</p>\n","urlObject":{"path":["hd","hologenetic"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"25ab5662-ff5c-4d62-9b81-eda54244aa0d","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hd/hologenetic"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"activationSequence\": {\n      \"lifeWork\": 46,\n      \"evolution\": 29,\n      \"radiance\": 4,\n      \"purpose\": 49\n    },\n    \"venusSequence\": {\n      \"attraction\": 15,\n      \"iq\": 25,\n      \"eq\": 46,\n      \"sophiology\": 29\n    },\n    \"pearlSequence\": {\n      \"vocation\": 46,\n      \"culture\": 29,\n      \"brand\": 4\n    }\n  }\n}"},{"id":"e59c5c32-f9d8-4629-8e62-85b6bcb49b7e","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hd/hologenetic"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"1260f6dd-69f0-4ee5-b369-ddb0b225ba0b","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hd/hologenetic"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"bad56ae3-e7de-43fa-bf27-ea3081159010"},{"name":"Penta Chart","id":"8ee154bd-95c0-4ca7-9d07-2d2919250e8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"inputs\": [\n    {\n      \"date\": \"1990-05-15\",\n      \"time\": \"14:30:00\",\n      \"timezoneOffset\": 3,\n      \"latitude\": 50.45,\n      \"longitude\": 30.52\n    },\n    {\n      \"date\": \"1985-11-03\",\n      \"time\": \"08:15:00\",\n      \"timezoneOffset\": 2,\n      \"latitude\": 48.46,\n      \"longitude\": 35.04\n    },\n    {\n      \"date\": \"1992-07-20\",\n      \"time\": \"22:00:00\",\n      \"timezoneOffset\": 3,\n      \"latitude\": 50.45,\n      \"longitude\": 30.52\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hd/penta","description":"<p>Calculate the Penta (group) chart for 3–5 people: combined BodyGraph showing group dynamics and collective conditioning.</p>\n","urlObject":{"path":["hd","penta"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"4558a8ad-27c3-43ed-b465-cde2262af321","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"inputs\": [\n    {\n      \"date\": \"1990-05-15\",\n      \"time\": \"14:30:00\",\n      \"timezoneOffset\": 3,\n      \"latitude\": 50.45,\n      \"longitude\": 30.52\n    },\n    {\n      \"date\": \"1985-11-03\",\n      \"time\": \"08:15:00\",\n      \"timezoneOffset\": 2,\n      \"latitude\": 48.46,\n      \"longitude\": 35.04\n    },\n    {\n      \"date\": \"1992-07-20\",\n      \"time\": \"22:00:00\",\n      \"timezoneOffset\": 3,\n      \"latitude\": 50.45,\n      \"longitude\": 30.52\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hd/penta"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"size\": 3,\n    \"definedCenters\": [\n      \"Throat\",\n      \"Sacral\",\n      \"Root\"\n    ],\n    \"channels\": [\n      {\n        \"id\": \"20-57\",\n        \"defined\": true\n      }\n    ],\n    \"pentaAuthority\": \"Splenic\",\n    \"role\": \"Nourishment\"\n  }\n}"},{"id":"905df2c9-1b86-4fa7-af2a-c15e4b4cd7f8","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"inputs\": [\n    {\n      \"date\": \"1990-05-15\",\n      \"time\": \"14:30:00\",\n      \"timezoneOffset\": 3,\n      \"latitude\": 50.45,\n      \"longitude\": 30.52\n    },\n    {\n      \"date\": \"1985-11-03\",\n      \"time\": \"08:15:00\",\n      \"timezoneOffset\": 2,\n      \"latitude\": 48.46,\n      \"longitude\": 35.04\n    },\n    {\n      \"date\": \"1992-07-20\",\n      \"time\": \"22:00:00\",\n      \"timezoneOffset\": 3,\n      \"latitude\": 50.45,\n      \"longitude\": 30.52\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hd/penta"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"1a600b8c-e4fa-4ced-b78b-030b8205e29c","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"inputs\": [\n    {\n      \"date\": \"1990-05-15\",\n      \"time\": \"14:30:00\",\n      \"timezoneOffset\": 3,\n      \"latitude\": 50.45,\n      \"longitude\": 30.52\n    },\n    {\n      \"date\": \"1985-11-03\",\n      \"time\": \"08:15:00\",\n      \"timezoneOffset\": 2,\n      \"latitude\": 48.46,\n      \"longitude\": 35.04\n    },\n    {\n      \"date\": \"1992-07-20\",\n      \"time\": \"22:00:00\",\n      \"timezoneOffset\": 3,\n      \"latitude\": 50.45,\n      \"longitude\": 30.52\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hd/penta"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"8ee154bd-95c0-4ca7-9d07-2d2919250e8a"},{"name":"HD Group Overlay","id":"ae24e922-462c-46e5-8ce9-7630b9e54bb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"inputs\": [\n    {\n      \"date\": \"1990-05-15\",\n      \"time\": \"14:30:00\",\n      \"timezoneOffset\": 3,\n      \"latitude\": 50.45,\n      \"longitude\": 30.52\n    },\n    {\n      \"date\": \"1985-11-03\",\n      \"time\": \"08:15:00\",\n      \"timezoneOffset\": 2,\n      \"latitude\": 48.46,\n      \"longitude\": 35.04\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hd/group-overlay","description":"<p>Calculate a combined HD group overlay chart for 2 or more people, showing collectively defined centers and channels.</p>\n","urlObject":{"path":["hd","group-overlay"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"659451ab-bf7e-4e3f-937d-8fcd7cdbe06e","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"inputs\": [\n    {\n      \"date\": \"1990-05-15\",\n      \"time\": \"14:30:00\",\n      \"timezoneOffset\": 3,\n      \"latitude\": 50.45,\n      \"longitude\": 30.52\n    },\n    {\n      \"date\": \"1985-11-03\",\n      \"time\": \"08:15:00\",\n      \"timezoneOffset\": 2,\n      \"latitude\": 48.46,\n      \"longitude\": 35.04\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hd/group-overlay"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"count\": 2,\n    \"definedCenters\": [\n      \"Sacral\",\n      \"Throat\"\n    ],\n    \"definedChannels\": [\n      {\n        \"id\": \"34-20\",\n        \"from\": \"chart1.gate34\",\n        \"to\": \"chart2.gate20\"\n      }\n    ],\n    \"openCenters\": [\n      \"Head\",\n      \"Ajna\",\n      \"Heart\",\n      \"G\",\n      \"SolarPlexus\",\n      \"Spleen\",\n      \"Root\"\n    ]\n  }\n}"},{"id":"818f646b-a419-40ad-807d-d4cb507742b5","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"inputs\": [\n    {\n      \"date\": \"1990-05-15\",\n      \"time\": \"14:30:00\",\n      \"timezoneOffset\": 3,\n      \"latitude\": 50.45,\n      \"longitude\": 30.52\n    },\n    {\n      \"date\": \"1985-11-03\",\n      \"time\": \"08:15:00\",\n      \"timezoneOffset\": 2,\n      \"latitude\": 48.46,\n      \"longitude\": 35.04\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hd/group-overlay"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"c84efc73-b91e-473c-a729-7603b020bda8","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"inputs\": [\n    {\n      \"date\": \"1990-05-15\",\n      \"time\": \"14:30:00\",\n      \"timezoneOffset\": 3,\n      \"latitude\": 50.45,\n      \"longitude\": 30.52\n    },\n    {\n      \"date\": \"1985-11-03\",\n      \"time\": \"08:15:00\",\n      \"timezoneOffset\": 2,\n      \"latitude\": 48.46,\n      \"longitude\": 35.04\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hd/group-overlay"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"ae24e922-462c-46e5-8ce9-7630b9e54bb4"},{"name":"HD Time Sensitivity","id":"cab00e74-0918-4b24-ac94-6754859a4d8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hd/sensitivity","description":"<p>Analyze how sensitive the HD chart type/authority is to birth time changes. Returns windows where the chart is stable vs. in transition.</p>\n","urlObject":{"path":["hd","sensitivity"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"669d4e6f-9d5b-4da6-b791-130006804a67","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hd/sensitivity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"stableWindow\": {\n      \"start\": \"14:15:00\",\n      \"end\": \"14:55:00\"\n    },\n    \"transitions\": [\n      {\n        \"at\": \"14:55:00\",\n        \"change\": \"authority\",\n        \"from\": \"Sacral\",\n        \"to\": \"Emotional\"\n      }\n    ],\n    \"confidence\": 0.91\n  }\n}"},{"id":"e3b1f98f-55a6-4d6f-beb4-aa919f67f389","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hd/sensitivity"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"b9385488-7dc2-4bba-b50b-5d9dbf666d8e","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hd/sensitivity"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"cab00e74-0918-4b24-ac94-6754859a4d8a"},{"name":"Rave New Years","id":"5eb8b51f-f49a-4052-9c35-5246676b27fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"startYear\": 2020,\n  \"endYear\": 2030\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hd/rave-new-years","description":"<p>Calculate Rave New Year dates (exact moment Sun enters Gate 41) for a range of years. Max range: 50 years.</p>\n","urlObject":{"path":["hd","rave-new-years"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"2089da74-96ce-43ba-b1a6-0dea4b16dbc4","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"startYear\": 2020,\n  \"endYear\": 2030\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hd/rave-new-years"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"count\": 6047.091355433818,\n    \"years\": [\n      {\n        \"year\": 1236.961895063886,\n        \"date\": \"string\",\n        \"time\": \"string\",\n        \"jd\": 8503.974589912596\n      },\n      {\n        \"year\": 5933.24029080809,\n        \"date\": \"string\",\n        \"time\": \"string\",\n        \"jd\": 3569.0129487550703\n      }\n    ]\n  }\n}"},{"id":"55835850-a200-4097-8cde-acb86833f59e","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"startYear\": 2020,\n  \"endYear\": 2030\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hd/rave-new-years"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"2eccd111-53a1-4a55-9b53-9c3eeb22538d","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"startYear\": 2020,\n  \"endYear\": 2030\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hd/rave-new-years"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"5eb8b51f-f49a-4052-9c35-5246676b27fe"},{"name":"HD Design Date","id":"ccbf9a42-940c-4340-9063-38de7e4c51f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hd/design-date","description":"<p>Find the Design date (the moment 88° of solar arc before birth) for a given birth moment — the unconscious imprinting point.</p>\n","urlObject":{"path":["hd","design-date"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"81675c39-c1b3-450d-b47c-4085861519a3","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hd/design-date"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"birthJd\": 2447996.3,\n    \"designJd\": 2447876.1,\n    \"designDate\": {\n      \"year\": 1990,\n      \"month\": 1,\n      \"day\": 15,\n      \"hour\": 8.4\n    }\n  }\n}"},{"id":"616b64c0-57da-45df-abaa-2fdef86b5b4f","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hd/design-date"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"4aef3104-7db0-4823-9380-f5ca23e37fbb","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hd/design-date"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"ccbf9a42-940c-4340-9063-38de7e4c51f9"},{"name":"HD Circuitry Analysis","id":"ca77dd08-bcf8-4622-b9cd-b4df9ca3030a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hd/circuitry","description":"<p>Analyze which of the 3 Circuits (Tribal, Individual, Collective) and 6 Sub-circuits are activated in a Human Design chart based on defined channels.</p>\n","urlObject":{"path":["hd","circuitry"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"3811cd69-a25c-4950-8a21-b4fbd56d46fd","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hd/circuitry"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"totalActive\": 4879.9591731308765,\n    \"circuits\": [\n      {\n        \"type\": \"string\",\n        \"name\": \"string\",\n        \"color\": \"string\",\n        \"activeCount\": 9295.518025468125,\n        \"totalCount\": 8799.472633183323,\n        \"subCircuits\": [\n          {\n            \"type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"channels\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"activeCount\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"totalCount\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"channels\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"activeCount\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"totalCount\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      {\n        \"type\": \"string\",\n        \"name\": \"string\",\n        \"color\": \"string\",\n        \"activeCount\": 8395.434562869392,\n        \"totalCount\": 7985.061301971004,\n        \"subCircuits\": [\n          {\n            \"type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"channels\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"activeCount\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"totalCount\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"channels\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"activeCount\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"totalCount\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    ]\n  }\n}"},{"id":"fd2a02fd-26e8-4ce7-af64-a56fd06539c6","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hd/circuitry"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"10fedafb-314d-4f0c-909c-f941cd13fa04","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hd/circuitry"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"ca77dd08-bcf8-4622-b9cd-b4df9ca3030a"}],"id":"b81a8b64-219a-4820-a063-8b9327cdbedd","description":"<p>🧬 Human Design endpoints. ⚠️ AstroWay /api computes the BodyGraph mathematically and does not redistribute Jovian Archive's copyrighted interpretation content. End-user-facing readings should reference Jovian Archive trademarks where appropriate.</p>\n","_postman_id":"b81a8b64-219a-4820-a063-8b9327cdbedd","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Astro-Geography","item":[{"name":"Horizon Chart","id":"65e045ad-b8a2-4e93-b622-b6ca80f1ce77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horizon","description":"<p>Calculate the horizon chart showing each planet's altitude and azimuth relative to the observer's local horizon at birth.</p>\n","urlObject":{"path":["horizon"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"271845b0-55be-4d26-9d9d-c04a6cae79a1","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horizon"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"planets\": [\n      {\n        \"id\": 5900.908963073299,\n        \"name\": \"string\",\n        \"azimuth\": 9751.816623043202,\n        \"altitude\": 4207.65612026345,\n        \"aboveHorizon\": true,\n        \"riseAzimuth\": 8886.31691636208,\n        \"setAzimuth\": 7118.276070416916\n      },\n      {\n        \"id\": 7064.782286143758,\n        \"name\": \"string\",\n        \"azimuth\": 8504.571084096195,\n        \"altitude\": 5219.020912766077,\n        \"aboveHorizon\": false,\n        \"riseAzimuth\": 7686.063095037867,\n        \"setAzimuth\": 6300.157259153873\n      }\n    ]\n  }\n}"},{"id":"a1ff4ec8-b134-4d68-a06f-d5e0952cf0be","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horizon"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"5f77b7a5-ed62-4654-a9b1-474b111802b2","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horizon"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"65e045ad-b8a2-4e93-b622-b6ca80f1ce77"},{"name":"Astrocartography (A*C*G)","id":"4e12abe8-fcfe-4e19-a68f-59c5922e71fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/acg","description":"<p>Calculate A<em>C</em>G lines for all planets — the geodetic map lines where each planet was on an angle at birth.</p>\n","urlObject":{"path":["acg"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"029e37e2-7656-4bf4-97eb-04617ca1a3a4","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/acg"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"lines\": [\n      {\n        \"planet\": \"string\",\n        \"type\": \"string\",\n        \"coordinates\": [\n          [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        ]\n      },\n      {\n        \"planet\": \"string\",\n        \"type\": \"string\",\n        \"coordinates\": [\n          [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        ]\n      }\n    ]\n  }\n}"},{"id":"f7378010-8a79-4d0c-9102-8c21f877d843","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/acg"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"a6c55e57-4724-4663-9055-f043f426abf4","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/acg"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"4e12abe8-fcfe-4e19-a68f-59c5922e71fb"},{"name":"Parans","id":"d835afba-1757-4bb4-8f73-1665d755fcc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/parans","description":"<p>Calculate fixed star parans — latitude circles where a star and a planet rise, culminate, set, or anti-culminate simultaneously.</p>\n","urlObject":{"path":["parans"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"9f06b878-d4d7-493e-b4c9-308e640cbb97","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/parans"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"parans\": [\n      {\n        \"star\": \"string\",\n        \"planet\": \"string\",\n        \"type\": \"string\",\n        \"latitude\": 9421.117503967673,\n        \"orb\": 9867.711624994014\n      },\n      {\n        \"star\": \"string\",\n        \"planet\": \"string\",\n        \"type\": \"string\",\n        \"latitude\": 1618.9580408710547,\n        \"orb\": 6071.549784340722\n      }\n    ]\n  }\n}"},{"id":"47f93a8c-bc8e-4a94-8a1a-7dae653afe6d","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/parans"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"0820d0f2-3c41-4c29-b41c-96c25feb5c19","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/parans"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"d835afba-1757-4bb4-8f73-1665d755fcc5"},{"name":"Zenith","id":"7d57c70d-15f1-49c5-b49c-ed809eba4fd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"planetId\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/zenith","description":"<p>Find all geographic locations where a given planet is exactly at the zenith (MC) at the birth moment.</p>\n","urlObject":{"path":["zenith"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"9052055a-edf9-43c9-b86c-406eca10efdd","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"planetId\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/zenith"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"planet\": \"string\",\n    \"zenithLongitude\": 350.0865997210445,\n    \"locations\": [\n      {\n        \"latitude\": 8894.772209212306,\n        \"longitude\": 6275.275701307457,\n        \"country\": \"string\",\n        \"city\": \"string\"\n      },\n      {\n        \"latitude\": 687.9608186371877,\n        \"longitude\": 9891.373660675034,\n        \"country\": \"string\",\n        \"city\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"237d08e9-aed6-4abf-ae14-9ad3af7fd071","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"planetId\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/zenith"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"5e71e076-5b7d-4523-9ca8-eec62b1658ef","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"planetId\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/zenith"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"7d57c70d-15f1-49c5-b49c-ed809eba4fd5"},{"name":"Local Space Chart","id":"b3caecef-785d-430b-b8f0-7954334d4f2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/local-space","description":"<p>Calculate local space chart: azimuth and altitude of each planet from a given geographic location at the birth moment.</p>\n","urlObject":{"path":["local-space"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"1586d875-d176-4786-9543-e878b31cfe40","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/local-space"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"planets\": [\n      {\n        \"planet\": \"string\",\n        \"azimuth\": 1196.464467304934,\n        \"altitude\": 9341.103359538101,\n        \"direction\": \"string\",\n        \"compass\": \"string\"\n      },\n      {\n        \"planet\": \"string\",\n        \"azimuth\": 2290.606254167651,\n        \"altitude\": 884.7015348216569,\n        \"direction\": \"string\",\n        \"compass\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"6663f745-f575-4ad8-86e8-47fe9b03656c","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/local-space"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"520dd685-b2af-4b3b-b83f-22971b998d08","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/local-space"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"b3caecef-785d-430b-b8f0-7954334d4f2e"},{"name":"Local Space Influence Zone","id":"d058f20e-7b93-4dcc-965a-6f9ba7e941ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"targetLat\": 48.8566,\n  \"targetLng\": 2.3522\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/local-space/influence-zone","description":"<p>Calculate the local space influence zone lines for a chart relocated to a specific city — lines on the map showing planet directions from that location.</p>\n","urlObject":{"path":["local-space","influence-zone"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"cd91243e-47c2-409c-bd82-362613d42d22","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"targetLat\": 48.8566,\n  \"targetLng\": 2.3522\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/local-space/influence-zone"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"location\": {\n      \"latitude\": 9391.721040261007,\n      \"longitude\": 2695.863803191789\n    },\n    \"lines\": [\n      {\n        \"planet\": \"string\",\n        \"azimuth\": 8950.732389077097,\n        \"endPoint\": {\n          \"lat\": 5194.048378841802,\n          \"lng\": 917.8325944623512\n        }\n      },\n      {\n        \"planet\": \"string\",\n        \"azimuth\": 4322.113505752572,\n        \"endPoint\": {\n          \"lat\": 5686.05607556504,\n          \"lng\": 9336.703956799685\n        }\n      }\n    ]\n  }\n}"},{"id":"d1f60c4d-c13a-4e54-a48d-9f98986a7691","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"targetLat\": 48.8566,\n  \"targetLng\": 2.3522\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/local-space/influence-zone"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"3e34e008-868a-4185-807d-1a31cc5ca035","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"targetLat\": 48.8566,\n  \"targetLng\": 2.3522\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/local-space/influence-zone"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"d058f20e-7b93-4dcc-965a-6f9ba7e941ea"},{"name":"Relocation Chart","id":"9798a737-95fe-4341-a1e1-f8eecae7c908","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"target\": {\n    \"latitude\": 48.8566,\n    \"longitude\": 2.3522\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/relocation","description":"<p>Recalculate a natal chart for a new geographic location (same birth moment, different lat/lng). Returns new houses and planet house positions.</p>\n","urlObject":{"path":["relocation"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"90af8d9c-844b-47bc-b241-db05f4f788f8","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"target\": {\n    \"latitude\": 48.8566,\n    \"longitude\": 2.3522\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/relocation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"natalAscendant\": 2873.2029704783504,\n    \"relocatedAscendant\": 3860.7317535141838,\n    \"planets\": [\n      {\n        \"id\": 5549.031582558497,\n        \"longitude\": 9893.153314354291,\n        \"natalHouse\": 7964.431879837104,\n        \"relocatedHouse\": 2168.9082285219465\n      },\n      {\n        \"id\": 7371.26397400357,\n        \"longitude\": 4815.129640034723,\n        \"natalHouse\": 1869.4764551416588,\n        \"relocatedHouse\": 8151.2811958312595\n      }\n    ],\n    \"houses\": {\n      \"ascendant\": 9918.271623076687\n    }\n  }\n}"},{"id":"a3976e21-279f-4105-9352-abd95f8262c7","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"target\": {\n    \"latitude\": 48.8566,\n    \"longitude\": 2.3522\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/relocation"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"9b37f6f2-3f8c-43b6-aafc-957ed7ecac7e","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"target\": {\n    \"latitude\": 48.8566,\n    \"longitude\": 2.3522\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/relocation"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"9798a737-95fe-4341-a1e1-f8eecae7c908"},{"name":"CCG Analysis","id":"0e87b317-2f79-4de5-a9f8-a7dea7a123d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"targetDate\": \"2024-06-15\",\n  \"targetTime\": \"12:00:00\",\n  \"targetTzOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ccg-analysis","description":"<p>Analyse Cyclo-Carto-Graphy (CCG) lines: progressed A<em>C</em>G lines at a target date with mundane/local aspects and latitude crossings.</p>\n","urlObject":{"path":["ccg-analysis"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"4503f192-9726-4328-ba24-c11563c2485b","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"targetDate\": \"2024-06-15\",\n  \"targetTime\": \"12:00:00\",\n  \"targetTzOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ccg-analysis"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"lines\": [\n      {\n        \"planet\": \"string\",\n        \"type\": \"string\",\n        \"coordinates\": [\n          [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        ]\n      },\n      {\n        \"planet\": \"string\",\n        \"type\": \"string\",\n        \"coordinates\": [\n          [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        ]\n      }\n    ],\n    \"crossings\": [\n      {\n        \"planet1\": \"string\",\n        \"type1\": \"string\",\n        \"planet2\": \"string\",\n        \"type2\": \"string\",\n        \"latitude\": 9901.207246674088,\n        \"longitude\": 4370.9739298959075\n      },\n      {\n        \"planet1\": \"string\",\n        \"type1\": \"string\",\n        \"planet2\": \"string\",\n        \"type2\": \"string\",\n        \"latitude\": 5963.739192728032,\n        \"longitude\": 9385.69002073623\n      }\n    ]\n  }\n}"},{"id":"7fe0638e-6cd7-4f7d-84d8-bc61808a8349","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"targetDate\": \"2024-06-15\",\n  \"targetTime\": \"12:00:00\",\n  \"targetTzOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ccg-analysis"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"1e245f29-49a1-4921-b1a0-5c8eb8841644","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"targetDate\": \"2024-06-15\",\n  \"targetTime\": \"12:00:00\",\n  \"targetTzOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ccg-analysis"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"0e87b317-2f79-4de5-a9f8-a7dea7a123d3"},{"name":"Eclipse Analysis","id":"14c98c0b-6b6e-4c9d-9b75-616195d33356","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"year\": 2024,\n  \"point\": {\n    \"lat\": 50.45,\n    \"lng\": 30.52\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/eclipse-analysis","description":"<p>Analyse the impact of upcoming eclipses on a natal chart — aspects to natal planets, house activations, and Saros series context.</p>\n","urlObject":{"path":["eclipse-analysis"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"12a7892d-b0f5-4ee4-9907-c903ce86cabb","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"year\": 2024,\n  \"point\": {\n    \"lat\": 50.45,\n    \"lng\": 30.52\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/eclipse-analysis"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"eclipses\": [\n      {\n        \"type\": \"solar\",\n        \"date\": \"2024-04-08\",\n        \"longitude\": 19.1,\n        \"aspects\": [\n          {\n            \"natalPlanet\": \"Sun\",\n            \"type\": \"conjunction\",\n            \"orb\": 4.9\n          }\n        ],\n        \"activatedHouse\": 10\n      }\n    ]\n  }\n}"},{"id":"3108e01f-92e2-48eb-9eeb-0d6deb2ddcff","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"year\": 2024,\n  \"point\": {\n    \"lat\": 50.45,\n    \"lng\": 30.52\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/eclipse-analysis"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"e6104ac0-ccc4-4dd6-aaae-433a1d40b4d8","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"year\": 2024,\n  \"point\": {\n    \"lat\": 50.45,\n    \"lng\": 30.52\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/eclipse-analysis"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"14c98c0b-6b6e-4c9d-9b75-616195d33356"},{"name":"Geodetic Equivalents","id":"b2b4a5da-9518-4d7b-b7b1-1b5256c1e94e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geodetic","description":"<p>Convert geographic coordinates to geodetic chart degrees (Sepharial method): each longitude maps to a zodiac degree on the Earth's surface.</p>\n","urlObject":{"path":["geodetic"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"f8068e01-5269-415b-b58d-192f8057596a","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geodetic"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"geodeticAscendant\": 30.52,\n    \"geodeticMC\": 0.52,\n    \"zodiacalLongitude\": \"Taurus 0°31'\"\n  }\n}"},{"id":"7d447ea4-4220-43b2-85a2-f1ecf7ae7aab","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geodetic"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"503e7417-0deb-47d0-9151-5521f3f777a6","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geodetic"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"b2b4a5da-9518-4d7b-b7b1-1b5256c1e94e"},{"name":"Solar A*C*G","id":"159591eb-4d79-40a2-9d40-66cb4c8c999d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"year\": 2024\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/solar-acg","description":"<p>Calculate solar (heliocentric) astrocartography lines — geographic loci where each planet was on an angle relative to the Sun at birth.</p>\n","urlObject":{"path":["solar-acg"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"6ca879ce-cfd2-4895-96d3-3d989af65362","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"year\": 2024\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/solar-acg"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"lines\": [\n      {\n        \"planet\": \"string\",\n        \"type\": \"string\",\n        \"coordinates\": [\n          [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        ]\n      },\n      {\n        \"planet\": \"string\",\n        \"type\": \"string\",\n        \"coordinates\": [\n          [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        ]\n      }\n    ]\n  }\n}"},{"id":"dda88645-05fe-4db7-a975-762ffb4909c4","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"year\": 2024\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/solar-acg"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"c7e6b4ca-3565-4c2c-9465-619b65e42cff","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"year\": 2024\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/solar-acg"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"159591eb-4d79-40a2-9d40-66cb4c8c999d"},{"name":"A*C*G Influence Zones","id":"4b43e8ae-8432-45dc-80f6-9f6623be884b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"point\": {\n    \"lat\": 48.8566,\n    \"lng\": 2.3522\n  },\n  \"radiusDeg\": 4\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/acg-zones","description":"<p>Calculate radius zones around A<em>C</em>G lines (default 700-mile orb) where planetary influence is considered active.</p>\n","urlObject":{"path":["acg-zones"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"e77ec651-fc22-465f-8762-4925b226ae97","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"point\": {\n    \"lat\": 48.8566,\n    \"lng\": 2.3522\n  },\n  \"radiusDeg\": 4\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/acg-zones"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"zones\": [\n      {\n        \"planet\": \"string\",\n        \"type\": \"string\",\n        \"centerLng\": 2110.654082908563,\n        \"orbMiles\": 8069.282595923517\n      },\n      {\n        \"planet\": \"string\",\n        \"type\": \"string\",\n        \"centerLng\": 5950.265437022357,\n        \"orbMiles\": 2354.653917433187\n      }\n    ]\n  }\n}"},{"id":"d89db74a-499b-407c-90c8-c65486c4e4ad","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"point\": {\n    \"lat\": 48.8566,\n    \"lng\": 2.3522\n  },\n  \"radiusDeg\": 4\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/acg-zones"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"878c836c-e66f-405a-92b0-7b92619e1ec7","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"point\": {\n    \"lat\": 48.8566,\n    \"lng\": 2.3522\n  },\n  \"radiusDeg\": 4\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/acg-zones"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"4b43e8ae-8432-45dc-80f6-9f6623be884b"},{"name":"Phase Return","id":"07be27d9-f05c-4f32-a96e-189a609099bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"startYear\": 2024,\n  \"endYear\": 2030\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/phase-return","description":"<p>Find dates when a planet returns to its same synodic phase relative to the Sun (e.g. next Venus heliacal rising, next Mars retrograde station).</p>\n","urlObject":{"path":["phase-return"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"0e185a82-d2d7-4a94-a19a-0cd875cc9aba","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"startYear\": 2024,\n  \"endYear\": 2030\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/phase-return"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"planet\": \"Venus\",\n    \"phase\": \"heliacal-rising\",\n    \"returns\": [\n      {\n        \"date\": \"2024-09-12\",\n        \"longitude\": 154.2\n      },\n      {\n        \"date\": \"2026-04-25\",\n        \"longitude\": 36.8\n      }\n    ]\n  }\n}"},{"id":"58306779-7aca-4a90-a19d-3e38b6fbb6ec","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"startYear\": 2024,\n  \"endYear\": 2030\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/phase-return"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"b6bfecc2-a9f6-4e85-8621-1d3ad0b994cf","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"startYear\": 2024,\n  \"endYear\": 2030\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/phase-return"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"07be27d9-f05c-4f32-a96e-189a609099bd"}],"id":"43137bb3-0235-48ab-85e7-46318e16951e","description":"<p>🌍 Astro-Geography endpoints</p>\n","_postman_id":"43137bb3-0235-48ab-85e7-46318e16951e","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Vedic","item":[{"name":"Nakshatras","id":"4ae8ad01-d7c7-4da4-9ced-7d2a57ddb5ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/nakshatras","description":"<p>Calculate the Nakshatra (lunar mansion) for each planet using the sidereal zodiac. Returns nakshatra name, pada, deity, and quality.</p>\n","urlObject":{"path":["nakshatras"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"29bf1503-25a5-48b7-9f1f-5e30f7ec4f39","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/nakshatras"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"nakshatras\": [\n      {\n        \"planet\": \"string\",\n        \"longitude\": 8845.109413613765,\n        \"siderealLongitude\": 3229.1992646136537,\n        \"nakshatra\": \"string\",\n        \"pada\": 8537.44784657327,\n        \"deity\": \"string\",\n        \"quality\": \"string\",\n        \"ruler\": \"string\"\n      },\n      {\n        \"planet\": \"string\",\n        \"longitude\": 7329.759451744398,\n        \"siderealLongitude\": 2710.8050568469966,\n        \"nakshatra\": \"string\",\n        \"pada\": 5227.762034985611,\n        \"deity\": \"string\",\n        \"quality\": \"string\",\n        \"ruler\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"5b6ef026-6466-4f22-a69c-e37c1a068721","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/nakshatras"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"50560587-9a92-4a6f-86bc-bd01d5d50539","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/nakshatras"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"4ae8ad01-d7c7-4da4-9ced-7d2a57ddb5ab"},{"name":"Ashtakavarga","id":"90e33415-bf29-46d2-8a27-fe5262ef8bf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ashtakavarga","description":"<p>Calculate the Ashtakavarga benefic point table for a Vedic chart — individual bindus for each planet in each sign and the total Sarvashtakavarga.</p>\n","urlObject":{"path":["ashtakavarga"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"51d4aeae-e072-4c4d-979b-40c6814481b6","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ashtakavarga"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"individual\": {\n      \"Sun\": {\n        \"Aries\": 8233.904321372933,\n        \"Taurus\": 5804.447747016241\n      }\n    },\n    \"sarvashtakavarga\": {\n      \"Aries\": 1802.8555596250983,\n      \"Taurus\": 4388.772912873264\n    },\n    \"totals\": {\n      \"Sun\": 5478.280380245895,\n      \"Moon\": 7004.331752762519\n    }\n  }\n}"},{"id":"96f1b90c-c4b0-4784-ae88-b38fbf50604b","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ashtakavarga"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"cbbceb52-407c-49c9-8eee-c1c318e6dc90","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ashtakavarga"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"90e33415-bf29-46d2-8a27-fe5262ef8bf8"},{"name":"Varga D1 — Rashi","id":"117bbef9-2122-4f40-b34b-1423d6a5b7cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D1","description":"<p>Sidereal natal sign chart (Rashi). Foundation of Vedic analysis.</p>\n","urlObject":{"path":["vedic","varga","D1"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"41104bac-1b59-4843-a1c9-5bcb5a726f78","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"varga\": \"string\",\n    \"name\": {\n      \"en\": \"string\"\n    },\n    \"ayanamsa\": 2329.003796228948,\n    \"lagna\": {\n      \"longitude\": 2997.3973148887435,\n      \"sign\": 3534.117089633686,\n      \"degreeInSign\": 6184.895948420428\n    },\n    \"planets\": [\n      {\n        \"id\": 5107.498198484879,\n        \"name\": \"string\",\n        \"longitude\": 8916.896189017216,\n        \"sign\": 4569.782638953255,\n        \"degreeInSign\": 5876.2220264644775,\n        \"isRetrograde\": true\n      },\n      {\n        \"id\": 9621.056573054242,\n        \"name\": \"string\",\n        \"longitude\": 7450.850405086424,\n        \"sign\": 121.63037048095848,\n        \"degreeInSign\": 1453.975943718544,\n        \"isRetrograde\": false\n      }\n    ]\n  }\n}"},{"id":"13a0f51c-4374-4c4e-9413-52420a4da69d","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"d30aaac8-79bb-4273-aa6d-c7bcb69d6306","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"117bbef9-2122-4f40-b34b-1423d6a5b7cd"},{"name":"Varga D2 — Hora","id":"405384d0-ce9d-410f-93e0-411efe39299d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D2","description":"<p>Hora chart (wealth analysis, half-sign Sun/Moon division).</p>\n","urlObject":{"path":["vedic","varga","D2"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"69f384e0-b3ce-4c6d-9a3e-d150780aae89","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"varga\": \"string\",\n    \"ayanamsa\": 1326.9411197920888\n  }\n}"},{"id":"a5544d68-a62e-436f-95a2-7600bbfcbce2","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D2"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"9ce607e8-6b49-497a-9622-492d4452db8e","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D2"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"405384d0-ce9d-410f-93e0-411efe39299d"},{"name":"Varga D3 — Drekkana","id":"642d0cb9-bdd9-47b3-8118-9e6c864a3488","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D3","description":"<p>Drekkana chart (siblings, courage; trinal third-of-sign division).</p>\n","urlObject":{"path":["vedic","varga","D3"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"e5bc09d1-351a-4123-8525-d56dde145e0b","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"varga\": \"string\"\n  }\n}"},{"id":"b0ef6de5-b5bf-47e5-9fa4-4201a3537e73","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D3"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"ae768c9a-4ba9-4a85-80b4-03da16519697","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D3"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"642d0cb9-bdd9-47b3-8118-9e6c864a3488"},{"name":"Varga D4 — Chaturthamsa","id":"01e70e3d-c417-4182-94d5-7ca5648d154f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D4","description":"<p>Chaturthamsa chart (fortune, fixed assets, real estate).</p>\n","urlObject":{"path":["vedic","varga","D4"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"38a46ce5-d1d1-4a70-9bac-90ee897985db","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"varga\": \"string\"\n  }\n}"},{"id":"3ffe5f8b-51f3-482f-a603-4afd4a9dded7","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D4"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"2755a3b0-b981-4a9d-8acd-9a0dbfe7b742","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D4"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"01e70e3d-c417-4182-94d5-7ca5648d154f"},{"name":"Varga D7 — Saptamsa","id":"db667914-7bcc-41dc-8678-585c846345de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D7","description":"<p>Saptamsa chart (children, progeny).</p>\n","urlObject":{"path":["vedic","varga","D7"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"58b48c0a-1742-4958-8da7-ed2fa7bdaf19","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D7"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"varga\": \"string\"\n  }\n}"},{"id":"57d77ca3-3f62-466c-993c-794d640499c2","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D7"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"1777e859-5479-492c-b344-53eed4f8ff14","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D7"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"db667914-7bcc-41dc-8678-585c846345de"},{"name":"Varga D9 — Navamsa","id":"8ba4d3e6-a3e8-4acd-b325-e3962923b1c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D9","description":"<p>Navamsa chart (spouse, dharma; the most important divisional chart in BPHS Vedic analysis).</p>\n","urlObject":{"path":["vedic","varga","D9"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"cccf73f3-5c04-4803-acfb-dd2ca60bc42e","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D9"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"varga\": \"string\"\n  }\n}"},{"id":"f9277c5a-c692-4f00-99d4-df801806a440","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D9"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"bd2575fa-e3f7-49e7-8f8e-2f7345e08f54","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D9"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"8ba4d3e6-a3e8-4acd-b325-e3962923b1c9"},{"name":"Varga D10 — Dasamsa","id":"9a7fbf22-8a8a-49d1-ba18-27ef33fbf9a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D10","description":"<p>Dasamsa chart (career, profession, public reputation).</p>\n","urlObject":{"path":["vedic","varga","D10"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"6bf39e8d-099d-4b0a-9f12-7b3b4e7f080f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D10"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"varga\": \"string\"\n  }\n}"},{"id":"01d6f201-6de1-4211-ab08-1fac16498dd9","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D10"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"54a7f2ec-d8ea-439e-a071-112df861b78a","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D10"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"9a7fbf22-8a8a-49d1-ba18-27ef33fbf9a3"},{"name":"Varga D12 — Dwadasamsa","id":"da5bb3a8-943a-4857-8482-f03f4d95b695","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D12","description":"<p>Dwadasamsa chart (parents, ancestral karma).</p>\n","urlObject":{"path":["vedic","varga","D12"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"2cc31d3c-b385-4c65-a54c-2192aaeecb87","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D12"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"varga\": \"string\"\n  }\n}"},{"id":"971edfd7-846c-4c71-a94f-40111a182df5","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D12"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"569daaf7-e0b2-4ed1-8d6b-db99610a44da","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D12"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"da5bb3a8-943a-4857-8482-f03f4d95b695"},{"name":"Varga D16 — Shodasamsa","id":"0bf421d6-07a1-4528-864d-dc575ee632c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D16","description":"<p>Shodasamsa chart (vehicles, comforts, conveyances).</p>\n","urlObject":{"path":["vedic","varga","D16"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"cac50b38-b48d-41c4-ba7c-788eb787f6f7","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D16"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"varga\": \"string\"\n  }\n}"},{"id":"19f0aa41-40ff-4a73-b799-1987d96e2b6e","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D16"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"ae941a60-ab34-4c1c-b6e4-02fe91e6634e","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D16"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"0bf421d6-07a1-4528-864d-dc575ee632c8"},{"name":"Varga D20 — Vimsamsa","id":"49bf1f90-65ca-4b69-bdb6-ce1f9e04e9df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D20","description":"<p>Vimsamsa chart (spiritual progress, sadhana, religious inclination).</p>\n","urlObject":{"path":["vedic","varga","D20"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"a0f46a6b-3322-4785-a8c0-88ba9e938255","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D20"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"varga\": \"string\"\n  }\n}"},{"id":"a9705ae8-2c88-4b51-8f4b-7f5f2e3db30a","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D20"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"d36de1aa-d082-4b5b-a5fd-4fd89f65593f","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D20"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"49bf1f90-65ca-4b69-bdb6-ce1f9e04e9df"},{"name":"Varga D24 — Chaturvimsamsa","id":"9105284a-3b7f-4e75-83b6-a9cec041097d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D24","description":"<p>Chaturvimsamsa / Siddhamsa chart (education, learning, academic achievement).</p>\n","urlObject":{"path":["vedic","varga","D24"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"77858e05-c34d-4bd3-8bfe-4943f67b16ec","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D24"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"varga\": \"string\"\n  }\n}"},{"id":"83ed8f58-5210-4503-8580-c356abbecbdb","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D24"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"39729cc4-534c-4360-8e33-b1c9a26c437c","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D24"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"9105284a-3b7f-4e75-83b6-a9cec041097d"},{"name":"Varga D27 — Saptavimsamsa","id":"3fdbdb35-15b2-4c48-9fd1-98b15e9e9f47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D27","description":"<p>Saptavimsamsa / Bhamsa chart (strengths, weaknesses, stamina).</p>\n","urlObject":{"path":["vedic","varga","D27"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"e8931775-9e48-4b5a-bef0-74b34daf750b","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D27"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"varga\": \"string\"\n  }\n}"},{"id":"aeae83c4-3c06-4147-b6ce-e8c3194e0f82","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D27"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"5acfcad5-10ee-4475-a2ce-461c26ba9c34","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D27"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"3fdbdb35-15b2-4c48-9fd1-98b15e9e9f47"},{"name":"Varga D30 — Trimsamsa","id":"11ba65f4-253e-48dc-a28e-b9dec56abeda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D30","description":"<p>Trimsamsa chart (misfortunes, evils; uses Parashara unequal-segments formula).</p>\n","urlObject":{"path":["vedic","varga","D30"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"d48481b5-42f9-470a-aa0b-7b76d397172a","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D30"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"varga\": \"string\"\n  }\n}"},{"id":"78e6c011-2af7-4038-af18-c243c38e300e","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D30"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"814dda61-0bed-4f76-b8e4-d03087865f81","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D30"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"11ba65f4-253e-48dc-a28e-b9dec56abeda"},{"name":"Varga D40 — Khavedamsa","id":"86595e9b-8537-4d0e-ab8f-66c76f75e96a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D40","description":"<p>Khavedamsa chart (auspicious &amp; inauspicious effects, maternal lineage).</p>\n","urlObject":{"path":["vedic","varga","D40"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"284adb85-a21e-48e5-b2f0-9f9a60975eb6","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D40"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"varga\": \"string\"\n  }\n}"},{"id":"f6ae727b-a3ed-42d7-9085-997bbdfa2ec0","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D40"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"da462920-8723-4fbf-859b-0e02031007bd","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D40"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"86595e9b-8537-4d0e-ab8f-66c76f75e96a"},{"name":"Varga D45 — Akshavedamsa","id":"b2625183-e264-4b94-8969-9d1c8efcd649","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D45","description":"<p>Akshavedamsa chart (general life patterns, paternal lineage).</p>\n","urlObject":{"path":["vedic","varga","D45"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"579f7f45-f779-4a6e-a424-ce5327c74241","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D45"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"varga\": \"string\"\n  }\n}"},{"id":"3e4dd972-837d-4d89-98e8-35666801ba3e","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D45"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"05b7d9a0-2ef0-45bf-bbce-80ae3a1d21d1","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D45"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"b2625183-e264-4b94-8969-9d1c8efcd649"},{"name":"Varga D60 — Shashtiamsa","id":"7765e512-9bcd-42d4-b5d4-07521a5e2ed5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D60","description":"<p>Shashtiamsa chart (past karma, the most subtle divisional; high precision needed in birth time).</p>\n","urlObject":{"path":["vedic","varga","D60"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"e0823105-04d7-47ef-b21e-e02a321dea90","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D60"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"varga\": \"string\"\n  }\n}"},{"id":"50516950-08c2-4712-a922-ca5151c429d9","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D60"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"47270187-084c-4fb9-83e3-440bb3762093","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/varga/D60"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"7765e512-9bcd-42d4-b5d4-07521a5e2ed5"},{"name":"Panchang — full","id":"a706373a-2ae4-4d95-981b-becd1978698b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/panchang/full","description":"<p>Complete daily Panchang: Tithi, Vara, Karana, Yoga, Nakshatra + Choghadia + Rahu Kaal + Yamaganda + Gulika + Abhijit Muhurat. Single call.</p>\n","urlObject":{"path":["vedic","panchang","full"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"86b31c37-12cb-4a68-9949-95cdbea0b83b","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/panchang/full"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"tithi\": {\n      \"number\": 3392.0065801758237,\n      \"name\": \"string\",\n      \"paksha\": \"string\"\n    },\n    \"vara\": {\n      \"name\": \"string\",\n      \"ruler\": \"string\"\n    },\n    \"karana\": {\n      \"name\": \"string\"\n    },\n    \"yoga\": {\n      \"name\": \"string\"\n    },\n    \"nakshatra\": {\n      \"name\": \"string\",\n      \"pada\": 9497.34302355853\n    },\n    \"choghadia\": {},\n    \"rahuKaal\": {\n      \"startTime\": \"string\",\n      \"endTime\": \"string\"\n    },\n    \"abhijitMuhurat\": {\n      \"startTime\": \"string\",\n      \"endTime\": \"string\"\n    }\n  }\n}"},{"id":"d84d65d9-259e-4a4e-bb10-30a6f45bf0ae","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/panchang/full"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"ad875b8f-ace6-4f77-b84c-e75908c7b108","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/panchang/full"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"a706373a-2ae4-4d95-981b-becd1978698b"},{"name":"Panchang — Tithi","id":"98baa436-a631-41be-80e8-e3eb97314f58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/panchang/tithi","description":"<p>Lunar day (1-30) — Moon-Sun elongation / 12°. Returns paksha (shukla/krishna), tithi name, % complete.</p>\n","urlObject":{"path":["vedic","panchang","tithi"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"52227cbd-afa1-44aa-b93b-e74c69bc5251","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/panchang/tithi"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"number\": 18,\n    \"name\": \"Tritiya\",\n    \"paksha\": \"krishna\",\n    \"indexInPaksha\": 3,\n    \"elongation\": 207.4,\n    \"percentComplete\": 0.28\n  }\n}"},{"id":"10ca6fb8-dad5-4ff5-92c0-ba2dfeed2828","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/panchang/tithi"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"a48ff36d-2d5f-4e2e-9717-a3bcf82feb39","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/panchang/tithi"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"98baa436-a631-41be-80e8-e3eb97314f58"},{"name":"Panchang — Karana","id":"8746d5c8-7995-4a79-a3fa-0b340f1b7851","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/panchang/karana","description":"<p>Half-tithi (1-60). 7 movable (Bava-Vishti) + 4 fixed (Kimstughna, Shakuni, Naga, Chatushpada).</p>\n","urlObject":{"path":["vedic","panchang","karana"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"efc205c6-591c-42de-82a7-c306aeb21fe1","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/panchang/karana"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"index\": 35,\n    \"name\": \"Vanija\",\n    \"isFixed\": false\n  }\n}"},{"id":"d562ccc3-ebe0-4176-b206-44f78b3befdf","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/panchang/karana"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"45ec1133-2c10-4030-8fc2-c246cbd77997","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/panchang/karana"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"8746d5c8-7995-4a79-a3fa-0b340f1b7851"},{"name":"Panchang — Yoga","id":"efb76012-a519-45b8-abc5-1a3a48f9b1ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/panchang/yoga","description":"<p>Surya-Chandra Yoga (1-27). Sum of Sun + Moon longitudes / (360/27).</p>\n","urlObject":{"path":["vedic","panchang","yoga"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"6c64184a-8b2d-4bf7-968f-ec041ac7021d","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/panchang/yoga"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"number\": 23,\n    \"name\": \"Shubha\",\n    \"sumLongitude\": 294.91\n  }\n}"},{"id":"bcd0125b-bb6c-4a0f-8724-582a3e136060","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/panchang/yoga"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"06e58f07-782c-43b5-8f01-eedd8a3bcc96","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/panchang/yoga"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"efb76012-a519-45b8-abc5-1a3a48f9b1ce"},{"name":"Panchang — Nakshatra of Day","id":"9c6497b6-1dcc-4889-a4eb-a9b3396fd044","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/panchang/nakshatra-of-day","description":"<p>Moon's sidereal Nakshatra (lunar mansion) at the given moment, with Pada (1-4) and percent-complete.</p>\n","urlObject":{"path":["vedic","panchang","nakshatra-of-day"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"9be46cd0-81e3-4d56-b520-308fafd76eda","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/panchang/nakshatra-of-day"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"moonSiderealLongitude\": 226.93,\n    \"nakshatra\": {\n      \"number\": 18,\n      \"name\": \"Jyeshtha\",\n      \"ruler\": \"Mercury\"\n    },\n    \"pada\": 1,\n    \"percentComplete\": 0.02\n  }\n}"},{"id":"4428267f-28d4-4e57-a5e4-cf55f28201ab","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/panchang/nakshatra-of-day"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"d90a3a14-c702-4830-a4da-878859f61a8a","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/panchang/nakshatra-of-day"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"9c6497b6-1dcc-4889-a4eb-a9b3396fd044"},{"name":"Panchang — Choghadia","id":"87a4a490-72fa-4f80-8741-4569098d693a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/panchang/choghadia","description":"<p>8 day + 8 night Choghadia divisions. Each ~1.5h, marked good/bad/neutral. Cycle: Udveg, Char, Labh, Amrit, Kaal, Shubh, Rog. Day-start by weekday.</p>\n","urlObject":{"path":["vedic","panchang","choghadia"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"516a5cec-175f-4c91-abe0-d9fdb2ac56ea","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/panchang/choghadia"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"sunrise\": \"string\",\n    \"sunset\": \"string\",\n    \"daytime\": [\n      {\n        \"index\": 5808.253974993676,\n        \"name\": \"string\",\n        \"quality\": \"string\",\n        \"startTime\": \"string\",\n        \"endTime\": \"string\",\n        \"isDaytime\": true\n      },\n      {\n        \"index\": 6295.388413112155,\n        \"name\": \"string\",\n        \"quality\": \"string\",\n        \"startTime\": \"string\",\n        \"endTime\": \"string\",\n        \"isDaytime\": true\n      }\n    ]\n  }\n}"},{"id":"7109975e-d5bf-47b4-8ece-803e2bd1f5d1","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/panchang/choghadia"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"359dbbb4-723b-45a4-ac1c-43692df0f975","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/panchang/choghadia"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"87a4a490-72fa-4f80-8741-4569098d693a"},{"name":"Panchang — Hora","id":"7b06baa4-4f86-46ba-ba59-5a3380bb1c59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/panchang/hora","description":"<p>24 planetary hours per Chaldean order, with sunrise/sunset and day ruler.</p>\n","urlObject":{"path":["vedic","panchang","hora"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"31783871-339b-4c9e-846b-55187312ae40","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/panchang/hora"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"sunTimes\": {\n      \"riseHour\": 7694.545746345267,\n      \"setHour\": 253.01315897937383\n    },\n    \"dayOfWeek\": 9128.895205332572,\n    \"dayRulerPlanetName\": \"string\",\n    \"hours\": [\n      {\n        \"number\": 2793.7847606676523,\n        \"planetName\": \"string\",\n        \"startHour\": 1230.158776080028,\n        \"endHour\": 6632.856551282626,\n        \"isDaytime\": true\n      },\n      {\n        \"number\": 1800.4992985705992,\n        \"planetName\": \"string\",\n        \"startHour\": 1762.2553699523723,\n        \"endHour\": 6370.361282238117,\n        \"isDaytime\": true\n      }\n    ]\n  }\n}"},{"id":"c2bd768a-2233-43ac-9211-42a314634527","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/panchang/hora"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"464a8e25-128b-43b5-b313-997cf0f14f7b","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/panchang/hora"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"7b06baa4-4f86-46ba-ba59-5a3380bb1c59"},{"name":"Panchang — Rahu Kaal block","id":"9e3a08ec-f30e-40d2-a71a-d3ba4539bcb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/panchang/rahu-kaal","description":"<p>Three inauspicious 1.5h-windows (Rahu Kaal + Yamaganda + Gulika) + Abhijit Muhurat. Position depends on weekday and sunrise/sunset.</p>\n","urlObject":{"path":["vedic","panchang","rahu-kaal"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"088fa6ed-775e-459f-a3cd-db956b842802","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/panchang/rahu-kaal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"rahuKaal\": {\n      \"weekdaySlot\": 8190.40673744754,\n      \"startTime\": \"string\",\n      \"endTime\": \"string\"\n    },\n    \"yamaganda\": {},\n    \"gulika\": {},\n    \"abhijitMuhurat\": {\n      \"startTime\": \"string\",\n      \"endTime\": \"string\"\n    }\n  }\n}"},{"id":"c62ee453-c264-4dbe-a267-4404539f3f16","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/panchang/rahu-kaal"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"956686e7-add2-4bc9-8a42-421c0533f7e0","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/panchang/rahu-kaal"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"9e3a08ec-f30e-40d2-a71a-d3ba4539bcb8"},{"name":"Shadbala — Sthana (positional)","id":"01107c32-aead-4d63-8132-eddbaba40065","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/shadbala/sthana","description":"<p>Sthana Bala — sum of 5 sub-strengths: Ucchabala (exaltation), Saptavargaja (sum across 7 vargas D1/D2/D3/D7/D9/D12/D30 with Mulatrikona+Own/Friend/Neutral/Enemy weights per BPHS A.27.10-19), Ojhayugmarasyamsa (odd/even sign suitability D1+D9), Kendradi (60/30/15 angular/succedent/cadent), Drekkana (1st/2nd/3rd third gender match).</p>\n","urlObject":{"path":["vedic","shadbala","sthana"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"d82cc367-17c5-43fe-a1ef-e360f277747d","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/shadbala/sthana"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"type\": \"string\",\n    \"unit\": \"string\",\n    \"items\": [\n      {\n        \"planet\": 9988.092941916811,\n        \"planetName\": \"string\",\n        \"ucchabala\": 4483.226024821849,\n        \"saptavargaja\": 1011.2168730479443,\n        \"ojhayugmarasyamsa\": 7496.178106191353,\n        \"kendradi\": 7510.884739867321,\n        \"drekkana\": 9293.960743898275,\n        \"total\": 8986.889075695959\n      },\n      {\n        \"planet\": 5070.824459431904,\n        \"planetName\": \"string\",\n        \"ucchabala\": 3550.3690995074553,\n        \"saptavargaja\": 3036.9985656149856,\n        \"ojhayugmarasyamsa\": 4696.650408476821,\n        \"kendradi\": 5063.299120286959,\n        \"drekkana\": 4404.339488908331,\n        \"total\": 5380.17736800442\n      }\n    ]\n  }\n}"},{"id":"c106cfc6-e438-472c-8bfa-99bed234ad44","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/shadbala/sthana"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"09aedfb3-febf-402f-900e-518340112053","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/shadbala/sthana"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"01107c32-aead-4d63-8132-eddbaba40065"},{"name":"Shadbala — Dig (directional)","id":"67afea26-57d3-48f3-95da-b96904b19f30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/shadbala/dig","description":"<p>Dig Bala — directional strength. 60v at preferred kendra cusp, 0v at opposite point, linear gradient. Sun/Mars→10th, Moon/Venus→4th, Jupiter/Mercury→1st, Saturn→7th.</p>\n","urlObject":{"path":["vedic","shadbala","dig"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"b7eee27f-7863-4535-ace8-018ace0ce528","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/shadbala/dig"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"type\": \"string\",\n    \"unit\": \"string\",\n    \"items\": [\n      {\n        \"planet\": 8752.651650209877,\n        \"planetName\": \"string\",\n        \"value\": 3352.753376416686\n      },\n      {\n        \"planet\": 962.110827372844,\n        \"planetName\": \"string\",\n        \"value\": 2078.640572608459\n      }\n    ]\n  }\n}"},{"id":"376b04cb-29d1-435e-a653-e279541550ac","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/shadbala/dig"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"e0e8cd7e-3e1b-4496-a856-508c36462161","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/shadbala/dig"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"67afea26-57d3-48f3-95da-b96904b19f30"},{"name":"Shadbala — Kala (temporal)","id":"5d771e90-c1a9-406b-a6ce-810e0ff59884","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/shadbala/kala","description":"<p>Kala Bala — sum of Nathonnatha (continuous time-from-midnight/noon), Paksha (continuous Moon-Sun elongation, Moon-doubled per BPHS), Tribhaga (3-fold split of day/night), Abda+Masa+Vara+Hora rulers, Ayana (declination-based, Sun-doubled, Mercury bidirectional). Yuddha (planetary war) deferred. Abda/Masa rulers require Vedic calendar lookup — currently zeroed (no contribution) to avoid double-counting Vara.</p>\n","urlObject":{"path":["vedic","shadbala","kala"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"91f3a442-c930-409c-93e7-a9bb4cf08935","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/shadbala/kala"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"type\": \"string\",\n    \"unit\": \"string\",\n    \"items\": [\n      {\n        \"planet\": 6433.032641787268,\n        \"planetName\": \"string\",\n        \"nathonnatha\": 1904.0104828715941,\n        \"paksha\": 7682.089173291855,\n        \"tribhaga\": 4613.175148869995,\n        \"abdaMasaVaraHora\": 7455.7311650545025,\n        \"ayana\": 7722.81744802851,\n        \"total\": 5302.565137822801\n      },\n      {\n        \"planet\": 8763.317733312359,\n        \"planetName\": \"string\",\n        \"nathonnatha\": 7445.502420317523,\n        \"paksha\": 5361.8192676680155,\n        \"tribhaga\": 2517.8896461988365,\n        \"abdaMasaVaraHora\": 2807.372823898173,\n        \"ayana\": 7058.160649129936,\n        \"total\": 474.39216627445546\n      }\n    ]\n  }\n}"},{"id":"47645dde-fea9-470d-b739-2c2dd66210cf","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/shadbala/kala"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"5ba2abc0-43a5-473b-b8de-82711cda471f","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/shadbala/kala"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"5d771e90-c1a9-406b-a6ce-810e0ff59884"},{"name":"Shadbala — Cheshta (motional)","id":"af3213c0-e73b-43f6-8a29-9127c8a25d03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/shadbala/cheshta","description":"<p>Cheshta Bala — motional strength via simplified retrograde+speed model: retrograde=60v, direct slow=ratio*60, direct fast=(2-ratio)*60. Sun=0 (handled via Ayana with ×2), Moon=0 (handled via Paksha with ×2). Full BPHS Cheshta-Kendra method (mean-longitude based) queued for Phase Q — current divergence vs jhora ≤30v on non-stationary dates.</p>\n","urlObject":{"path":["vedic","shadbala","cheshta"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"5be790e5-3b1d-4835-b17a-fc31252aea53","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/shadbala/cheshta"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"type\": \"string\",\n    \"unit\": \"string\",\n    \"items\": [\n      {\n        \"planet\": 8752.651650209877,\n        \"planetName\": \"string\",\n        \"value\": 3352.753376416686\n      },\n      {\n        \"planet\": 962.110827372844,\n        \"planetName\": \"string\",\n        \"value\": 2078.640572608459\n      }\n    ]\n  }\n}"},{"id":"409fd263-e8ae-4b4f-8d30-4b3d86c5402b","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/shadbala/cheshta"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"254fdfb1-41e5-4a52-9100-7cf386f0ae9e","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/shadbala/cheshta"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"af3213c0-e73b-43f6-8a29-9127c8a25d03"},{"name":"Shadbala — Naisargika (natural)","id":"e3127a9b-2716-47c5-9775-082fbe9e3c1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/shadbala/naisargika","description":"<p>Naisargika Bala — fixed natural strength per planet. Sun=60v, Moon=51.43, Venus=42.85, Jupiter=34.28, Mercury=25.71, Mars=17.14, Saturn=8.57.</p>\n","urlObject":{"path":["vedic","shadbala","naisargika"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"bdffb039-3fbc-4716-aa25-abb96470124c","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/shadbala/naisargika"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"type\": \"string\",\n    \"unit\": \"string\",\n    \"items\": [\n      {\n        \"planet\": 8752.651650209877,\n        \"planetName\": \"string\",\n        \"value\": 3352.753376416686\n      },\n      {\n        \"planet\": 962.110827372844,\n        \"planetName\": \"string\",\n        \"value\": 2078.640572608459\n      }\n    ]\n  }\n}"},{"id":"ca830981-f2c8-4e65-a7b8-710484ba3adf","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/shadbala/naisargika"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"57955d55-20e3-4cc0-b54b-8de8db710da8","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/shadbala/naisargika"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"e3127a9b-2716-47c5-9775-082fbe9e3c1e"},{"name":"Shadbala — Drik (aspectual)","id":"a8496473-4804-402d-8635-3e5aa55265be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/shadbala/drik","description":"<p>Drik Bala — net aspectual strength per BPHS A.27.49: (benefic_drishti − malefic_drishti) / 4 + full Mercury_drishti + full Jupiter_drishti. Mercury and Jupiter aspects super-add (full weight). Vedic full drishti: 7th for all + Mars 4/8, Jupiter 5/9, Saturn 3/10.</p>\n","urlObject":{"path":["vedic","shadbala","drik"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"a6d08476-3958-4474-bd76-6e3181d05b15","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/shadbala/drik"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"type\": \"string\",\n    \"unit\": \"string\",\n    \"items\": [\n      {\n        \"planet\": 8752.651650209877,\n        \"planetName\": \"string\",\n        \"value\": 3352.753376416686\n      },\n      {\n        \"planet\": 962.110827372844,\n        \"planetName\": \"string\",\n        \"value\": 2078.640572608459\n      }\n    ]\n  }\n}"},{"id":"ef8fdd68-1139-4751-a67b-0a0abd451535","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/shadbala/drik"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"4b806e6c-3e21-4fac-b89c-327f6b0d99ab","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/shadbala/drik"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"a8496473-4804-402d-8635-3e5aa55265be"},{"name":"Shadbala — full summary","id":"812df280-556e-40df-a77f-cc770fd7b421","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/shadbala/full","description":"<p>Combined Shadbala: всі 6 типів strength + total Virupa + total Rupa per planet. Single call. Useful for Vedic chart strength dashboards.</p>\n","urlObject":{"path":["vedic","shadbala","full"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"ba52ae55-e2b1-4ce3-845e-7dd939e52c29","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/shadbala/full"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"type\": \"string\",\n    \"unit\": \"string\",\n    \"items\": [\n      {\n        \"planet\": 2101.658026545883,\n        \"planetName\": \"string\",\n        \"sthana\": 3187.894053495004,\n        \"dig\": 2818.7576449812514,\n        \"kala\": 3731.540950751364,\n        \"cheshta\": 4535.394913186678,\n        \"naisargika\": 9862.796717300464,\n        \"drik\": 7957.211423313149,\n        \"totalVirupa\": 4369.671640678285,\n        \"totalRupa\": 6733.443897112832\n      },\n      {\n        \"planet\": 4418.751400104144,\n        \"planetName\": \"string\",\n        \"sthana\": 9028.296271881349,\n        \"dig\": 9945.33860899791,\n        \"kala\": 2870.2071835996558,\n        \"cheshta\": 7302.901645379634,\n        \"naisargika\": 6020.617984720391,\n        \"drik\": 846.4072078288076,\n        \"totalVirupa\": 630.2890719708531,\n        \"totalRupa\": 587.6476489317195\n      }\n    ]\n  }\n}"},{"id":"42be5fa6-638b-4bd5-9358-0964f83a446c","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/shadbala/full"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"47bd257d-2936-4545-ae16-d490bf5e2d96","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/shadbala/full"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"812df280-556e-40df-a77f-cc770fd7b421"},{"name":"Yogas — Raja (royal)","id":"a7f4a9d5-edc3-4526-8b79-d3baa8ceabef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/parashara/raja","description":"<p>Raja Yoga detection per BPHS A.36-37: sambandha between kendra-lord (1/4/7/10) and trikona-lord (1/5/9) via 1) conjunction, 2) mutual graha drishti (full Vedic aspects: 7th universal + Mars 4/8, Jupiter 5/9, Saturn 3/10), or 3) strict parivartana (specific pair-swap of houses).</p>\n","urlObject":{"path":["vedic","yogas","parashara","raja"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"dfa67549-99a0-4044-b506-3761aa17f9e8","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/parashara/raja"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"yoga\": \"string\",\n    \"school\": \"string\",\n    \"present\": false,\n    \"contributingPlanets\": [\n      {\n        \"graha\": 9174.933875433193,\n        \"planetName\": \"string\",\n        \"sign\": 4891.842232927855,\n        \"house\": 9022.579850721988\n      },\n      {\n        \"graha\": 2765.9768064843092,\n        \"planetName\": \"string\",\n        \"sign\": 1105.5476916566809,\n        \"house\": 2624.6369885140775\n      }\n    ],\n    \"details\": [\n      \"string\",\n      \"string\"\n    ]\n  }\n}"},{"id":"d3a79307-55e9-4a06-9416-2d6d1e6b8918","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/parashara/raja"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"07d7e354-3193-4c55-999a-f30797b9d30a","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/parashara/raja"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"a7f4a9d5-edc3-4526-8b79-d3baa8ceabef"},{"name":"Yogas — Dhana (wealth)","id":"a8c925e3-5d93-453e-8e76-2690300a573e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/parashara/dhana","description":"<p>Dhana Yoga: lords of wealth houses (1, 2, 5, 9, 11) connected via conjunction, mutual graha drishti, or strict parivartana.</p>\n","urlObject":{"path":["vedic","yogas","parashara","dhana"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"7bc6d062-6b41-4faa-901c-644c38217401","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/parashara/dhana"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"yoga\": \"string\",\n    \"school\": \"string\",\n    \"present\": false,\n    \"details\": [\n      \"string\",\n      \"string\"\n    ]\n  }\n}"},{"id":"f5a6eb31-974b-488a-b92e-ff9a5f6cef4e","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/parashara/dhana"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"fa624826-f6b6-47a3-8e40-271aff3aaf3d","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/parashara/dhana"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"a8c925e3-5d93-453e-8e76-2690300a573e"},{"name":"Yogas — Dharma-Karmadhipati","id":"cb43341a-735b-4dbc-899f-f5a6cec39a16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/parashara/dharma-karmadhipati","description":"<p>Dharma-Karmadhipati Yoga: lord of 9th (Dharma) and lord of 10th (Karma) conjunct, in mutual graha drishti (full Vedic aspects), or single planet rules both. Exceptionally fortunate combination.</p>\n","urlObject":{"path":["vedic","yogas","parashara","dharma-karmadhipati"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"4435b31d-a365-4f4d-b08b-066f52f8203f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/parashara/dharma-karmadhipati"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"yoga\": \"Dharma-Karmadhipati\",\n    \"school\": \"parashara\",\n    \"present\": false,\n    \"contributingPlanets\": [],\n    \"details\": []\n  }\n}"},{"id":"eb1bbb92-95c9-4967-a302-7dc5e7ebd7d0","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/parashara/dharma-karmadhipati"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"e9feaab8-074c-4ef0-a222-881cf197cb3e","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/parashara/dharma-karmadhipati"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"cb43341a-735b-4dbc-899f-f5a6cec39a16"},{"name":"Yogas — Pancha Mahapurusha (5 great)","id":"0279667f-70d9-427f-a3a0-eb2ad8b8cda0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/parashara/pancha-mahapurusha","description":"<p>5 Mahapurusha yogas: Ruchaka (Mars), Bhadra (Mercury), Hamsa (Jupiter), Malavya (Venus), Sasha (Saturn). Each formed when respective planet is in its own/exalted sign AND in a kendra (1/4/7/10).</p>\n","urlObject":{"path":["vedic","yogas","parashara","pancha-mahapurusha"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"5f93fbaa-3db5-4ab1-a9b3-c6ed1120c38a","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/parashara/pancha-mahapurusha"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"school\": \"string\",\n    \"presentCount\": 3856.9815683422303,\n    \"yogas\": [\n      {\n        \"yogaName\": \"string\",\n        \"graha\": 4654.5828136436285,\n        \"planetName\": \"string\",\n        \"present\": false,\n        \"reason\": \"string\"\n      },\n      {\n        \"yogaName\": \"string\",\n        \"graha\": 3915.7608711215144,\n        \"planetName\": \"string\",\n        \"present\": true,\n        \"reason\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"14c0712e-1c63-4693-8f72-bb2bf8154a30","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/parashara/pancha-mahapurusha"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"443e5208-4cad-40fc-9265-03d8bfe15a27","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/parashara/pancha-mahapurusha"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"0279667f-70d9-427f-a3a0-eb2ad8b8cda0"},{"name":"Yogas — Gajakesari","id":"d83e13de-af74-4ca5-b67b-81366dc08c2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/parashara/gajakesari","description":"<p>Gajakesari Yoga: Jupiter in a kendra (1, 4, 7, 10) from Moon. One of the most-cited classical combinations.</p>\n","urlObject":{"path":["vedic","yogas","parashara","gajakesari"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"437df905-ec3c-4298-8737-1b69354c8a1d","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/parashara/gajakesari"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"yoga\": \"Gajakesari\",\n    \"school\": \"parashara\",\n    \"present\": true,\n    \"contributingPlanets\": [\n      {\n        \"graha\": 1,\n        \"planetName\": \"Moon\"\n      },\n      {\n        \"graha\": 5,\n        \"planetName\": \"Jupiter\"\n      }\n    ],\n    \"details\": [\n      \"Jupiter in house 4 from Moon (kendra) — Gajakesari Yoga formed\"\n    ]\n  }\n}"},{"id":"f7c2ab8b-e4a1-428f-b7a4-260fe5ef0b39","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/parashara/gajakesari"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"c01b9329-a124-468c-ae68-9f5832998c30","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/parashara/gajakesari"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"d83e13de-af74-4ca5-b67b-81366dc08c2e"},{"name":"Yogas — Adhi","id":"b3fbc4c4-8b02-4eea-8dd7-79d9bf79aa35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/parashara/adhi","description":"<p>Adhi Yoga: benefics (Mercury, Venus, Jupiter) in 6th, 7th, 8th houses from Moon. Maha Adhi Yoga when all three benefics are positioned там. Powerful for status and prosperity.</p>\n","urlObject":{"path":["vedic","yogas","parashara","adhi"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"6009668f-df82-46ee-9e26-6cdf2fb0c0e8","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/parashara/adhi"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"yoga\": \"Adhi\",\n    \"school\": \"parashara\",\n    \"present\": false,\n    \"contributingPlanets\": [],\n    \"details\": [\n      \"No benefics in 6/7/8 from Moon — Adhi Yoga not formed\"\n    ]\n  }\n}"},{"id":"a9229c28-e7fe-4a3a-b958-2892dc3f51cc","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/parashara/adhi"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"86ddb90d-228c-4495-ad0a-dfba00674d3e","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/parashara/adhi"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"b3fbc4c4-8b02-4eea-8dd7-79d9bf79aa35"},{"name":"Yogas — Parashara full report","id":"a246423a-b3c3-40fe-8258-9bbd9a6a4bc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/parashara/full","description":"<p>Combined Parashara yoga report — runs all 6 detectors (Raja/Dhana/Dharma-Karmadhipati/Pancha-Mahapurusha/Gajakesari/Adhi) and returns one structured response.</p>\n","urlObject":{"path":["vedic","yogas","parashara","full"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"376c513b-f134-481f-a371-2a311fedd096","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/parashara/full"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"school\": \"string\",\n    \"raja\": {},\n    \"dhana\": {},\n    \"dharmaKarmadhipati\": {},\n    \"panchaMahapurusha\": {},\n    \"gajakesari\": {},\n    \"adhi\": {}\n  }\n}"},{"id":"759e0230-a866-4ca5-a51d-0337c756c8af","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/parashara/full"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"cd392241-2bc8-4537-a123-0ddaedd8242b","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/parashara/full"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"a246423a-b3c3-40fe-8258-9bbd9a6a4bc9"},{"name":"Doshas — Mangal (Mars affliction)","id":"d46c1c71-c3fe-4ea4-9376-ba6edf09c003","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"school\": \"south\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/parashara/mangal","description":"<p>Mangal Dosha detection with school selection (<code>school</code> body param: <code>strict</code> BPHS verse 1/4/7/8/12 from Lagna only; <code>north</code> 1/2/4/7/8/12 from Lagna+Moon; <code>south</code> 1/2/4/7/8/12 from Lagna+Moon+Venus, default). Canonical sign-based cancellations applied: Mars in own (Aries/Scorpio) or exalted (Capricorn) sign cancels; per-house cancellations (house 2: Gemini/Virgo; house 4: Taurus/Libra; house 12: Taurus/Libra/Gemini/Virgo).</p>\n","urlObject":{"path":["vedic","doshas","parashara","mangal"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"8fb8ba53-c523-45ad-aa2d-11ea766367c6","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"school\": \"south\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/parashara/mangal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"dosha\": \"string\",\n    \"school\": \"string\",\n    \"mangalSchool\": \"string\",\n    \"present\": false,\n    \"severity\": \"string\",\n    \"affectedHouses\": [\n      2598.860357005062,\n      7602.485505688456\n    ],\n    \"details\": [\n      \"string\",\n      \"string\"\n    ]\n  }\n}"},{"id":"eecdf1eb-aab2-41b0-88fb-fbcbc54ee4e7","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"school\": \"south\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/parashara/mangal"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"f3441230-8e3f-4996-bd5f-c106d66d9fff","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"school\": \"south\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/parashara/mangal"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"d46c1c71-c3fe-4ea4-9376-ba6edf09c003"},{"name":"Doshas — Kaal Sarp","id":"8024f551-89fe-43d3-9976-68590243be66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/parashara/kaal-sarp","description":"<p>Kaal Sarp Dosha: all 7 classical grahas on one side of the Rahu-Ketu axis. Returns 12 sub-types by Rahu house position (Anant=1H, Kulik=2H, Vasuki=3H, Shankhpal=4H, Padma=5H, Mahapadma=6H, Takshak=7H, Karkotak=8H, Shankhachud=9H, Ghatak=10H, Vishdhar=11H, Sheshnag=12H). Also <code>partial: true</code> flag when 6 of 7 grahas on one side.</p>\n","urlObject":{"path":["vedic","doshas","parashara","kaal-sarp"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"e56aad60-72ce-470c-aa2e-d55930722020","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/parashara/kaal-sarp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"dosha\": \"Kaal Sarp\",\n    \"school\": \"parashara\",\n    \"present\": true,\n    \"subType\": \"Vishdhar\",\n    \"partial\": false,\n    \"severity\": \"strong\",\n    \"affectedHouses\": [\n      11,\n      5\n    ],\n    \"details\": [\n      \"Sub-type: Vishdhar (Rahu in house 11)\"\n    ]\n  }\n}"},{"id":"14e080cb-af1e-4716-b62a-032679a89918","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/parashara/kaal-sarp"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"9c7ce486-7272-434a-864d-7697c6c4bcf1","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/parashara/kaal-sarp"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"8024f551-89fe-43d3-9976-68590243be66"},{"name":"Doshas — Pitru (ancestral)","id":"1cc735ff-c992-4a53-b4f2-4697e11300c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/parashara/pitru","description":"<p>Pitru Dosha: Sun + Rahu or Sun + Saturn conjunct, plus Sun in 9th house as auxiliary marker. Note: BPHS lists 14 patterns of Pitru Dosha; this endpoint detects 3 most-cited conjunction patterns. Full canonical detection (9th-lord placement, malefic in 9H) deferred to Phase Q.</p>\n","urlObject":{"path":["vedic","doshas","parashara","pitru"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"41372682-01c2-477a-8389-715399c9b469","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/parashara/pitru"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"dosha\": \"string\",\n    \"school\": \"string\",\n    \"present\": true,\n    \"severity\": \"string\",\n    \"details\": [\n      \"string\",\n      \"string\"\n    ]\n  }\n}"},{"id":"4035eb3c-fbdc-47a0-8cdc-5d598203f88c","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/parashara/pitru"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"051736f9-965f-41d5-bd43-81160326bda1","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/parashara/pitru"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"1cc735ff-c992-4a53-b4f2-4697e11300c5"},{"name":"Doshas — Shrapit (curse)","id":"0f294c48-7e77-43ca-bb2b-6e12264b7588","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/parashara/shrapit","description":"<p>Shrapit Dosha: Saturn + Rahu conjunct in any sign. Signifies inherited curse/blockage in life.</p>\n","urlObject":{"path":["vedic","doshas","parashara","shrapit"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"cbc83ac1-47ca-450e-a8e5-446a3b3ccc29","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/parashara/shrapit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"dosha\": \"Shrapit\",\n    \"school\": \"parashara\",\n    \"present\": false,\n    \"severity\": \"none\",\n    \"affectedHouses\": [],\n    \"details\": [\n      \"Saturn in sign 4, Rahu in sign 1 — different signs, no Shrapit\"\n    ]\n  }\n}"},{"id":"66973397-a534-410b-b34d-cd5a7d79bd0a","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/parashara/shrapit"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"2f7bcf67-4aee-4c7f-8602-911a335306e2","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/parashara/shrapit"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"0f294c48-7e77-43ca-bb2b-6e12264b7588"},{"name":"Doshas — Grahan (eclipse-like)","id":"b5197ea1-e462-4684-b227-f9a2ba5a641f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/parashara/grahan","description":"<p>Grahan Dosha: Sun + Rahu/Ketu or Moon + Rahu/Ketu conjunct (eclipse-mimicking position). Up to 4 sub-patterns possible (Surya-Rahu / Surya-Ketu / Chandra-Rahu / Chandra-Ketu).</p>\n","urlObject":{"path":["vedic","doshas","parashara","grahan"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"684cb7a4-4843-4e67-b0f2-d653274f612a","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/parashara/grahan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"dosha\": \"string\",\n    \"school\": \"string\",\n    \"present\": true\n  }\n}"},{"id":"febab917-d8fa-45c0-be71-1173d876fcdf","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/parashara/grahan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"3c356606-71e3-4b67-a89f-8425f451bf62","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/parashara/grahan"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"b5197ea1-e462-4684-b227-f9a2ba5a641f"},{"name":"Doshas — Guru-Chandal","id":"80ab31d3-9343-4468-a5ec-0714a62a734b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/parashara/guru-chandal","description":"<p>Guru-Chandal Dosha: Jupiter + Rahu or Jupiter + Ketu conjunct. Wisdom-confusion affliction.</p>\n","urlObject":{"path":["vedic","doshas","parashara","guru-chandal"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"6569432c-50bb-4092-8fb8-b7d42223399f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/parashara/guru-chandal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"dosha\": \"string\",\n    \"school\": \"string\",\n    \"present\": true,\n    \"severity\": \"string\"\n  }\n}"},{"id":"b3cb9d38-5d3c-4b8e-a481-1825df271896","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/parashara/guru-chandal"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"82fd809d-c91f-4482-8396-741a3ad29243","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/parashara/guru-chandal"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"80ab31d3-9343-4468-a5ec-0714a62a734b"},{"name":"Doshas — Parashara full report","id":"52b5e6a1-3cbc-479d-9993-f246523eff11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/parashara/full","description":"<p>Combined Parashara dosha report — runs all 6 detectors (Mangal/Kaal Sarp/Pitru/Shrapit/Grahan/Guru-Chandal).</p>\n","urlObject":{"path":["vedic","doshas","parashara","full"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"0976d2d0-90dd-4d07-8486-79fe9ffb19bc","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/parashara/full"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"school\": \"string\",\n    \"mangal\": {},\n    \"kaalSarp\": {},\n    \"pitru\": {},\n    \"shrapit\": {},\n    \"grahan\": {},\n    \"guruChandal\": {}\n  }\n}"},{"id":"b4174e1a-ab13-44b5-8e88-4820ba3b67c8","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/parashara/full"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"89c08c89-2de2-4da6-a56a-a827a2a484ea","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/parashara/full"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"52b5e6a1-3cbc-479d-9993-f246523eff11"},{"name":"Compatibility — Ashtakoot Guna Milan (8-fold 36-point)","id":"78ae4201-6691-4441-859e-30d86bf00602","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"6429-83-62\",\n    \"time\": \"42:96:33\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 9493.472909610951,\n    \"cosmogram\": false\n  },\n  \"chart2\": {\n    \"date\": \"6801-32-61\",\n    \"time\": \"61:92:48\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 4421.547780546968,\n    \"cosmogram\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/compatibility/ashtakoot","description":"<p>Canonical 8-Kuta matchmaking out of 36 points: Varna(1) + Vashya(2) + Tara(3) + Yoni(4) + Graha-Maitri(5) + Gana(6) + Bhakoot(7) + Nadi(8). Threshold 18+ traditionally acceptable; 24+ good; 32+ excellent. Returns per-Kuta scores + Bhakoot/Nadi dosha flags + threshold verdict.</p>\n","urlObject":{"path":["vedic","compatibility","ashtakoot"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"18090510-b9a0-4883-b231-874e3d15f0f9","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"6429-83-62\",\n    \"time\": \"42:96:33\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 9493.472909610951,\n    \"cosmogram\": false\n  },\n  \"chart2\": {\n    \"date\": \"6801-32-61\",\n    \"time\": \"61:92:48\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 4421.547780546968,\n    \"cosmogram\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/compatibility/ashtakoot"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"method\": \"string\",\n    \"school\": \"string\",\n    \"total\": 5343.3328475145145,\n    \"max\": 1397.102511402186,\n    \"threshold\": \"string\",\n    \"points\": {\n      \"varna\": {},\n      \"vashya\": {},\n      \"tara\": {},\n      \"yoni\": {},\n      \"grahaMaitri\": {},\n      \"gana\": {},\n      \"bhakoot\": {},\n      \"nadi\": {}\n    },\n    \"recommendation\": \"string\"\n  }\n}"},{"id":"b98ad143-1d35-4721-9afa-9a991d5d0545","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"6429-83-62\",\n    \"time\": \"42:96:33\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 9493.472909610951,\n    \"cosmogram\": false\n  },\n  \"chart2\": {\n    \"date\": \"6801-32-61\",\n    \"time\": \"61:92:48\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 4421.547780546968,\n    \"cosmogram\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/compatibility/ashtakoot"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"e9bba62d-dba5-4397-8be4-eac4b1cb8dec","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"6429-83-62\",\n    \"time\": \"42:96:33\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 9493.472909610951,\n    \"cosmogram\": false\n  },\n  \"chart2\": {\n    \"date\": \"6801-32-61\",\n    \"time\": \"61:92:48\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 4421.547780546968,\n    \"cosmogram\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/compatibility/ashtakoot"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"78ae4201-6691-4441-859e-30d86bf00602"},{"name":"Compatibility — Dashakoota (10-fold 39-point)","id":"834604bc-5d3a-4a54-af8e-a2c357758a4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"6429-83-62\",\n    \"time\": \"42:96:33\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 9493.472909610951,\n    \"cosmogram\": false\n  },\n  \"chart2\": {\n    \"date\": \"6801-32-61\",\n    \"time\": \"61:92:48\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 4421.547780546968,\n    \"cosmogram\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/compatibility/dashakoota","description":"<p>Extended matchmaking adding Mahendra(2) + Vedha(1) on top of Ashtakoot 36 = 39 max. Mahendra: birth-star count 4/7/10/13/16/19/22/25 → 2pt; else 0. Vedha: 13 canonical mutually-obstructing nakshatra pairs → 0pt blocked, 1pt clear.</p>\n","urlObject":{"path":["vedic","compatibility","dashakoota"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"a0e7116d-f70e-4f1d-bba7-fa936e8e1476","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"6429-83-62\",\n    \"time\": \"42:96:33\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 9493.472909610951,\n    \"cosmogram\": false\n  },\n  \"chart2\": {\n    \"date\": \"6801-32-61\",\n    \"time\": \"61:92:48\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 4421.547780546968,\n    \"cosmogram\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/compatibility/dashakoota"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"method\": \"string\",\n    \"school\": \"string\",\n    \"total\": 6082.1016441083975,\n    \"max\": 3434.295278849793,\n    \"mahendra\": {},\n    \"vedha\": {},\n    \"dashakootaTotal\": 9010.332333730661,\n    \"dashakootaMax\": 5554.9475642948255\n  }\n}"},{"id":"2ff82d53-8c5d-4fdd-90da-558c0d8a3ffc","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"6429-83-62\",\n    \"time\": \"42:96:33\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 9493.472909610951,\n    \"cosmogram\": false\n  },\n  \"chart2\": {\n    \"date\": \"6801-32-61\",\n    \"time\": \"61:92:48\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 4421.547780546968,\n    \"cosmogram\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/compatibility/dashakoota"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"34abba65-486b-4167-a93e-06e1d692a01b","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"6429-83-62\",\n    \"time\": \"42:96:33\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 9493.472909610951,\n    \"cosmogram\": false\n  },\n  \"chart2\": {\n    \"date\": \"6801-32-61\",\n    \"time\": \"61:92:48\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 4421.547780546968,\n    \"cosmogram\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/compatibility/dashakoota"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"834604bc-5d3a-4a54-af8e-a2c357758a4b"},{"name":"Compatibility — Manglik check (single chart)","id":"fba65d5e-cea8-4303-9cf6-e61c291f225e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"school\": \"south\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/compatibility/manglik-check","description":"<p>Detects Manglik status for a single chart with school selection (strict/north/south, default south). Same canon as <code>/vedic/doshas/parashara/mangal</code>; surfaced here in compatibility context for matchmaking flows.</p>\n","urlObject":{"path":["vedic","compatibility","manglik-check"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"5593210d-45bb-41d6-a7bd-0db21f1bfca6","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"school\": \"south\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/compatibility/manglik-check"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"method\": \"string\",\n    \"school\": \"string\",\n    \"manglik\": true,\n    \"severity\": \"string\"\n  }\n}"},{"id":"31b8c071-79dc-4f2b-90e4-470f9c3fe870","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"school\": \"south\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/compatibility/manglik-check"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"51232ee8-da19-4323-92bc-d6b18feeb3f2","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"school\": \"south\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/compatibility/manglik-check"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"fba65d5e-cea8-4303-9cf6-e61c291f225e"},{"name":"Compatibility — Mangal-match (Manglik between partners)","id":"8124738e-2e20-42ba-bb2b-8659f257057c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"6429-83-62\",\n    \"time\": \"42:96:33\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 9493.472909610951,\n    \"cosmogram\": false\n  },\n  \"chart2\": {\n    \"date\": \"6801-32-61\",\n    \"time\": \"61:92:48\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 4421.547780546968,\n    \"cosmogram\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/compatibility/mangal-match","description":"<p>Compares Manglik status of both partners and applies BPHS A.39 cancellation rule: if both partners are Manglik, the dosha is mutually cancelled. Returns verdict {compatible|cancelled|incompatible}.</p>\n","urlObject":{"path":["vedic","compatibility","mangal-match"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"05df6780-d245-47b9-b1da-1441116c64e7","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"6429-83-62\",\n    \"time\": \"42:96:33\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 9493.472909610951,\n    \"cosmogram\": false\n  },\n  \"chart2\": {\n    \"date\": \"6801-32-61\",\n    \"time\": \"61:92:48\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 4421.547780546968,\n    \"cosmogram\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/compatibility/mangal-match"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"method\": \"string\",\n    \"school\": \"string\",\n    \"verdict\": \"string\",\n    \"explanation\": \"string\",\n    \"partner1\": {},\n    \"partner2\": {}\n  }\n}"},{"id":"5af25fea-d43a-46ef-b377-7690b4e548a6","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"6429-83-62\",\n    \"time\": \"42:96:33\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 9493.472909610951,\n    \"cosmogram\": false\n  },\n  \"chart2\": {\n    \"date\": \"6801-32-61\",\n    \"time\": \"61:92:48\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 4421.547780546968,\n    \"cosmogram\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/compatibility/mangal-match"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"a7433209-b7b5-44ce-8055-9c65bd6bcbdf","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"6429-83-62\",\n    \"time\": \"42:96:33\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 9493.472909610951,\n    \"cosmogram\": false\n  },\n  \"chart2\": {\n    \"date\": \"6801-32-61\",\n    \"time\": \"61:92:48\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 4421.547780546968,\n    \"cosmogram\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/compatibility/mangal-match"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"8124738e-2e20-42ba-bb2b-8659f257057c"},{"name":"Compatibility — Bhrigu-match (7H placement)","id":"cd270a10-3a57-41a3-b24a-26b9d9836609","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"6429-83-62\",\n    \"time\": \"42:96:33\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 9493.472909610951,\n    \"cosmogram\": false\n  },\n  \"chart2\": {\n    \"date\": \"6801-32-61\",\n    \"time\": \"61:92:48\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 4421.547780546968,\n    \"cosmogram\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/compatibility/bhrigu-match","description":"<p>Bhrigu Sanhita-style structured 7th-house planetary placement summary for both partners. Counts benefic/malefic planets in each partner's 7H from Lagna and labels status {beneficial|challenging|neutral}. NOT a numerical match score.</p>\n","urlObject":{"path":["vedic","compatibility","bhrigu-match"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"d9158cca-b866-496d-ba5f-499a57f68717","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"6429-83-62\",\n    \"time\": \"42:96:33\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 9493.472909610951,\n    \"cosmogram\": false\n  },\n  \"chart2\": {\n    \"date\": \"6801-32-61\",\n    \"time\": \"61:92:48\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 4421.547780546968,\n    \"cosmogram\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/compatibility/bhrigu-match"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"method\": \"string\",\n    \"school\": \"string\",\n    \"partner1\": {},\n    \"partner2\": {},\n    \"summary\": \"string\",\n    \"disclaimer\": \"string\"\n  }\n}"},{"id":"3160638f-cc80-4402-bada-480a0fd813b8","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"6429-83-62\",\n    \"time\": \"42:96:33\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 9493.472909610951,\n    \"cosmogram\": false\n  },\n  \"chart2\": {\n    \"date\": \"6801-32-61\",\n    \"time\": \"61:92:48\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 4421.547780546968,\n    \"cosmogram\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/compatibility/bhrigu-match"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"a6c613b1-26c3-4dbb-8e57-649090ac578e","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"6429-83-62\",\n    \"time\": \"42:96:33\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 9493.472909610951,\n    \"cosmogram\": false\n  },\n  \"chart2\": {\n    \"date\": \"6801-32-61\",\n    \"time\": \"61:92:48\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 4421.547780546968,\n    \"cosmogram\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/compatibility/bhrigu-match"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"cd270a10-3a57-41a3-b24a-26b9d9836609"},{"name":"Compatibility — Parashara full report","id":"9f03ab13-743a-45c1-bf0e-b35d932a364d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"6429-83-62\",\n    \"time\": \"42:96:33\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 9493.472909610951,\n    \"cosmogram\": false\n  },\n  \"chart2\": {\n    \"date\": \"6801-32-61\",\n    \"time\": \"61:92:48\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 4421.547780546968,\n    \"cosmogram\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/compatibility/full","description":"<p>Combined matchmaking response: Ashtakoot total + threshold + Manglik check for both partners + per-Kuta sub-scores + recommendation in one call.</p>\n","urlObject":{"path":["vedic","compatibility","full"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"13fc0727-46a5-42e1-b95a-e91013ba1007","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"6429-83-62\",\n    \"time\": \"42:96:33\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 9493.472909610951,\n    \"cosmogram\": false\n  },\n  \"chart2\": {\n    \"date\": \"6801-32-61\",\n    \"time\": \"61:92:48\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 4421.547780546968,\n    \"cosmogram\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/compatibility/full"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"method\": \"string\",\n    \"school\": \"string\",\n    \"ashtakoot\": {},\n    \"manglik\": {},\n    \"points\": {},\n    \"recommendation\": \"string\"\n  }\n}"},{"id":"2a188e6d-40f4-4245-bb54-32193db4195b","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"6429-83-62\",\n    \"time\": \"42:96:33\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 9493.472909610951,\n    \"cosmogram\": false\n  },\n  \"chart2\": {\n    \"date\": \"6801-32-61\",\n    \"time\": \"61:92:48\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 4421.547780546968,\n    \"cosmogram\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/compatibility/full"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"d67deef4-5c80-4c8b-84e0-4b6875cf594d","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"6429-83-62\",\n    \"time\": \"42:96:33\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 9493.472909610951,\n    \"cosmogram\": false\n  },\n  \"chart2\": {\n    \"date\": \"6801-32-61\",\n    \"time\": \"61:92:48\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 4421.547780546968,\n    \"cosmogram\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/compatibility/full"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"9f03ab13-743a-45c1-bf0e-b35d932a364d"},{"name":"Muhurat — Marriage (Vivah)","id":"72d2ee94-1bf7-4eb4-bb0a-539382d573e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-05-31\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5,\n  \"topN\": 10\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/marriage","description":"<p>Auspicious-window scanner for marriage (Vivah Muhurat) over a date range. Scores each day by Tithi + Vara + Nakshatra + Yoga + Karana per Muhurta Chintamani Adhyaya 5 + B.V.Raman <em>Muhurta</em> Ch.6. Preferred nakshatras: Rohini/Mrigashira/Magha/Hasta/Swati/Anuradha/Mula/U.Phalguni/U.Ashadha/U.Bhadrapada/Revati. Avoid Sun/Tue/Sat. Returns top-N days sorted by score with per-day Abhijit Muhurat sub-window.</p>\n","urlObject":{"path":["vedic","muhurat","marriage"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"19110925-609d-456f-bca1-b0211065be12","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-05-31\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5,\n  \"topN\": 10\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/marriage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"activity\": \"string\",\n    \"search_window\": {\n      \"start\": \"string\",\n      \"end\": \"string\",\n      \"daysScanned\": 8030.156869592173\n    },\n    \"location\": {},\n    \"ayanamsa\": 2971.5681364866355,\n    \"auspiciousWindows\": [\n      {\n        \"date\": \"string\",\n        \"weekdayName\": \"string\",\n        \"panchang\": {\n          \"tithi\": 3082.08993013118,\n          \"tithiName\": \"string\",\n          \"paksha\": \"string\",\n          \"nakshatra\": 9322.89298645943,\n          \"nakshatraName\": \"string\",\n          \"yoga\": 6376.35775611783,\n          \"karana\": \"string\"\n        },\n        \"abhijitMuhurat\": {\n          \"startTime\": \"string\",\n          \"endTime\": \"string\"\n        },\n        \"score\": 4972.64935765414,\n        \"rating\": \"string\"\n      },\n      {\n        \"date\": \"string\",\n        \"weekdayName\": \"string\",\n        \"panchang\": {\n          \"tithi\": 2792.612334577482,\n          \"tithiName\": \"string\",\n          \"paksha\": \"string\",\n          \"nakshatra\": 1094.6888343511075,\n          \"nakshatraName\": \"string\",\n          \"yoga\": 9816.809620360167,\n          \"karana\": \"string\"\n        },\n        \"abhijitMuhurat\": {\n          \"startTime\": \"string\",\n          \"endTime\": \"string\"\n        },\n        \"score\": 7165.3787095111875,\n        \"rating\": \"string\"\n      }\n    ],\n    \"nextAuspiciousWindow\": \"string\"\n  }\n}"},{"id":"8ab25416-ad16-4eea-bdc3-69cb01a0cee0","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-05-31\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5,\n  \"topN\": 10\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/marriage"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"ecce1f73-ed16-4d1e-9170-368db5a9a4af","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-05-31\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5,\n  \"topN\": 10\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/marriage"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"72d2ee94-1bf7-4eb4-bb0a-539382d573e7"},{"name":"Muhurat — Vehicle purchase","id":"77f21334-fad0-409b-9eb4-6de3bbdc7561","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-06-15\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/vehicle-purchase","description":"<p>Auspicious-window scanner for buying a new vehicle. Preferred nakshatras: Ashwini/Pushya/Hasta/Chitra/Anuradha/Revati/U.Phalguni/U.Ashadha/U.Bhadrapada/Sravana. Avoid Sun/Sat. Same scoring shape as /vedic/muhurat/marriage.</p>\n","urlObject":{"path":["vedic","muhurat","vehicle-purchase"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"ae77d81b-615c-4598-a6cd-051e6d243183","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-06-15\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/vehicle-purchase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"activity\": \"string\"\n  }\n}"},{"id":"fac41f50-fc05-4a59-8218-dde3ad94480b","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-06-15\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/vehicle-purchase"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"e9d42984-f4c3-464a-8f4f-7d479807ed11","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-06-15\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/vehicle-purchase"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"77f21334-fad0-409b-9eb4-6de3bbdc7561"},{"name":"Muhurat — Business start (Vyapara)","id":"130bc999-883c-4083-927a-4d630807875b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-06-15\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/business-start","description":"<p>Auspicious-window scanner for starting a business / new venture. Preferred nakshatras: Pushya/Hasta/Chitra/Anuradha/U.Phalguni/U.Ashadha/U.Bhadrapada/Sravana/Punarvasu. Avoid Sun/Tue/Sat. Same scoring shape.</p>\n","urlObject":{"path":["vedic","muhurat","business-start"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"a0b910d7-e491-417e-b273-c39236ec9fab","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-06-15\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/business-start"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"activity\": \"string\"\n  }\n}"},{"id":"e800ed20-474e-4cc1-8c1b-0c04bb3017b6","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-06-15\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/business-start"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"30151297-ba43-4bb5-8981-096c25107369","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-06-15\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/business-start"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"130bc999-883c-4083-927a-4d630807875b"},{"name":"Muhurat — Travel (short Yatra)","id":"0d3184fb-ade1-4e6a-b017-cb7956bc7a5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-05-31\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/travel","description":"<p>Auspicious-window scanner for short / daily travel. Preferred nakshatras: Ashwini/Pushya/Anuradha/Hasta/Sravana/Mrigashira/Punarvasu/Revati. Avoid Sun/Tue/Sat.</p>\n","urlObject":{"path":["vedic","muhurat","travel"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"fbc94993-63a7-495a-828d-748ded863545","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-05-31\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/travel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"activity\": \"string\"\n  }\n}"},{"id":"32e4265a-3f98-481f-86d0-ea9b2059839b","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-05-31\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/travel"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"2936e55d-bb11-4257-bb6c-9ffdbf284cb5","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-05-31\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/travel"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"0d3184fb-ade1-4e6a-b017-cb7956bc7a5a"},{"name":"Muhurat — Naming ceremony (Namkaran)","id":"21b0be19-d768-4f66-bb7c-920a6039b38c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-05-31\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/naming-ceremony","description":"<p>Auspicious-window scanner for Namkaran (naming ceremony). Wide nakshatra acceptance per classical text. Note: orthodox practice schedules Namkaran on the 11th or 12th day after birth; this scan returns top auspicious days within any caller-supplied window.</p>\n","urlObject":{"path":["vedic","muhurat","naming-ceremony"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"c3682326-be70-418f-b47d-8f9b08f20dba","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-05-31\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/naming-ceremony"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"activity\": \"string\"\n  }\n}"},{"id":"2d73d8df-510a-443e-8e5c-3699c4776daf","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-05-31\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/naming-ceremony"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"1784b1bd-89e4-4a16-8c65-ef7d8a688f5f","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-05-31\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/naming-ceremony"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"21b0be19-d768-4f66-bb7c-920a6039b38c"},{"name":"Muhurat — Surgery (Shastrakarma)","id":"ba3dbadf-02f3-4575-a93d-0d5b631e0f6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-05-31\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/surgery","description":"<p>Auspicious-window scanner for elective surgery. Inverted polarity vs benefic activities — Tue/Sat (Mars/Saturn) preferred for cutting work; Sun/Mon/Thu/Fri avoided. Output is advisory only — modern medical scheduling takes precedence.</p>\n","urlObject":{"path":["vedic","muhurat","surgery"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"26c34ce7-7f00-4e89-9161-5c95a4649c5c","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-05-31\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/surgery"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"activity\": \"string\"\n  }\n}"},{"id":"08659704-4400-4e70-8583-03120cf27ef1","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-05-31\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/surgery"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"2a36446c-3b0a-40f7-aa46-0cd34b9e8467","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-05-31\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/surgery"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"ba3dbadf-02f3-4575-a93d-0d5b631e0f6d"},{"name":"Muhurat — Education start (Vidyarambha)","id":"0e64baff-67ec-494f-90db-52f72058869a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-06-15\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/education-start","description":"<p>Auspicious-window scanner for starting formal education / Vidyarambha ceremony. Preferred nakshatras: Hasta/Chitra/Swati/Pushya/Sravana/Revati/Anuradha/Punarvasu/U.Phalguni/U.Ashadha/U.Bhadrapada. Avoid Sun/Tue/Sat.</p>\n","urlObject":{"path":["vedic","muhurat","education-start"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"dd05efad-dbbc-4e76-936a-7998d8b8b16e","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-06-15\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/education-start"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"activity\": \"string\"\n  }\n}"},{"id":"0fd8af1c-47b3-49fb-926d-fe6e36a477c1","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-06-15\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/education-start"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"aa39a616-cb17-4cdf-8a30-0aa37146f386","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-06-15\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/education-start"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"0e64baff-67ec-494f-90db-52f72058869a"},{"name":"Muhurat — Investment / Dhana Sthapana","id":"6a17c168-951b-4214-9580-6f966b108958","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-06-15\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/investment","description":"<p>Auspicious-window scanner for major investments and financial commitments (deposits, share/bond purchase, lending). Preferred nakshatras: Pushya/Anuradha/U.Phalguni/U.Ashadha/U.Bhadrapada/Hasta/Sravana. Avoid Sun/Tue/Sat.</p>\n","urlObject":{"path":["vedic","muhurat","investment"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"685272f8-86cb-4670-935b-85fbde846953","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-06-15\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/investment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"activity\": \"string\"\n  }\n}"},{"id":"fdfeec50-327b-4bef-8bd0-23274e214cd7","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-06-15\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/investment"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"722d3320-c2cf-4882-9083-364e1ba0c821","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-06-15\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/investment"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"6a17c168-951b-4214-9580-6f966b108958"},{"name":"Muhurat — Property purchase / Griha Pravesh","id":"c8273e39-f358-4828-b993-8b0eb1701d2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-06-15\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/property-purchase","description":"<p>Auspicious-window scanner for purchasing or moving into property (Griha Pravesh). Preferred nakshatras: Anuradha/U.Phalguni/U.Ashadha/U.Bhadrapada/Mrigashira/Rohini/Pushya/Hasta/Sravana/Dhanishta/Shatabhisha/Revati. Avoid Sun/Tue/Sat.</p>\n","urlObject":{"path":["vedic","muhurat","property-purchase"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"0786fedc-3e65-43f7-8d5c-4eadf0b24b6b","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-06-15\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/property-purchase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"activity\": \"string\"\n  }\n}"},{"id":"8a113e38-bdcb-4b98-91f4-dae50fbe5fcd","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-06-15\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/property-purchase"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"3d5c1065-1229-4952-854d-fc5ca98ed05a","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-06-15\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/property-purchase"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"c8273e39-f358-4828-b993-8b0eb1701d2b"},{"name":"Muhurat — Long journey (multi-day Yatra)","id":"303ef656-59e8-460e-9b1e-b61b1746e178","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-06-15\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/journey-long","description":"<p>Auspicious-window scanner for multi-day journeys (pilgrimages, relocation travel). Stricter than short travel — Friday excluded per Yatra prakarana. Preferred nakshatras: Punarvasu/Pushya/Anuradha/Sravana/Hasta/Mrigashira/Revati/Ashwini.</p>\n","urlObject":{"path":["vedic","muhurat","journey-long"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"6f5d4206-4d89-44a4-95b9-1ed8a734169b","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-06-15\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/journey-long"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"activity\": \"string\"\n  }\n}"},{"id":"74eefb32-c0b5-44c6-91a1-3e74410d40ef","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-06-15\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/journey-long"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"299a873b-fc04-4706-8b91-d0e6e848254b","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-06-15\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/journey-long"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"303ef656-59e8-460e-9b1e-b61b1746e178"},{"name":"Muhurat — Name change","id":"eacf6b7a-d6b1-4458-b1f3-35cba45f5d9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-05-31\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/name-change","description":"<p>Auspicious-window scanner for legal or sacramental name change (uses Namkaran-derived rules with widened tithi set). Preferred nakshatras: Hasta/Chitra/Swati/Pushya/Anuradha/Revati/U.Phalguni/U.Ashadha/U.Bhadrapada.</p>\n","urlObject":{"path":["vedic","muhurat","name-change"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"334fc8b2-e1f6-4b60-8269-7ec0ed7773ed","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-05-31\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/name-change"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"activity\": \"string\"\n  }\n}"},{"id":"68b09c0e-ea83-48f5-ad5f-84fcabfef776","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-05-31\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/name-change"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"91841ef1-b86a-4fb8-8290-fc2d04b49696","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-05-31\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/name-change"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"eacf6b7a-d6b1-4458-b1f3-35cba45f5d9d"},{"name":"Muhurat — General auspicious window","id":"fa81b53e-6dc0-4068-b4f2-4682d1d99fa7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-06-15\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/general-auspicious","description":"<p>Generic favourable-window finder when no specific activity applies (Sankalpa, prayer, fallback). Universal Pushya/Hasta nakshatras + standard shubha tithis. Returns top-N days against universal Panchang criteria.</p>\n","urlObject":{"path":["vedic","muhurat","general-auspicious"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"2d75be3a-a3f5-4cc7-9141-b5a2abc590d7","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-06-15\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/general-auspicious"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"activity\": \"string\"\n  }\n}"},{"id":"a25378e4-4bbe-4376-82fe-6eae6a003b7b","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-06-15\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/general-auspicious"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"36a8b40b-08e3-4750-b860-3264d64105d0","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_window_start\": \"2026-05-15\",\n  \"search_window_end\": \"2026-06-15\",\n  \"latitude\": 28.61,\n  \"longitude\": 77.21,\n  \"timezoneOffset\": 5.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/muhurat/general-auspicious"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"fa81b53e-6dc0-4068-b4f2-4682d1d99fa7"},{"name":"Dashas — Vimshottari Mahadasha","id":"ffbeb991-7086-4718-b3c5-1d1c9396c461","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/vimshottari/maha","description":"<p>Canonical Vimshottari Mahadasha sequence: 9 planets (Ketu/Venus/Sun/Moon/Mars/Rahu/Jupiter/Saturn/Mercury), 120-year total cycle, starts from the lord of Moon's nakshatra at birth. First period is truncated by elapsed fraction within Moon's nakshatra.</p>\n","urlObject":{"path":["vedic","dashas","vimshottari","maha"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"71292f16-975a-4227-a429-229a6665a45b","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/vimshottari/maha"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"69370be1-3441-4b84-b3e6-08df14d678e1","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/vimshottari/maha"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"c60c0d1e-842a-4e77-8a5d-f0f367c67303","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/vimshottari/maha"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"ffbeb991-7086-4718-b3c5-1d1c9396c461"},{"name":"Dashas — Vimshottari Antardasha","id":"6b07fb5c-a2a9-4f6d-8e9c-d9f777f38818","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/vimshottari/antar","description":"<p>Antardasha (sub-period) within the running Mahadasha. Identifies which MD is active at <code>targetDate</code> (default today UTC), then returns the 9 ADs covering that MD. Sub-period of planet Q within MD of P: <code>years = (P.years × Q.years) / 120</code>.</p>\n","urlObject":{"path":["vedic","dashas","vimshottari","antar"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"0824fd80-cf24-453c-8a5f-0d7bea64b878","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/vimshottari/antar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"f38d6d0c-5a38-4d25-b1eb-ccfce7b77238","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/vimshottari/antar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"66958bd1-c03c-418a-9df9-9f6e8d5f8141","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/vimshottari/antar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"6b07fb5c-a2a9-4f6d-8e9c-d9f777f38818"},{"name":"Dashas — Vimshottari Pratyantardasha","id":"5cc2b006-29ac-4e99-9c0f-0f880ee78579","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/vimshottari/pratyantar","description":"<p>Pratyantardasha (sub-sub-period) within the running Antardasha. 3-level cascade: find current MD → AD → return 9 PDs of that AD.</p>\n","urlObject":{"path":["vedic","dashas","vimshottari","pratyantar"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"528da8a0-f19c-4098-959d-648d9542e3da","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/vimshottari/pratyantar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"5e925b91-9ab2-4c67-8ac8-7f4f258f4b18","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/vimshottari/pratyantar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"fd04ff80-098d-4134-9cf5-2ea5ce1c6d0c","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/vimshottari/pratyantar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"5cc2b006-29ac-4e99-9c0f-0f880ee78579"},{"name":"Dashas — Vimshottari Sookshmadasha","id":"bc5d70a4-8466-406c-9d02-45e51d4d319a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/vimshottari/sookshma","description":"<p>Sookshma (4th-level Dasha) within the running Pratyantardasha. 4-level cascade.</p>\n","urlObject":{"path":["vedic","dashas","vimshottari","sookshma"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"2a08e076-e4bf-48ad-9961-cab55e10c2a2","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/vimshottari/sookshma"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"3873cfe5-78ba-4478-838e-7ff632341c56","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/vimshottari/sookshma"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"7eafbc34-0c5d-47c9-9228-6bd43df9cd1d","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/vimshottari/sookshma"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"bc5d70a4-8466-406c-9d02-45e51d4d319a"},{"name":"Dashas — Vimshottari Pranadasha","id":"045cb89e-f9a5-4c8c-9ec6-792481856d58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/vimshottari/prana","description":"<p>Pranadasha (5th-level Dasha — finest grain). 5-level cascade. Each Prana sub-period is typically a few hours to a few days.</p>\n","urlObject":{"path":["vedic","dashas","vimshottari","prana"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"8743927a-ccc0-4348-94fc-7db677d24e84","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/vimshottari/prana"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"0761cfb1-a8ef-46c7-9988-cead4f0d98d4","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/vimshottari/prana"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"0b82a9ad-6f86-4703-81bf-60ce5c266c09","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/vimshottari/prana"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"045cb89e-f9a5-4c8c-9ec6-792481856d58"},{"name":"Dashas — Yogini Mahadasha","id":"15cce758-02dc-4ad0-a7d9-c55c0d190c52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/yogini/maha","description":"<p>36-year Yogini Dasha. 8 yoginis (Mangala/Pingala/Dhanya/Bhramari/Bhadrika/Ulka/Siddha/Sankata) ruled by Moon/Sun/Jupiter/Mars/Mercury/Saturn/Venus/Rahu with periods 1/2/3/4/5/6/7/8 (total 36). Starts from yogini-of-Moon-nakshatra at birth, first MD truncated by elapsed nakshatra fraction.</p>\n","urlObject":{"path":["vedic","dashas","yogini","maha"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"27e3f34e-b254-4150-af79-b546d3a0f995","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/yogini/maha"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"967de5be-c389-46c3-bd47-b570be291ed1","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/yogini/maha"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"a4cceb95-bd6f-44ca-8004-4ff5ff717d42","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/yogini/maha"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"15cce758-02dc-4ad0-a7d9-c55c0d190c52"},{"name":"Dashas — Yogini Antardasha","id":"ea74e72e-379b-4c57-8e42-85d2b42b59a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/yogini/antar","description":"<p>Yogini Antardasha — 8 sub-periods of the running MD at <code>targetDate</code> (default today UTC). Sub-period of yogini Q within MD of P: <code>years = (P.years × Q.years) / 36</code>.</p>\n","urlObject":{"path":["vedic","dashas","yogini","antar"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"ac6c124a-12ad-49fc-b2dc-905843ebfe78","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/yogini/antar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"level\": \"string\",\n    \"currentMaha\": {}\n  }\n}"},{"id":"442fe45d-fe52-4130-b507-f85b0b213f5e","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/yogini/antar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"68231eae-0d1c-4f50-abfe-ac6aeadb7183","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/yogini/antar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"ea74e72e-379b-4c57-8e42-85d2b42b59a9"},{"name":"Dashas — Yogini Pratyantardasha","id":"31e4ca89-5122-49e1-84b8-1e6abb81ac0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/yogini/pratyantar","description":"<p>Yogini Pratyantardasha — 3-level cascade (MD → AD → 8 PDs).</p>\n","urlObject":{"path":["vedic","dashas","yogini","pratyantar"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"789f5b06-1be0-4efa-868e-155db359c96b","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/yogini/pratyantar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"level\": \"string\",\n    \"currentMaha\": {},\n    \"currentAntar\": {}\n  }\n}"},{"id":"40117269-da79-4630-ae99-d34f11940b5d","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/yogini/pratyantar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"fc24c2fd-08bf-4b3a-885f-6950fb665e76","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/yogini/pratyantar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"31e4ca89-5122-49e1-84b8-1e6abb81ac0a"},{"name":"Dashas — Yogini Sookshmadasha","id":"fa366d1a-4870-40de-bb6b-9a95d572e359","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/yogini/sookshma","description":"<p>Yogini Sookshmadasha — 4-level cascade.</p>\n","urlObject":{"path":["vedic","dashas","yogini","sookshma"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"33057e5e-34cd-46c9-ab56-a564e5a39adc","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/yogini/sookshma"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"level\": \"string\",\n    \"currentMaha\": {},\n    \"currentAntar\": {},\n    \"currentPratyantar\": {}\n  }\n}"},{"id":"7ab4fac1-3187-4ab3-b969-c0f598043b88","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/yogini/sookshma"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"0d89b20b-58e7-4dec-b5a1-8b231297ad84","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/yogini/sookshma"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"fa366d1a-4870-40de-bb6b-9a95d572e359"},{"name":"Dashas — Yogini Pranadasha","id":"d94ddc29-a99e-490a-a641-32d6f1407125","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/yogini/prana","description":"<p>Yogini Pranadasha — 5-level cascade (finest grain).</p>\n","urlObject":{"path":["vedic","dashas","yogini","prana"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"0fc4f320-b437-43c3-ab78-ae28ae979145","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/yogini/prana"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"level\": \"string\",\n    \"currentMaha\": {},\n    \"currentAntar\": {},\n    \"currentPratyantar\": {},\n    \"currentSookshma\": {}\n  }\n}"},{"id":"f149f609-4025-4a80-b624-e6eb28d95f18","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/yogini/prana"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"cb35c322-941f-4a71-ba5a-86b1782f1745","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/yogini/prana"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"d94ddc29-a99e-490a-a641-32d6f1407125"},{"name":"Dashas — Ashtottari Mahadasha","id":"e014c574-56a8-458f-9b99-d7ebfa02a25b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/ashtottari/maha","description":"<p>108-year Ashtottari Dasha (Ardradi tradition). 8 planets (Sun/Moon/Mars/Mercury/Saturn/Jupiter/Rahu/Venus) with periods 6/15/8/17/10/19/12/21 (total 108y), Ketu excluded. Mapping is block-based (4-3-4-3-3-3-4-3 nakshatras anchored at Ardra). Returns applicability flag per BPHS 46.23 (day Krishna OR night Shukla).</p>\n","urlObject":{"path":["vedic","dashas","ashtottari","maha"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"57210a63-e7f9-4619-8e85-325d927b085e","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/ashtottari/maha"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"018539a5-0297-41a5-89c6-ead76404436c","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/ashtottari/maha"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"90b4297e-3ba2-40ce-ba50-971b41c14cc4","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/ashtottari/maha"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"e014c574-56a8-458f-9b99-d7ebfa02a25b"},{"name":"Dashas — Ashtottari Antardasha","id":"6222ca63-10b0-4216-8618-9345452584d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/ashtottari/antar","description":"<p>Ashtottari Antardasha — 8 sub-periods of the running MD at <code>targetDate</code> (default today UTC). Sub-period of planet Q within MD of P: <code>years = (P.years × Q.years) / 108</code>.</p>\n","urlObject":{"path":["vedic","dashas","ashtottari","antar"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"bcb7d03d-5ad6-4907-a560-1d92c9d783bc","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/ashtottari/antar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"level\": \"string\",\n    \"currentMaha\": {}\n  }\n}"},{"id":"f2ef4715-30fb-4bc7-9999-b32ede84a787","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/ashtottari/antar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"5c5ad611-eb4a-43d6-a133-1529e4edfaa2","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/ashtottari/antar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"6222ca63-10b0-4216-8618-9345452584d9"},{"name":"Dashas — Ashtottari Pratyantardasha","id":"415a7381-0f8d-471e-908a-9144a3eaa7d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/ashtottari/pratyantar","description":"<p>Ashtottari Pratyantardasha — 3-level cascade (MD → AD → 8 PDs).</p>\n","urlObject":{"path":["vedic","dashas","ashtottari","pratyantar"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"f3bf0742-7cbf-4093-b09f-198d0d5b61cb","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/ashtottari/pratyantar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"level\": \"string\",\n    \"currentMaha\": {},\n    \"currentAntar\": {}\n  }\n}"},{"id":"c21d483d-d872-40a6-b776-49fea7ee56a9","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/ashtottari/pratyantar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"3d3706ac-ad4e-4178-beb5-955e354fc06d","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/ashtottari/pratyantar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"415a7381-0f8d-471e-908a-9144a3eaa7d2"},{"name":"Dashas — Ashtottari Sookshmadasha","id":"d6880d55-deb5-49e3-8d6f-e6f3e4c0ca4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/ashtottari/sookshma","description":"<p>Ashtottari Sookshmadasha — 4-level cascade.</p>\n","urlObject":{"path":["vedic","dashas","ashtottari","sookshma"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"68c7b872-6668-41a7-b73e-f819e88df7cd","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/ashtottari/sookshma"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"level\": \"string\",\n    \"currentMaha\": {},\n    \"currentAntar\": {},\n    \"currentPratyantar\": {}\n  }\n}"},{"id":"85a0975e-c266-4d30-9dc3-9e3e509d766e","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/ashtottari/sookshma"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"7c2ddcc4-9c60-4c42-a137-b4ebed5054f4","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/ashtottari/sookshma"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"d6880d55-deb5-49e3-8d6f-e6f3e4c0ca4a"},{"name":"Dashas — Ashtottari Pranadasha","id":"0141845b-149f-4ef6-8103-13ba05022ef1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/ashtottari/prana","description":"<p>Ashtottari Pranadasha — 5-level cascade (finest grain).</p>\n","urlObject":{"path":["vedic","dashas","ashtottari","prana"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"b69ab039-6e6a-40df-9fc2-086c804bfbcb","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/ashtottari/prana"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"level\": \"string\",\n    \"currentMaha\": {},\n    \"currentAntar\": {},\n    \"currentPratyantar\": {},\n    \"currentSookshma\": {}\n  }\n}"},{"id":"c1af7b51-0aa1-4d60-bb4b-da0d2776231a","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/ashtottari/prana"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"d23970bf-0162-4eab-bc8b-bdd5ecc3b867","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/ashtottari/prana"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"0141845b-149f-4ef6-8103-13ba05022ef1"},{"name":"Dashas — Kalachakra Mahadasha","id":"cfd72d71-471e-43ef-8d93-411789e223f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/kalachakra/maha","description":"<p>Kalachakra Dasha (rasi-dasha — Mahadasha lords are signs, not planets). 8 chakra-rows (Savya×4 + Apasavya×4); direction determined by nakshatra group (Aswini/Bharani/Krittika = Savya; Rohini/Mrigasira/Ardra = Apasavya). Total cycle (paramayu) varies per natal pada: 100/85/83/86 years. Returns the 9 Mahadashas of the running cycle from birth; first MD truncated by elapsed pada-fraction.</p>\n","urlObject":{"path":["vedic","dashas","kalachakra","maha"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"24df235d-9d66-4119-bfc2-5a78022ff31f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/kalachakra/maha"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"e9d0c77a-ed51-4eb8-8329-7dfe42c0ff22","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/kalachakra/maha"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"40091a41-5719-4d6e-8706-b1a082e0d227","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/kalachakra/maha"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"cfd72d71-471e-43ef-8d93-411789e223f9"},{"name":"Dashas — Kalachakra Antardasha","id":"11772d22-6050-4517-a119-20f190648aec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/kalachakra/antar","description":"<p>Kalachakra Antardasha — 9 sub-periods of the running MD at <code>targetDate</code> (default today UTC). Same chakra-row at every depth; sub-period of sign Q within MD of P: <code>years = (P.years × Q.years) / paramayu</code>.</p>\n","urlObject":{"path":["vedic","dashas","kalachakra","antar"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"9483095a-16be-43e6-8f72-19b5e0b08f42","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/kalachakra/antar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"level\": \"string\",\n    \"currentMaha\": {}\n  }\n}"},{"id":"5b423ef8-492a-42be-8fde-6d3c8548d5c1","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/kalachakra/antar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"3d351fed-870f-4e79-8db5-d41616308384","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/kalachakra/antar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"11772d22-6050-4517-a119-20f190648aec"},{"name":"Dashas — Kalachakra Pratyantardasha","id":"a33c9809-720d-4905-89a9-e93f47389afb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/kalachakra/pratyantar","description":"<p>Kalachakra Pratyantardasha — 3-level cascade (MD → AD → 9 PDs). Recursion preserves the natal chakra-row and paramayu.</p>\n","urlObject":{"path":["vedic","dashas","kalachakra","pratyantar"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"2ab60ac9-659e-4c5b-bdad-edd619b80aa6","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/kalachakra/pratyantar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"level\": \"string\",\n    \"currentMaha\": {},\n    \"currentAntar\": {}\n  }\n}"},{"id":"1c8e9a69-4f99-4dcc-bc28-9280bcaccaa0","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/kalachakra/pratyantar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"7494bbd4-94c4-4cfb-8c93-3510da3ac047","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/kalachakra/pratyantar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"a33c9809-720d-4905-89a9-e93f47389afb"},{"name":"Dashas — Kalachakra Sookshmadasha","id":"7398dcc6-cea1-4ffb-b980-a9cb722bec51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/kalachakra/sookshma","description":"<p>Kalachakra Sookshmadasha — 4-level cascade.</p>\n","urlObject":{"path":["vedic","dashas","kalachakra","sookshma"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"72433c94-8c53-46a4-8b95-6a3faf34e8ea","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/kalachakra/sookshma"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"level\": \"string\",\n    \"currentMaha\": {},\n    \"currentAntar\": {},\n    \"currentPratyantar\": {}\n  }\n}"},{"id":"490a18fe-4068-4514-8f8e-c33b6f9d738e","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/kalachakra/sookshma"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"3d6de9a1-5011-4570-9495-4e615a74aaba","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/kalachakra/sookshma"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"7398dcc6-cea1-4ffb-b980-a9cb722bec51"},{"name":"Dashas — Kalachakra Pranadasha","id":"13cd3f32-e857-47fb-80d9-adbbcfb97ba3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/kalachakra/prana","description":"<p>Kalachakra Pranadasha — 5-level cascade (finest grain — minutes-scale at full depth).</p>\n","urlObject":{"path":["vedic","dashas","kalachakra","prana"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"3f03ae32-7f2f-4cd0-8e71-b5a86b53a0ce","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/kalachakra/prana"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"level\": \"string\",\n    \"currentMaha\": {},\n    \"currentAntar\": {},\n    \"currentPratyantar\": {},\n    \"currentSookshma\": {}\n  }\n}"},{"id":"c48e8ae4-a9b2-4481-b092-3269c6fc0d4b","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/kalachakra/prana"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"986a14b7-58d4-4021-b077-45dd9ae45943","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/kalachakra/prana"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"13cd3f32-e857-47fb-80d9-adbbcfb97ba3"},{"name":"Dashas — Chara Mahadasha","id":"4b92be93-987c-43ec-a697-daa4e06c2381","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/chara/maha","description":"<p>Chara Dasha (Jaimini rasi-dasha — Mahadasha lord = sign, not planet). 12 Mahadashas of variable duration starting at lagna sign. Direction = forward for movable+dual signs (Aries/Cancer/Libra/Capricorn/Gemini/Virgo/Sagittarius/Pisces); reverse for fixed (Taurus/Leo/Scorpio/Aquarius). Per-sign duration = inclusive count from sign to its lord (in direction) minus 1; lord-in-own-sign → 12 years. Co-lord rule for Scorpio (Mars+Ketu) and Aquarius (Saturn+Rahu): pick the OTHER if exactly one is in the sign, else higher absolute longitude. Default variant = K.N. Rao (matches PyJHora chart_method=1 + JHora default + AstroSage).</p>\n","urlObject":{"path":["vedic","dashas","chara","maha"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"1401b49c-4b07-4cdc-922b-912d62cdf011","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/chara/maha"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"2541dca6-0707-4a44-94db-2b4700c766e9","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/chara/maha"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"7b35b7fd-da26-4f8b-93cb-6e702fc2b9cb","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/chara/maha"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"4b92be93-987c-43ec-a697-daa4e06c2381"},{"name":"Dashas — Chara Antardasha","id":"64ca04c0-b016-4382-89f5-7577b8cd7bd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/chara/antar","description":"<p>Chara Antardasha — 12 sub-periods of the running Mahadasha at <code>targetDate</code> (default today UTC). Equal-share subdivision: each antar = parent_years / 12. Order: parent's NEXT sign first (in parent direction), parent sign LAST (per K.N. Rao).</p>\n","urlObject":{"path":["vedic","dashas","chara","antar"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"506de134-2db5-419b-8e3c-975a6358b6fd","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/chara/antar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"variant\": \"string\",\n    \"level\": \"string\",\n    \"currentMaha\": {}\n  }\n}"},{"id":"4facd55d-b300-4655-adae-89bb822a076c","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/chara/antar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"1ca0d1c1-42cb-4b5d-bf31-fdca28b08a96","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/chara/antar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"64ca04c0-b016-4382-89f5-7577b8cd7bd1"},{"name":"Dashas — Chara Pratyantardasha","id":"8703b0ac-16ef-4ca5-b53e-3687eba68309","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/chara/pratyantar","description":"<p>Chara Pratyantardasha — 3-level cascade (MD → AD → 12 PDs). Recursive equal-share subdivision; same direction at every depth.</p>\n","urlObject":{"path":["vedic","dashas","chara","pratyantar"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"a69a2192-9a30-4f4f-ac4b-584c163998a2","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/chara/pratyantar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"variant\": \"string\",\n    \"level\": \"string\",\n    \"currentMaha\": {},\n    \"currentAntar\": {}\n  }\n}"},{"id":"97d2df24-3e1e-4f59-8ffb-b9b2f2a70b38","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/chara/pratyantar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"b53344be-9859-42f1-8a1b-85ffc4781234","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/chara/pratyantar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"8703b0ac-16ef-4ca5-b53e-3687eba68309"},{"name":"Dashas — Chara Sookshmadasha","id":"6f1f3e1f-b310-45fe-a0bb-d181ac077168","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/chara/sookshma","description":"<p>Chara Sookshmadasha — 4-level cascade.</p>\n","urlObject":{"path":["vedic","dashas","chara","sookshma"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"b0d0cd98-aa8c-4868-9037-1bc410c92ef3","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/chara/sookshma"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"variant\": \"string\",\n    \"level\": \"string\",\n    \"currentMaha\": {},\n    \"currentAntar\": {},\n    \"currentPratyantar\": {}\n  }\n}"},{"id":"fd535271-f5e8-481a-8fcb-6d336a1ccfa8","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/chara/sookshma"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"b5321662-398e-4219-bdbd-ea383a7f2c52","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/chara/sookshma"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"6f1f3e1f-b310-45fe-a0bb-d181ac077168"},{"name":"Dashas — Chara Pranadasha","id":"78e706ee-51e8-4613-94b7-07e31623ec6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/chara/prana","description":"<p>Chara Pranadasha — 5-level cascade (finest grain). Minute-scale duration at full depth.</p>\n","urlObject":{"path":["vedic","dashas","chara","prana"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"af210a53-2c88-463e-af2f-d9fe99eede91","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/chara/prana"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"variant\": \"string\",\n    \"level\": \"string\",\n    \"currentMaha\": {},\n    \"currentAntar\": {},\n    \"currentPratyantar\": {},\n    \"currentSookshma\": {}\n  }\n}"},{"id":"0a03cdde-f68a-4c35-821e-d46106171c61","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/chara/prana"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"6da53266-2b48-4bc3-91bd-dc337dfa521a","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/chara/prana"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"78e706ee-51e8-4613-94b7-07e31623ec6c"},{"name":"Dashas — Tribhagi Mahadasha","id":"988b82ae-ed21-4924-af32-6b2025c535cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/tribhagi/maha","description":"<p>Tribhagi Dasha — 1/3-scale variant of Vimshottari (40-year cycle). Same 9-planet sequence (Ketu→Venus→Sun→Moon→Mars→Rahu→Jupiter→Saturn→Mercury) and same nakshatra-mapping rule, all periods × (1/3): Ketu 7/3, Venus 20/3, Sun 2, Moon 10/3, etc. Useful when finer-grain timing is needed within a Vimshottari-equivalent span. Returns the running cycle of 9 mahadashas from the chart's initial-balance-adjusted birth time.</p>\n","urlObject":{"path":["vedic","dashas","tribhagi","maha"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"99958a5d-096f-4d1b-9acb-bb044fe3c11a","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/tribhagi/maha"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"level\": \"string\",\n    \"ayanamsa\": 7263.412011651182,\n    \"nakshatra\": {},\n    \"initial\": {}\n  }\n}"},{"id":"ad5022cb-32a2-4e4d-84ac-f2f503c9936a","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/tribhagi/maha"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"338c425c-5af4-4ba9-9c2f-2a1091901ded","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/tribhagi/maha"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"988b82ae-ed21-4924-af32-6b2025c535cb"},{"name":"Dashas — Tribhagi Antardasha","id":"6c43d067-ee1f-4505-b5a7-6b5839355342","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/tribhagi/antar","description":"<p>Tribhagi Antardasha — 9 sub-periods of the running MD at <code>targetDate</code>. Recursive proportional split (parent_years × sub_planet_period / 40).</p>\n","urlObject":{"path":["vedic","dashas","tribhagi","antar"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"09384cc6-3417-42fa-b9d5-2a56a1dd1a10","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/tribhagi/antar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"level\": \"string\",\n    \"currentMaha\": {}\n  }\n}"},{"id":"6775ae1f-5951-49d1-9650-300070e722ba","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/tribhagi/antar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"4629e240-33fd-4949-8875-5ebbd0ec7fd7","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/tribhagi/antar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"6c43d067-ee1f-4505-b5a7-6b5839355342"},{"name":"Dashas — Tribhagi Pratyantardasha","id":"b42b60da-3217-4e2c-bb72-406c1dc6eb0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/tribhagi/pratyantar","description":"<p>Tribhagi Pratyantardasha — 3-level cascade (MD → AD → 9 PDs).</p>\n","urlObject":{"path":["vedic","dashas","tribhagi","pratyantar"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"b928fe78-d189-4311-b141-7de125b124d1","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/tribhagi/pratyantar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"level\": \"string\",\n    \"currentMaha\": {},\n    \"currentAntar\": {}\n  }\n}"},{"id":"789b18ca-5ec9-4263-a926-9ec18520f289","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/tribhagi/pratyantar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"b57dd1c1-d0c3-4238-bb89-d96936cb27fa","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/tribhagi/pratyantar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"b42b60da-3217-4e2c-bb72-406c1dc6eb0e"},{"name":"Dashas — Tribhagi Sookshmadasha","id":"1a6d3f6e-be6c-403e-ab59-c293ea24e3ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/tribhagi/sookshma","description":"<p>Tribhagi Sookshmadasha — 4-level cascade.</p>\n","urlObject":{"path":["vedic","dashas","tribhagi","sookshma"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"95984598-3fe5-4133-a0b9-d628f3716c54","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/tribhagi/sookshma"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"level\": \"string\",\n    \"currentMaha\": {},\n    \"currentAntar\": {},\n    \"currentPratyantar\": {}\n  }\n}"},{"id":"54f8760b-9b5c-48d2-b4f5-43da51df3927","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/tribhagi/sookshma"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"762b9f39-17b6-4d24-96db-eb7fc57eed7b","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/tribhagi/sookshma"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"1a6d3f6e-be6c-403e-ab59-c293ea24e3ad"},{"name":"Dashas — Tribhagi Pranadasha","id":"6d213532-34e3-40ad-9b01-7bde8811462f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/tribhagi/prana","description":"<p>Tribhagi Pranadasha — 5-level cascade (finest grain).</p>\n","urlObject":{"path":["vedic","dashas","tribhagi","prana"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"45bfcd44-35e6-4761-9770-258bdbcf66ec","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/tribhagi/prana"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"level\": \"string\",\n    \"currentMaha\": {},\n    \"currentAntar\": {},\n    \"currentPratyantar\": {},\n    \"currentSookshma\": {}\n  }\n}"},{"id":"09273ee4-a3fc-4e5e-9ec8-1ecfaac67b54","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/tribhagi/prana"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"65dec2bf-48dc-4952-b99c-c9d9fb701dab","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/tribhagi/prana"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"6d213532-34e3-40ad-9b01-7bde8811462f"},{"name":"Dashas — Shatabdika Mahadasha","id":"57d08c30-c678-44a6-bd42-6da0d148259e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shatabdika/maha","description":"<p>Shatabdika Dasha — 100-year nakshatra dasha cycle (BPHS Adhyaya 46 group). 7 planets (no shadow planets), seed nakshatra = Revati (27). Sequence: Sun(5)→Moon(5)→Venus(10)→Mercury(10)→Jupiter(20)→Mars(20)→Saturn(30). Distribution: 6 planets get 4 nakshatras each, Saturn gets 3. Standard nakshatra-fraction × period balance rule. Algorithm port of PyJHora sataatbika.py.</p>\n","urlObject":{"path":["vedic","dashas","shatabdika","maha"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"78159d2c-5ffd-4d5b-824f-861418ae17a1","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shatabdika/maha"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"level\": \"string\",\n    \"nakshatra\": {},\n    \"initial\": {\n      \"initialPlanet\": \"string\",\n      \"fullPeriodYears\": 8051.430439580025,\n      \"balanceYears\": 2692.9265658817812,\n      \"seedNakshatra\": \"string\",\n      \"applicabilityNote\": \"string\"\n    }\n  }\n}"},{"id":"bcbe5d2a-b5b9-47e1-ba20-d95cd7d6faa7","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shatabdika/maha"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"08d1f65a-4246-482c-b335-67f9f491a966","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shatabdika/maha"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"57d08c30-c678-44a6-bd42-6da0d148259e"},{"name":"Dashas — Shatabdika Antardasha","id":"a1a9cc76-0a92-44c2-9675-311aed1732ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shatabdika/antar","description":"<p>Shatabdika Antardasha — 7 sub-periods of the running MD at <code>targetDate</code>. Recursive proportional split (parent_years × sub_planet_period / 100).</p>\n","urlObject":{"path":["vedic","dashas","shatabdika","antar"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"8c18af40-a3f1-4342-ab88-fab790f3435a","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shatabdika/antar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"level\": \"string\",\n    \"currentMaha\": {}\n  }\n}"},{"id":"a5f39500-2066-45d0-b46b-383e397edf46","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shatabdika/antar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"1bf2cd1b-6256-4638-ac75-5acf63837dd9","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shatabdika/antar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"a1a9cc76-0a92-44c2-9675-311aed1732ea"},{"name":"Dashas — Shatabdika Pratyantardasha","id":"8ca1f20c-612c-44ce-9742-24b3c2d78de0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shatabdika/pratyantar","description":"<p>Shatabdika Pratyantardasha — 3-level cascade (MD → AD → 7 PDs).</p>\n","urlObject":{"path":["vedic","dashas","shatabdika","pratyantar"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"1cd10104-df12-4fcf-a364-a200288a50db","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shatabdika/pratyantar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"level\": \"string\",\n    \"currentMaha\": {},\n    \"currentAntar\": {}\n  }\n}"},{"id":"c889c4d4-6043-4efd-9ca2-ad1d0414df05","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shatabdika/pratyantar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"dff76378-0330-4786-b33d-e0cbd283f44c","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shatabdika/pratyantar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"8ca1f20c-612c-44ce-9742-24b3c2d78de0"},{"name":"Dashas — Shatabdika Sookshmadasha","id":"a193cf8f-ce42-49a2-b09c-7ebbe53054ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shatabdika/sookshma","description":"<p>Shatabdika Sookshmadasha — 4-level cascade.</p>\n","urlObject":{"path":["vedic","dashas","shatabdika","sookshma"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"02b86a3c-6670-432a-bc7e-a3ae202dc1e9","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shatabdika/sookshma"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"level\": \"string\",\n    \"currentMaha\": {},\n    \"currentAntar\": {},\n    \"currentPratyantar\": {}\n  }\n}"},{"id":"8eec1b72-34e1-45e1-842e-a84459ca207d","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shatabdika/sookshma"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"86d6a3ff-3462-48a1-86eb-37ea798b9285","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shatabdika/sookshma"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"a193cf8f-ce42-49a2-b09c-7ebbe53054ca"},{"name":"Dashas — Shatabdika Pranadasha","id":"51c67b9b-0aaf-475b-8b76-aea9cd1686ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shatabdika/prana","description":"<p>Shatabdika Pranadasha — 5-level cascade (finest grain).</p>\n","urlObject":{"path":["vedic","dashas","shatabdika","prana"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"eb94bb06-7516-4fe3-b7ed-62659b7bdb0d","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shatabdika/prana"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"level\": \"string\",\n    \"currentMaha\": {},\n    \"currentAntar\": {},\n    \"currentPratyantar\": {},\n    \"currentSookshma\": {}\n  }\n}"},{"id":"629b46de-00c9-4e84-bdca-15f124736b6c","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shatabdika/prana"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"03e5c183-dea5-40d1-88f0-8c9d98df0772","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shatabdika/prana"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"51c67b9b-0aaf-475b-8b76-aea9cd1686ec"},{"name":"Dashas — Shodashottari Mahadasha","id":"fa4e82a8-1c03-45fc-9085-8a4c2ae0b84c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shodashottari/maha","description":"<p>Shodashottari Dasha — 116-year nakshatra dasha cycle (BPHS Adhyaya 46 group). 8 planets (Rahu excluded, Ketu included), seed nakshatra = Pushya (8). Sequence: Sun(11)→Mars(12)→Jupiter(13)→Saturn(14)→Ketu(15)→Moon(16)→Mercury(17)→Venus(18). Distribution: 3 planets get 4 nakshatras, 5 get 3. Per AmatyaKaraka tradition: applicable when lagna in Chandra hora during Krishna paksha OR Surya hora during Shukla paksha (informational; dasha is computed regardless). Algorithm port of PyJHora shodasottari.py.</p>\n","urlObject":{"path":["vedic","dashas","shodashottari","maha"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"71a493a7-9171-421f-b038-8a290b695898","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shodashottari/maha"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"level\": \"string\",\n    \"nakshatra\": {},\n    \"initial\": {\n      \"initialPlanet\": \"string\",\n      \"fullPeriodYears\": 8051.430439580025,\n      \"balanceYears\": 2692.9265658817812,\n      \"seedNakshatra\": \"string\",\n      \"applicabilityNote\": \"string\"\n    }\n  }\n}"},{"id":"d848ebcc-9abf-4b0a-a1ee-9f20e5d3ecd1","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shodashottari/maha"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"33a6cd2b-9c30-4c1a-afa2-131182a7ded4","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shodashottari/maha"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"fa4e82a8-1c03-45fc-9085-8a4c2ae0b84c"},{"name":"Dashas — Shodashottari Antardasha","id":"58887894-764b-4460-8146-30d8f69797ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shodashottari/antar","description":"<p>Shodashottari Antardasha — 8 sub-periods of the running MD at <code>targetDate</code>. Recursive proportional split (parent_years × sub_planet_period / 116).</p>\n","urlObject":{"path":["vedic","dashas","shodashottari","antar"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"8e49e49a-452a-438a-b0c3-5158d269d6fb","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shodashottari/antar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"level\": \"string\",\n    \"currentMaha\": {}\n  }\n}"},{"id":"a30a4833-805f-472a-9d73-13509ae60bc2","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shodashottari/antar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"2bb48f08-b4ed-4f86-a786-1dadfbbf9e77","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shodashottari/antar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"58887894-764b-4460-8146-30d8f69797ea"},{"name":"Dashas — Shodashottari Pratyantardasha","id":"380479b7-7015-40ed-b4c2-7d9bb99b64fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shodashottari/pratyantar","description":"<p>Shodashottari Pratyantardasha — 3-level cascade (MD → AD → 8 PDs).</p>\n","urlObject":{"path":["vedic","dashas","shodashottari","pratyantar"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"e5708002-64b7-4020-b550-510d01ddd0b6","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shodashottari/pratyantar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"level\": \"string\",\n    \"currentMaha\": {},\n    \"currentAntar\": {}\n  }\n}"},{"id":"cf136f4e-4772-40c3-a69f-6ca2fc90d293","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shodashottari/pratyantar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"4d34b0bf-6148-4542-931a-b721d72abd1c","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shodashottari/pratyantar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"380479b7-7015-40ed-b4c2-7d9bb99b64fb"},{"name":"Dashas — Shodashottari Sookshmadasha","id":"ac174b95-6c76-4c99-8503-15c119cc6ad7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shodashottari/sookshma","description":"<p>Shodashottari Sookshmadasha — 4-level cascade.</p>\n","urlObject":{"path":["vedic","dashas","shodashottari","sookshma"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"538ed521-f07e-47c1-8b47-3ec94834c874","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shodashottari/sookshma"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"level\": \"string\",\n    \"currentMaha\": {},\n    \"currentAntar\": {},\n    \"currentPratyantar\": {}\n  }\n}"},{"id":"fc20a5bb-cf29-4bcf-9130-ddea95233606","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shodashottari/sookshma"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"1558547c-2585-4fc2-bf9a-cd1e717ba957","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shodashottari/sookshma"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"ac174b95-6c76-4c99-8503-15c119cc6ad7"},{"name":"Dashas — Shodashottari Pranadasha","id":"1397d1e8-4bc7-4811-8f2c-9ee77e49dcea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shodashottari/prana","description":"<p>Shodashottari Pranadasha — 5-level cascade (finest grain).</p>\n","urlObject":{"path":["vedic","dashas","shodashottari","prana"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"1863618b-79bb-49af-9982-70608a9c5067","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shodashottari/prana"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"level\": \"string\",\n    \"currentMaha\": {},\n    \"currentAntar\": {},\n    \"currentPratyantar\": {},\n    \"currentSookshma\": {}\n  }\n}"},{"id":"40bbc0fe-6ed8-4542-b1e6-3675c9f0a4fa","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shodashottari/prana"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"5a485bac-8f60-46aa-baf2-f8d7611da5ac","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1947-08-15\",\n  \"time\": \"02:00:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 27.49,\n  \"longitude\": 77.67,\n  \"targetDate\": \"2026-05-06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shodashottari/prana"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"1397d1e8-4bc7-4811-8f2c-9ee77e49dcea"},{"name":"Dashas — Sthira Mahadasha","id":"8fa36c7c-4641-4e93-bafe-d52b04aa5676","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/sthira/maha","description":"<p>Sthira Dasha — Jaimini fixed rasi-dasha. Seed = sign of Brahma planet (PyJHora <code>house.brahma</code>: stronger of asc vs 7th → top-2 lords of 6/8/12 from stronger rasi → strongest by 6 Jaimini rasi-rules). MD walks 12 signs forward; per-sign duration 7y movable / 8y fixed / 9y dual. Sub-periods: equal 12-fold split, forward from parent. Year basis 365.256364d (sidereal year, PyJHora canon).</p>\n","urlObject":{"path":["vedic","dashas","sthira","maha"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"07dce974-f020-4b11-ae9a-6ac29f9b6f10","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/sthira/maha"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"level\": \"string\",\n    \"lagna\": {},\n    \"seed\": {\n      \"brahma\": 650.6083006165663,\n      \"brahmaName\": \"string\",\n      \"sign\": 461.14129475825604,\n      \"signName\": \"string\"\n    }\n  }\n}"},{"id":"c288614c-f994-410a-b8fb-75f8c5724eab","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/sthira/maha"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"0bcd0b36-9081-4a12-a592-0c312f320adc","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/sthira/maha"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"8fa36c7c-4641-4e93-bafe-d52b04aa5676"},{"name":"Dashas — Sthira Antardasha","id":"2a310758-6886-443f-bfc2-633ba6d89b32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/sthira/antar","description":"<p>Sthira Antardasha — equal-split sub-periods of running MD at <code>targetDate</code>.</p>\n","urlObject":{"path":["vedic","dashas","sthira","antar"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"f0f0a99b-34cb-4617-acd3-64db1984b479","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/sthira/antar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"level\": \"string\",\n    \"currentMaha\": {}\n  }\n}"},{"id":"adcf5b93-2063-4287-8250-bb5cd7b0e4ea","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/sthira/antar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"9fe74991-de08-4332-a319-fcca3cbb76ed","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/sthira/antar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"2a310758-6886-443f-bfc2-633ba6d89b32"},{"name":"Dashas — Sthira Pratyantardasha","id":"0ffdc938-edd7-41da-894e-55723b3926fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/sthira/pratyantar","description":"<p>Sthira Pratyantardasha — 3-level cascade.</p>\n","urlObject":{"path":["vedic","dashas","sthira","pratyantar"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"e2f764b5-41fc-49e3-b8a8-c84b2aeb9edb","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/sthira/pratyantar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"level\": \"string\",\n    \"currentMaha\": {},\n    \"currentAntar\": {}\n  }\n}"},{"id":"d10aa65b-3a74-4721-a182-7a5ce9ddc443","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/sthira/pratyantar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"985df303-379c-4df2-882e-29c21b083f11","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/sthira/pratyantar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"0ffdc938-edd7-41da-894e-55723b3926fa"},{"name":"Dashas — Sthira Sookshmadasha","id":"eb227e46-7b15-4822-9482-78a7ed1c188d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/sthira/sookshma","description":"<p>Sthira Sookshmadasha — 4-level cascade.</p>\n","urlObject":{"path":["vedic","dashas","sthira","sookshma"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"74387314-1c33-448b-a81b-6945353591bb","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/sthira/sookshma"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"level\": \"string\",\n    \"currentMaha\": {},\n    \"currentAntar\": {},\n    \"currentPratyantar\": {}\n  }\n}"},{"id":"205f1fdd-316d-46f7-b32a-e8673fb92e1e","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/sthira/sookshma"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"d19ff618-9f7b-4df5-aaa1-7014cd019fc6","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/sthira/sookshma"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"eb227e46-7b15-4822-9482-78a7ed1c188d"},{"name":"Dashas — Sthira Pranadasha","id":"91d1557a-7332-4fbc-8d28-1311f09b824d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/sthira/prana","description":"<p>Sthira Pranadasha — 5-level cascade (finest grain).</p>\n","urlObject":{"path":["vedic","dashas","sthira","prana"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"7f0b8739-012a-4483-891a-9437465b3e89","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/sthira/prana"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"level\": \"string\",\n    \"currentMaha\": {},\n    \"currentAntar\": {},\n    \"currentPratyantar\": {},\n    \"currentSookshma\": {}\n  }\n}"},{"id":"b2ad4ba5-df2f-45c7-83ce-35f42d286531","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/sthira/prana"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"b6c7377f-9b00-4d25-ad4e-8d0016a35112","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/sthira/prana"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"91d1557a-7332-4fbc-8d28-1311f09b824d"},{"name":"Dashas — Shoola Mahadasha","id":"f83ef436-fb3d-4f1e-bd9e-8ad1a965bbbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"houseIndex\": 1,\n  \"antardasaSeedOption\": 2\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shoola/maha","description":"<p>Shoola Dasha — Jaimini \"Trident\" rasi-dasha. Seed = stronger_rasi(asc, asc+6) by default (<code>houseIndex=1</code>; can be 1..12 to shift the lagna anchor). MD = 12 signs forward, 9 years each. Sub-period antara-seed <code>option=2</code> by default (stronger_rasi of parent vs parent+6); option 1 = sign of lord(parent), option 3 = sign of lord(stronger). Children: equal 12-fold split, forward from antara seed.</p>\n","urlObject":{"path":["vedic","dashas","shoola","maha"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"063cc877-30c1-47bc-b9ca-8ead57f5cacd","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"houseIndex\": 1,\n  \"antardasaSeedOption\": 2\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shoola/maha"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"level\": \"string\",\n    \"lagna\": {},\n    \"seed\": {\n      \"houseIndex\": 4026.783880375755,\n      \"baseSign\": 9461.98879563789,\n      \"sign\": 9627.68918349081,\n      \"signName\": \"string\",\n      \"antardasaSeedOption\": 5809.613039559871\n    }\n  }\n}"},{"id":"14cb5d79-c9c6-4d5a-badb-e0ad0de4ee8a","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"houseIndex\": 1,\n  \"antardasaSeedOption\": 2\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shoola/maha"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"ff1aa19f-d616-49a4-971d-debcc076d1b7","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"houseIndex\": 1,\n  \"antardasaSeedOption\": 2\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shoola/maha"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"f83ef436-fb3d-4f1e-bd9e-8ad1a965bbbf"},{"name":"Dashas — Shoola Antardasha","id":"0326f554-1d4e-468a-8e26-91aeee23c883","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\",\n  \"antardasaSeedOption\": 2\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shoola/antar","description":"<p>Shoola Antardasha — sub-periods of running MD at <code>targetDate</code> per chosen <code>antardasaSeedOption</code>.</p>\n","urlObject":{"path":["vedic","dashas","shoola","antar"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"2e470882-0610-4497-ad51-8ae781d91523","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\",\n  \"antardasaSeedOption\": 2\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shoola/antar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"level\": \"string\",\n    \"currentMaha\": {}\n  }\n}"},{"id":"4703f2fb-c17c-4495-b1c9-67a8a1a62cb8","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\",\n  \"antardasaSeedOption\": 2\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shoola/antar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"003fd27d-398c-4f4d-bef0-81147bd23f8e","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\",\n  \"antardasaSeedOption\": 2\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shoola/antar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"0326f554-1d4e-468a-8e26-91aeee23c883"},{"name":"Dashas — Shoola Pratyantardasha","id":"3441c153-1892-4e6e-9133-a1ab2177b8b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shoola/pratyantar","description":"<p>Shoola Pratyantardasha — 3-level cascade.</p>\n","urlObject":{"path":["vedic","dashas","shoola","pratyantar"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"ecd1948f-0670-4f2b-8d1c-f3b2d3f072ff","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shoola/pratyantar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"level\": \"string\",\n    \"currentMaha\": {},\n    \"currentAntar\": {}\n  }\n}"},{"id":"25fc22a8-054d-4e98-8561-d15a1729bba3","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shoola/pratyantar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"2ca6cc81-d14f-4ab8-bb42-35a9e6835a1e","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shoola/pratyantar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"3441c153-1892-4e6e-9133-a1ab2177b8b6"},{"name":"Dashas — Shoola Sookshmadasha","id":"d7fd77aa-8e87-4f86-902c-2954c1d6b7b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shoola/sookshma","description":"<p>Shoola Sookshmadasha — 4-level cascade.</p>\n","urlObject":{"path":["vedic","dashas","shoola","sookshma"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"93019add-95f1-4905-b99b-9a616b921d39","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shoola/sookshma"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"level\": \"string\",\n    \"currentMaha\": {},\n    \"currentAntar\": {},\n    \"currentPratyantar\": {}\n  }\n}"},{"id":"5956443c-d9c8-45b1-85f4-c4cb123f631d","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shoola/sookshma"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"b8f6479b-3749-4232-ba45-6d1c1831d1f6","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shoola/sookshma"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"d7fd77aa-8e87-4f86-902c-2954c1d6b7b1"},{"name":"Dashas — Shoola Pranadasha","id":"2f5b52c5-0491-4289-a2fd-c3c35c47e2b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shoola/prana","description":"<p>Shoola Pranadasha — 5-level cascade (finest grain).</p>\n","urlObject":{"path":["vedic","dashas","shoola","prana"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"16baaff7-7220-4741-ad7d-ea491db5927b","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shoola/prana"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"string\",\n    \"level\": \"string\",\n    \"currentMaha\": {},\n    \"currentAntar\": {},\n    \"currentPratyantar\": {},\n    \"currentSookshma\": {}\n  }\n}"},{"id":"ad9742c2-2db3-445a-92a0-1d5c89a5ec9e","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shoola/prana"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"d08224b3-0574-4834-9b22-796619ad693a","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/dashas/shoola/prana"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"2f5b52c5-0491-4289-a2fd-c3c35c47e2b4"},{"name":"Jaimini — Karakas (Chara + Naisargika)","id":"ba2fcf58-3f91-4424-8276-c485bd0d007a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/karakas","description":"<p>Jaimini karakas: chara karakas (8-planet ranking by advancement-in-rasi, Atmakaraka..Darakaraka) + naisargika karakas (fixed planet→house mapping). Source: Jaimini Sutras 2.x + BPHS Adhyaya 47 + PyJHora chara_karakas/naisargika_karakas.</p>\n","urlObject":{"path":["vedic","jaimini","karakas"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"d4a323b9-04cb-4c86-b4b9-60f2a4dc51a9","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/karakas"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"lagna\": {},\n    \"chara\": [\n      {\n        \"rank\": 6109.543892292752,\n        \"role\": \"string\",\n        \"graha\": 9216.133331844734,\n        \"grahaName\": \"string\",\n        \"longitudeInSign\": 358.71306504582367\n      },\n      {\n        \"rank\": 6636.73592559944,\n        \"role\": \"string\",\n        \"graha\": 268.0754782918138,\n        \"grahaName\": \"string\",\n        \"longitudeInSign\": 4102.454107441306\n      }\n    ]\n  }\n}"},{"id":"4f48a3a2-610f-4809-a837-9adba30dc6d8","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/karakas"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"73ae55a4-98a3-4713-84bb-da424dc98319","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/karakas"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"ba2fcf58-3f91-4424-8276-c485bd0d007a"},{"name":"Jaimini — Chara Karakas (detailed)","id":"b2ae9fde-c6ef-4f1b-92b9-e5d68f14de20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/chara-karakas","description":"<p>Detailed chara karaka ranking with Atmakaraka/Darakaraka highlighted. Same algorithm as <code>/karakas</code> but focused output for AK/DK-driven analyses.</p>\n","urlObject":{"path":["vedic","jaimini","chara-karakas"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"b3fa99d6-c97e-48bc-9fca-c5204995d5cd","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/chara-karakas"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"lagna\": {},\n    \"atmakaraka\": {},\n    \"darakaraka\": {}\n  }\n}"},{"id":"338bddd7-bfb5-4443-9f83-4e017412ba3d","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/chara-karakas"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"b4bcff21-0669-4901-9a0a-7ea62a645ac7","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/chara-karakas"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"b2ae9fde-c6ef-4f1b-92b9-e5d68f14de20"},{"name":"Jaimini — Padas (Bhava/Surya/Chandra/Graha Arudhas)","id":"9126dc21-f645-4b01-ae0e-1f4766229747","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/padas","description":"<p>All canonical Arudhas: A1..A12 (Bhava Arudhas / lagna padas), S1..S12 (Surya/Sun arudhas), M1..M12 (Chandra/Moon arudhas), and Graha Arudhas (lagna + 9 planets). Implements 1/7-trim rule per BPHS Adhyaya 26 verse 4.</p>\n","urlObject":{"path":["vedic","jaimini","padas"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"2623b29d-62e8-468d-ac35-221a5d3d2c35","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/padas"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"lagna\": {},\n    \"bhavaArudhas\": [\n      {\n        \"label\": \"string\",\n        \"sign\": 1347.1205455203994,\n        \"signName\": \"string\"\n      },\n      {\n        \"label\": \"string\",\n        \"sign\": 353.5447320983498,\n        \"signName\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"d3c2de1a-104b-4e0b-a8d0-f0828e0466e0","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/padas"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"c2723465-4acd-4a1e-8472-8fb0abfeeeba","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/padas"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"9126dc21-f645-4b01-ae0e-1f4766229747"},{"name":"Jaimini — Upapada Lagna (UL)","id":"dcc071c7-2acc-4511-b1ce-9847fa1f4ad8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/upapada","description":"<p>Upapada Lagna (UL = A12) — pada of the 12th house from lagna. Canonical Jaimini significator for spouse, marriage, partnerships.</p>\n","urlObject":{"path":["vedic","jaimini","upapada"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"e4a3f9fd-4b9e-4364-93eb-25c5dd65e7ee","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/upapada"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"lagna\": {},\n    \"upapada\": {\n      \"label\": \"string\",\n      \"sign\": 7372.514187797403,\n      \"signName\": \"string\"\n    },\n    \"meaning\": \"string\"\n  }\n}"},{"id":"7dc0e1b7-9ed1-416f-84dd-5d607e66db78","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/upapada"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"c0f02a19-c6df-4242-9cb4-abdebdff4f15","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/upapada"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"dcc071c7-2acc-4511-b1ce-9847fa1f4ad8"},{"name":"Jaimini — Aspects (Rasi + Graha drishti)","id":"397f97f0-5e3b-4537-8488-fb1038d7d54b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/aspects","description":"<p>Combined Jaimini aspects: rasi drishti (12-rasi sign-aspect table per modality rules) + graha drishti (per-planet Parashari aspects). Convenience aggregate of <code>/drishti-rasi</code> and <code>/drishti-graha</code>.</p>\n","urlObject":{"path":["vedic","jaimini","aspects"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"11a119eb-b907-4599-9ad9-98f9cb116321","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/aspects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"lagna\": {}\n  }\n}"},{"id":"652fc211-8a69-423b-bd72-b8eecfc16922","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/aspects"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"fcb44918-eca3-4ce3-ac3d-d0da97b2df09","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/aspects"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"397f97f0-5e3b-4537-8488-fb1038d7d54b"},{"name":"Jaimini — Rasi Drishti (sign aspects)","id":"7da70a0e-de4a-4c69-9018-fc83db26bb22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/drishti-rasi","description":"<p>Jaimini rasi drishti table: movable signs aspect all fixed except adjacent; fixed aspect all movable except adjacent; dual aspect all other dual. Per Jaimini Sutras 1.1.</p>\n","urlObject":{"path":["vedic","jaimini","drishti-rasi"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"43b41a64-83ec-4789-866d-645e32371508","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/drishti-rasi"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"lagna\": {},\n    \"rasiDrishti\": [\n      {\n        \"sign\": 7018.93888565031,\n        \"signName\": \"string\",\n        \"modality\": \"string\"\n      },\n      {\n        \"sign\": 6006.345295639572,\n        \"signName\": \"string\",\n        \"modality\": \"string\"\n      }\n    ],\n    \"method\": \"string\"\n  }\n}"},{"id":"b6ee9d4c-f51c-43df-82a2-f04bbec627f6","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/drishti-rasi"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"df2ea579-4da5-4689-a56a-c7750ebf55e1","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/drishti-rasi"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"7da70a0e-de4a-4c69-9018-fc83db26bb22"},{"name":"Jaimini — Graha Drishti (planet aspects)","id":"39897da2-b995-4184-ba57-0ec6ccda1077","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/drishti-graha","description":"<p>Per-planet graha drishti per Parashari rules (BPHS): Mars 4/7/8, Jupiter 5/7/9, Saturn 3/7/10, others 7th. Used in Jaimini-context dashboards alongside rasi drishti.</p>\n","urlObject":{"path":["vedic","jaimini","drishti-graha"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"6ed08251-d89d-4659-9f3d-35c5c53d4065","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/drishti-graha"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"lagna\": {},\n    \"grahaDrishti\": [\n      {\n        \"graha\": 9014.940212371066,\n        \"grahaName\": \"string\",\n        \"sign\": 732.6613089640643\n      },\n      {\n        \"graha\": 7710.66666003212,\n        \"grahaName\": \"string\",\n        \"sign\": 5650.022237629906\n      }\n    ],\n    \"method\": \"string\"\n  }\n}"},{"id":"3690c461-8ffe-480b-9506-867b6228a7db","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/drishti-graha"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"7b193fef-d0cd-40e3-94e2-0afae80bafc0","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/drishti-graha"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"39897da2-b995-4184-ba57-0ec6ccda1077"},{"name":"Jaimini — Karakamsa (AK in Navamsa)","id":"9162b951-40b4-432c-abae-b8d277f10a13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/atmakaraka-navamsa","description":"<p>Karakamsa — sign occupied by the Atmakaraka in the Navamsa (D9). Per Jaimini Sutras 1.2: indicates soul-level destiny, deity worship orientation, primary spiritual path.</p>\n","urlObject":{"path":["vedic","jaimini","atmakaraka-navamsa"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"5d814ce9-3efd-496f-9dac-4e18e8f26b0b","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/atmakaraka-navamsa"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"lagna\": {},\n    \"ak\": 4567.411685177285,\n    \"akName\": \"string\",\n    \"d9Sign\": 7005.03723217746,\n    \"d9SignName\": \"string\",\n    \"meaning\": \"string\"\n  }\n}"},{"id":"6d41bd42-117a-4e8b-a1e7-43aa2805972a","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/atmakaraka-navamsa"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"89533781-f7ee-4945-971c-1a876f734426","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/atmakaraka-navamsa"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"9162b951-40b4-432c-abae-b8d277f10a13"},{"name":"Jaimini — Running Dasha Summary","id":"b7cf14d5-3329-48d7-ad83-04b6836f062b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/dasha-summary","description":"<p>Convenience aggregate: returns the running Mahadasha for Chara, Sthira, and Shoola at <code>targetDate</code> (default = now). Same builders as the dedicated <code>/dashas/{chara,sthira,shoola}/maha</code> endpoints; this one returns three running periods in a single call.</p>\n","urlObject":{"path":["vedic","jaimini","dasha-summary"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"c517b4b3-b0e2-4e8d-865d-99eeb0a767a7","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/dasha-summary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"lagna\": {},\n    \"summary\": {\n      \"chara\": {},\n      \"sthira\": {},\n      \"shoola\": {}\n    }\n  }\n}"},{"id":"0fde4cc9-f596-4a95-b87b-4787c71cf3ab","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/dasha-summary"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"56db1b76-be8a-493a-a6ca-fe0fbb4f8094","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/dasha-summary"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"b7cf14d5-3329-48d7-ad83-04b6836f062b"},{"name":"Jaimini — Yogas (basic AK/DK/PK set)","id":"4f60b9f4-19b7-4a28-b5af-c2b03a2ca448","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/yogas","description":"<p>Basic Jaimini-yoga checks based on chara karakas: Raja yoga (AK in Lagna/Kendra), marriage yoga (DK in trine), AK+PK conjunction (success yoga), AK in dusthana (challenge flag). Phase 2 block 19 will add 5 dedicated <code>/yogas/jaimini/*</code> endpoints with Raja/Dhana/Daridra/Viparita Raja yogas per Jaimini canon.</p>\n","urlObject":{"path":["vedic","jaimini","yogas"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"d6345f38-4d43-4b60-84dc-25c078d35e4e","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/yogas"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"lagna\": {},\n    \"atmakaraka\": {},\n    \"darakaraka\": {},\n    \"yogas\": [\n      {\n        \"name\": \"string\",\n        \"present\": false,\n        \"description\": \"string\"\n      },\n      {\n        \"name\": \"string\",\n        \"present\": true,\n        \"description\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"efb33c4c-51bf-4a53-affb-2eaeaa704f17","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/yogas"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"ec1d0477-62ff-4e89-8b33-b2d611d2abb5","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/jaimini/yogas"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"4f60b9f4-19b7-4a28-b5af-c2b03a2ca448"},{"name":"KP — Placidus cusps with sub-lord chain","id":"e6565522-5375-472e-b137-d7be9ce8b9a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/cusps","description":"<p>KP-canonical Placidus cusps (12) with full sub-lord chain (sign / star / sub / sub-sub) for each cusp. Sub-lord chain follows K.S. Krishnamurti 1971 Vimshottari proportional sub-divisions.</p>\n","urlObject":{"path":["vedic","kp","cusps"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"64efe5da-b022-4133-ab86-0d174c01408a","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/cusps"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"lagna\": {},\n    \"cusps\": [\n      {\n        \"house\": 827.7891441077156,\n        \"longitude\": 7025.6790185105865,\n        \"sign\": 7885.882662442851,\n        \"signName\": \"string\",\n        \"signLord\": 6676.866016140692,\n        \"starName\": \"string\",\n        \"starLord\": 9592.530401795655,\n        \"subName\": \"string\",\n        \"subSubName\": \"string\"\n      },\n      {\n        \"house\": 1529.1560463562237,\n        \"longitude\": 7360.4660622002575,\n        \"sign\": 8163.694309551568,\n        \"signName\": \"string\",\n        \"signLord\": 9340.322059118826,\n        \"starName\": \"string\",\n        \"starLord\": 2006.862159281757,\n        \"subName\": \"string\",\n        \"subSubName\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"8daa0572-8921-4e43-acc3-0267ef597e55","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/cusps"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"7caa6790-77b3-4782-a977-6a5ce1f74a82","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/cusps"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"e6565522-5375-472e-b137-d7be9ce8b9a9"},{"name":"KP — Sub-lords (cusps + planets)","id":"812a4f79-1d80-43ef-8489-5a647bfa779b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/sub-lords","description":"<p>Full KP \"horoscope at a glance\" table: sub-lord chain for every cusp + every planet (lagna, 9 grahas including Ketu).</p>\n","urlObject":{"path":["vedic","kp","sub-lords"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"aed7af3e-2015-4853-a12a-68f6d7ce63ff","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/sub-lords"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"lagna\": {},\n    \"planets\": [\n      {\n        \"graha\": 1622.6758888800407,\n        \"grahaName\": \"string\",\n        \"signName\": \"string\",\n        \"starName\": \"string\",\n        \"subName\": \"string\"\n      },\n      {\n        \"graha\": 8929.17734203844,\n        \"grahaName\": \"string\",\n        \"signName\": \"string\",\n        \"starName\": \"string\",\n        \"subName\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"1098330e-c47d-4daf-b17c-914b1519a7ab","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/sub-lords"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"4e207552-d4ec-4441-8d05-e8010eca699e","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/sub-lords"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"812a4f79-1d80-43ef-8489-5a647bfa779b"},{"name":"KP — Ruling Planets","id":"af444857-7f88-4166-879a-f0bc58c57ed6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/ruling-planets","description":"<p>Canonical KP ruling planets: Day-lord + Hora-lord + Asc-sign + Asc-star + Asc-sub + Moon-sign + Moon-star + Moon-sub, deduplicated. Used in horary timing analysis.</p>\n","urlObject":{"path":["vedic","kp","ruling-planets"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"69569286-a761-4a3b-995f-4e9ab7a972da","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/ruling-planets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"dayLord\": {},\n    \"horaLord\": {},\n    \"ascendant\": {},\n    \"moon\": {},\n    \"rulingPlanets\": [\n      {\n        \"graha\": 6513.904242787352,\n        \"name\": \"string\"\n      },\n      {\n        \"graha\": 9463.382701146154,\n        \"name\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"30527be3-d63b-4b4a-af7e-304bc8b09051","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/ruling-planets"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"b0b9e497-dffd-4877-bf0b-11ccf6f98ef9","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/ruling-planets"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"af444857-7f88-4166-879a-f0bc58c57ed6"},{"name":"KP — Horary chart (1..249)","id":"2d8f073f-ea6f-4161-9fd7-88e4bcf75aca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"horaryNumber\": 108,\n  \"date\": \"2026-05-07\",\n  \"time\": \"12:00:00\",\n  \"timezoneOffset\": 0,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/horary","description":"<p>KP horary number lookup: given a number 1..249, returns the canonical KP-table ASC longitude + sub-lord chain. The horary moment is the call moment passed in the body.</p>\n","urlObject":{"path":["vedic","kp","horary"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"b16dae76-9eb7-44b0-b3c3-6cfe64d09558","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"horaryNumber\": 108,\n  \"date\": \"2026-05-07\",\n  \"time\": \"12:00:00\",\n  \"timezoneOffset\": 0,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/horary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"horaryNumber\": 2554.868970485089,\n    \"ascSidereal\": 7586.5932433887465,\n    \"ascendant\": {\n      \"signName\": \"string\",\n      \"starName\": \"string\",\n      \"subName\": \"string\"\n    },\n    \"method\": \"string\"\n  }\n}"},{"id":"594774bf-aa7f-4057-b6d7-b5793ea6f369","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"horaryNumber\": 108,\n  \"date\": \"2026-05-07\",\n  \"time\": \"12:00:00\",\n  \"timezoneOffset\": 0,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/horary"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"e2efa7e8-42b6-4109-a18a-9bf59166dbce","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"horaryNumber\": 108,\n  \"date\": \"2026-05-07\",\n  \"time\": \"12:00:00\",\n  \"timezoneOffset\": 0,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/horary"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"2d8f073f-ea6f-4161-9fd7-88e4bcf75aca"},{"name":"KP — Significators (primary/secondary/tertiary)","id":"86b44a99-4d34-4910-94c4-2207a3dd8094","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/significators","description":"<p>KP significator hierarchy per planet: primary = houses occupied by the star-lord; secondary = houses occupied by the planet itself; tertiary = houses occupied by the sign-lord. K.S. Krishnamurti <em>Reader IV</em>.</p>\n","urlObject":{"path":["vedic","kp","significators"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"e105b618-673b-45ef-8d94-61f72324c945","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/significators"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"lagna\": {},\n    \"significators\": [\n      {\n        \"graha\": 2492.549421135444,\n        \"occupies\": 709.8788970780712,\n        \"primary\": 2656.1683979176887,\n        \"secondary\": 2833.6153121895168,\n        \"tertiary\": 5740.489907455109,\n        \"chain\": {}\n      },\n      {\n        \"graha\": 9902.404106342025,\n        \"occupies\": 2490.264207332182,\n        \"primary\": 1545.7423382720426,\n        \"secondary\": 3714.022779620938,\n        \"tertiary\": 6166.099414858217,\n        \"chain\": {}\n      }\n    ]\n  }\n}"},{"id":"a5643a46-7db8-41de-bc47-6df41ffea2b7","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/significators"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"324de884-1234-4049-bcd3-6a9b69cb2f93","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/significators"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"86b44a99-4d34-4910-94c4-2207a3dd8094"},{"name":"KP — Planet cuspal positions","id":"64c0feba-1996-4cdc-aebe-f7546447c5fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/planet-cuspal-position","description":"<p>For each planet: sidereal longitude + KP chain (sign/star/sub/sub-sub) + Placidus house occupied. Convenience layout for KP analyses.</p>\n","urlObject":{"path":["vedic","kp","planet-cuspal-position"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"d88ec352-584b-423c-af97-1cbe16550a8e","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/planet-cuspal-position"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"lagna\": {},\n    \"planets\": [\n      {\n        \"graha\": 6710.730919479366,\n        \"grahaName\": \"string\",\n        \"house\": 3949.7043866786607,\n        \"signName\": \"string\",\n        \"starName\": \"string\",\n        \"subName\": \"string\"\n      },\n      {\n        \"graha\": 6275.945816197379,\n        \"grahaName\": \"string\",\n        \"house\": 6339.417817056549,\n        \"signName\": \"string\",\n        \"starName\": \"string\",\n        \"subName\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"10e55cda-a84e-40d7-9919-b0088bee984d","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/planet-cuspal-position"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"c95690d4-e537-41ba-98ed-c2ff15ee6f55","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/planet-cuspal-position"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"64c0feba-1996-4cdc-aebe-f7546447c5fc"},{"name":"KP — Sub-sub-lord lookup","id":"710da892-57c6-4895-81c4-1108552b87f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"longitude\": 215.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/sub-sub-lord","description":"<p>Returns the full sub-lord chain (sign/star/sub/sub-sub) at any sidereal longitude 0..360. Useful for transit-trigger and dasha-bhukti exact-moment analysis.</p>\n","urlObject":{"path":["vedic","kp","sub-sub-lord"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"004f630b-0f5d-4559-8d2d-9c862986f89f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"longitude\": 215.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/sub-sub-lord"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"chain\": {\n      \"longitude\": 2209.5534139197957,\n      \"signName\": \"string\",\n      \"starName\": \"string\",\n      \"subName\": \"string\",\n      \"subSubName\": \"string\"\n    }\n  }\n}"},{"id":"f767ec00-9116-4aba-9e3e-27cbefcef998","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"longitude\": 215.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/sub-sub-lord"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"8d4d45e9-42fa-4517-a9a7-08dc124ed01c","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"longitude\": 215.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/sub-sub-lord"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"710da892-57c6-4895-81c4-1108552b87f8"},{"name":"KP — Ascendant sub-lord","id":"31022673-1b9d-4329-87ee-88b57e9cc931","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/asc-sub","description":"<p>Sub-lord of the Ascendant — the canonical \"ruling indicator\" for the chart's primary motivation, life direction, and dominant karmic theme per K.S. Krishnamurti <em>Reader I-II</em>.</p>\n","urlObject":{"path":["vedic","kp","asc-sub"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"d63bd276-cbbd-4e36-918e-0b6f12109524","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/asc-sub"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"lagna\": {},\n    \"chain\": {},\n    \"ascSubLord\": {\n      \"graha\": 3945.763492131118,\n      \"name\": \"string\"\n    },\n    \"meaning\": \"string\"\n  }\n}"},{"id":"5275d0dd-7f68-4c12-90b7-51e5c00b5584","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/asc-sub"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"8272b24c-958b-4d8f-9e65-4acceb3421d5","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/asc-sub"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"31022673-1b9d-4329-87ee-88b57e9cc931"},{"name":"KP — Part of Fortune","id":"4110ed63-c70e-4c9f-860b-c2effe97d132","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/fortuna","description":"<p>Part of Fortune (Lot of Fortune): ASC + Moon − Sun (day birth) or ASC + Sun − Moon (night birth). Sub-lord chain attached for KP-style usage.</p>\n","urlObject":{"path":["vedic","kp","fortuna"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"9ad5016c-8483-4637-b302-a169f49813de","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/fortuna"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"lagna\": {},\n    \"isDayBirth\": false,\n    \"fortunaLongitude\": 8371.612131403253,\n    \"house\": 7518.656818872016,\n    \"chain\": {},\n    \"formula\": \"string\"\n  }\n}"},{"id":"e68efbf1-60e8-4805-af43-b462609a09c0","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/fortuna"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"8daf1803-8b37-4297-a19a-14aaa388f82a","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/fortuna"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"4110ed63-c70e-4c9f-860b-c2effe97d132"},{"name":"KP — Transit positions","id":"166bc8f2-997d-4ae8-b7f7-1c15e420bd8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2026-05-07\",\n  \"time\": \"12:00:00\",\n  \"timezoneOffset\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/transit-kp","description":"<p>Sidereal positions of all 9 grahas (incl. Ketu) at <code>targetDate</code> (default = now) with KP sub-lord chain attached. Use for KP transit-timing.</p>\n","urlObject":{"path":["vedic","kp","transit-kp"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"285f5d44-ec73-4d04-92cc-8a92566c48ef","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2026-05-07\",\n  \"time\": \"12:00:00\",\n  \"timezoneOffset\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/transit-kp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"jd\": 9026.89187631398,\n    \"ayanamsa\": 3477.4847796274644,\n    \"planets\": [\n      {\n        \"graha\": 3377.536073941194,\n        \"name\": \"string\",\n        \"longitude\": 259.18873277323894,\n        \"chain\": {}\n      },\n      {\n        \"graha\": 8935.769615640911,\n        \"name\": \"string\",\n        \"longitude\": 57.62418630406607,\n        \"chain\": {}\n      }\n    ]\n  }\n}"},{"id":"cddf8114-c264-4c5e-9108-df57c9a62986","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2026-05-07\",\n  \"time\": \"12:00:00\",\n  \"timezoneOffset\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/transit-kp"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"8cc54dd7-ebc6-4491-95ac-52da05df270c","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2026-05-07\",\n  \"time\": \"12:00:00\",\n  \"timezoneOffset\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/kp/transit-kp"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"166bc8f2-997d-4ae8-b7f7-1c15e420bd8d"},{"name":"Lal Kitab — Teva (fixed-house chart)","id":"285907cd-31ef-4dab-b095-dfd0156e46ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/teva","description":"<p>Lal Kitab teva: fixed-house chart where house = sign (Aries=1..Pisces=12), no ASC rotation. Each planet placed by sign with state (own/exalted/debilitated/neutral) + pakka-ghar match flag. YELLOW: Lal Kitab is single-school; we ship K. Ashant + R.D. Mathur consensus.</p>\n","urlObject":{"path":["vedic","lal-kitab","teva"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"d967a432-3f74-4f9f-8275-1b8999536fee","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/teva"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"lagna\": {},\n    \"teva\": [\n      {\n        \"graha\": 8842.755786747897,\n        \"grahaName\": \"string\",\n        \"house\": 8794.311198808211,\n        \"state\": \"string\",\n        \"inPakkaGhar\": true\n      },\n      {\n        \"graha\": 9351.21296864398,\n        \"grahaName\": \"string\",\n        \"house\": 3114.988857247725,\n        \"state\": \"string\",\n        \"inPakkaGhar\": true\n      }\n    ],\n    \"disclaimer\": \"string\"\n  }\n}"},{"id":"57491cdd-4a5d-4e43-888b-069cba236ec3","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/teva"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"ee0e0595-263f-4ba7-be17-894542c3a8da","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/teva"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"285907cd-31ef-4dab-b095-dfd0156e46ed"},{"name":"Lal Kitab — Kundali (12-house grid)","id":"72b9b9da-3a11-431c-9e29-21b7fb25e993","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/lal-kundali","description":"<p>Lal Kitab kundali grid layout: 12 houses, each listing planets currently in it with state. Companion to /teva for chart visualization.</p>\n","urlObject":{"path":["vedic","lal-kitab","lal-kundali"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"75c0298e-1228-4784-a850-fb520690ce74","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/lal-kundali"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"lagna\": {},\n    \"grid\": [\n      {\n        \"house\": 5179.909404773813,\n        \"houseName\": \"string\",\n        \"planets\": [\n          {\n            \"graha\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"state\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"graha\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"state\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      {\n        \"house\": 5769.082929415857,\n        \"houseName\": \"string\",\n        \"planets\": [\n          {\n            \"graha\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"state\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"graha\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"state\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    ]\n  }\n}"},{"id":"651a07e5-2ef3-4936-9878-066edee2b9cf","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/lal-kundali"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"198b623e-51e1-42dd-a333-e20527afed9b","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/lal-kundali"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"72b9b9da-3a11-431c-9e29-21b7fb25e993"},{"name":"Lal Kitab — Kismat (fortune indicator)","id":"5254e284-64d0-45a9-a58d-e9f6ace260fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/kismat","description":"<p>LK fortune score: +2 pakka ghar, +1 own sign, +2 exalted, −2 debilitated. Higher = more fortunate per K. Ashant Vol. III.</p>\n","urlObject":{"path":["vedic","lal-kitab","kismat"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"a6de03d6-d824-48ed-a870-0451a7eef2ef","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/kismat"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"lagna\": {},\n    \"kismat\": {\n      \"score\": 3244.8807149130566\n    },\n    \"interpretation\": \"string\"\n  }\n}"},{"id":"edf17fd5-d2d9-42b7-8621-d8bb80a0f096","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/kismat"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"40eaed19-b7ae-4a64-b0b5-99d9342f9f55","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/kismat"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"5254e284-64d0-45a9-a58d-e9f6ace260fd"},{"name":"Lal Kitab — Dasha (35-year cycle)","id":"f1c810b8-872c-48fa-b686-38551ea8fe41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/dasha","description":"<p>Lal Kitab dasha: 35-year cycle, 1 house per ~2.917 years from age 0 forward. Per K. Ashant tradition (alternate 38y impl in some authors flagged in <code>method</code>).</p>\n","urlObject":{"path":["vedic","lal-kitab","dasha"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"559674d0-80fe-4cc6-9825-dfc6f7fb01ef","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/dasha"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"lagna\": {},\n    \"dasha\": [\n      {\n        \"house\": 3160.4960720285535,\n        \"houseName\": \"string\",\n        \"ruler\": 6699.187257587642,\n        \"rulerName\": \"string\",\n        \"ageStart\": 4609.8602437307545,\n        \"ageEnd\": 9868.154096679667\n      },\n      {\n        \"house\": 4800.065283645298,\n        \"houseName\": \"string\",\n        \"ruler\": 2720.0143430465127,\n        \"rulerName\": \"string\",\n        \"ageStart\": 4242.352684464939,\n        \"ageEnd\": 3187.548971703884\n      }\n    ],\n    \"cycleYears\": 4596.874697641069,\n    \"method\": \"string\"\n  }\n}"},{"id":"85eee994-5646-4e2e-9db4-8e5925ebae17","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/dasha"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"10831573-e4ab-4000-8969-f000d5f361ce","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/dasha"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"f1c810b8-872c-48fa-b686-38551ea8fe41"},{"name":"Lal Kitab — Varshphal (annual)","id":"ab8c6f8b-89f7-4041-ba8e-83f9d0fd70f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"age\": 29\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/varshphal","description":"<p>Lal Kitab annual progression at given <code>age</code>. Returns the running 35-year-cycle dasha house + approximate solar-return JD for full annual chart casting.</p>\n","urlObject":{"path":["vedic","lal-kitab","varshphal"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"698e34d7-9332-4a32-9047-060ff587de56","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"age\": 29\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/varshphal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"lagna\": {},\n    \"varshphal\": {\n      \"yearNumber\": 6014.253978065205,\n      \"approxJd\": 8596.285156944206,\n      \"ageYears\": 205.81744000020885\n    },\n    \"runningDashaHouse\": {}\n  }\n}"},{"id":"523cdeb5-5ce3-4e6c-a088-6024ca26fa62","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"age\": 29\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/varshphal"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"27f71a33-2c51-4f31-b4a2-28e8d7cd08e1","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"age\": 29\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/varshphal"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"ab8c6f8b-89f7-4041-ba8e-83f9d0fd70f3"},{"name":"Lal Kitab — Rin (6 ancestral debts)","id":"a931b35e-2af8-4048-9527-3fa7a6069d88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/debts","description":"<p>Detects six ancestral debts (Pitri / Stree / Kanya / Atma / Rishi / Daiva Rin) per Lal Kitab planet-affliction patterns. Each rin returns trigger conditions + recommended remedy. Per K. Ashant Vol. IV + R.D. Mathur consensus.</p>\n","urlObject":{"path":["vedic","lal-kitab","debts"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"1d3f7ecb-f044-473a-aa9a-cf4f14e1f7bc","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/debts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"lagna\": {},\n    \"rins\": [\n      {\n        \"name\": \"string\",\n        \"hindiName\": \"string\",\n        \"present\": false,\n        \"remedy\": \"string\"\n      },\n      {\n        \"name\": \"string\",\n        \"hindiName\": \"string\",\n        \"present\": false,\n        \"remedy\": \"string\"\n      }\n    ],\n    \"activeCount\": 5511.037751014785\n  }\n}"},{"id":"1a151c6c-60da-4124-a10a-f7d8dfde68ee","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/debts"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"21c70353-c321-4134-bf1a-173bbd93a391","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/debts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"a931b35e-2af8-4048-9527-3fa7a6069d88"},{"name":"Lal Kitab — Remedies (Upayas)","id":"751a1ae0-e683-4411-807d-14fa1a07bfc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/remedies","description":"<p>Per-planet Lal Kitab remedies (upayas): the canonical Mathur-tradition remedy + day + donation + mantra. With optional <code>planet</code> param, returns single-planet upaya; without, returns all 9.</p>\n","urlObject":{"path":["vedic","lal-kitab","remedies"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"f650e845-5c48-45cf-910d-8acaff226cc1","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/remedies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"remedies\": [\n      {\n        \"graha\": 0,\n        \"grahaName\": \"Sun\",\n        \"remedy\": {\n          \"remedy\": \"Respect father; offer water at sunrise...\",\n          \"day\": \"Sunday\",\n          \"donation\": \"Wheat, jaggery, copper\",\n          \"mantra\": \"Om Suryaya Namah\"\n        }\n      }\n    ]\n  }\n}"},{"id":"7e838e8e-cb7b-444c-8364-cff9403f847d","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/remedies"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"d727bf72-e0ce-470b-9862-f93d91c9d7a4","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/remedies"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"751a1ae0-e683-4411-807d-14fa1a07bfc8"},{"name":"Lal Kitab — Planet-in-house effect","id":"d6c3a61b-0933-4d7c-a5b2-367485d77fd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"planet\": 0,\n  \"house\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/planet-house-effect","description":"<p>Short summary of a (planet, house) placement per LK. Caller passes <code>planet</code> (0..6, 11=Rahu, 100=Ketu) and <code>house</code> (1..12). Currently Sun-only full data; remaining 8 planets are placeholder text — full 144-cell reading database is a Phase 3 content task.</p>\n","urlObject":{"path":["vedic","lal-kitab","planet-house-effect"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"f892b76e-90b0-4691-bf9e-c0ad7089d5d2","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"planet\": 0,\n  \"house\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/planet-house-effect"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"planet\": 0,\n    \"house\": 1,\n    \"effect\": \"Sun in 1: confident, leadership, possible father issues.\",\n    \"pakkaGhar\": true,\n    \"disclaimer\": \"...\"\n  }\n}"},{"id":"8d0c0140-e79d-4e0a-8b07-b1e12a886ba7","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"planet\": 0,\n  \"house\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/planet-house-effect"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"b5ca65fd-0940-4368-9019-0c014a56ba55","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"planet\": 0,\n  \"house\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/planet-house-effect"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"d6c3a61b-0933-4d7c-a5b2-367485d77fd2"},{"name":"Lal Kitab — Blind houses (Andha bhava)","id":"30fe60f5-e10d-4ae5-945c-2ed3b54ca141","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/blind-house","description":"<p>Houses with no planet AND no Parashari aspect. Per Lal Kitab, blind houses indicate areas where karma is \"unilluminated\" and remedies are essential.</p>\n","urlObject":{"path":["vedic","lal-kitab","blind-house"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"d9e777a1-99b1-46b9-9dad-8007c014d72d","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/blind-house"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"lagna\": {},\n    \"blindHouses\": [\n      {\n        \"house\": 5232.057547819922,\n        \"houseName\": \"string\"\n      },\n      {\n        \"house\": 58.01559655134403,\n        \"houseName\": \"string\"\n      }\n    ],\n    \"meaning\": \"string\"\n  }\n}"},{"id":"58a63b48-8ab3-451a-9d3f-3986a97fa2b5","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/blind-house"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"2d518c14-45e9-4703-a0d1-216bfe10aa7c","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/blind-house"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"30fe60f5-e10d-4ae5-945c-2ed3b54ca141"},{"name":"Lal Kitab — Sleeping houses","id":"e4a6d3c1-1bdc-4129-88af-83bc9802012c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/sleeping-house","description":"<p>Houses where a planet is in its pakka ghar with no companions/aspects. LK considers such planets dormant; remedies activate them.</p>\n","urlObject":{"path":["vedic","lal-kitab","sleeping-house"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"3b1f6c67-54b3-4c2f-b912-ebedb6bd6825","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/sleeping-house"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"lagna\": {},\n    \"sleepingHouses\": [\n      {\n        \"house\": 3746.895091563107,\n        \"houseName\": \"string\",\n        \"planet\": 165.78869599919832,\n        \"planetName\": \"string\"\n      },\n      {\n        \"house\": 4293.139154111076,\n        \"houseName\": \"string\",\n        \"planet\": 2462.9058536966777,\n        \"planetName\": \"string\"\n      }\n    ],\n    \"meaning\": \"string\"\n  }\n}"},{"id":"501969bd-0958-4437-a609-e9ebc0f81642","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/sleeping-house"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"60f07ede-cfc3-43cd-96ef-a78545a294bf","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/sleeping-house"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"e4a6d3c1-1bdc-4129-88af-83bc9802012c"},{"name":"Lal Kitab — Sukh (prosperity yoga)","id":"4513f810-a402-4c7f-9c2f-bc49a48a85cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/prosperity","description":"<p>LK dhana yoga sum: count benefics (Moon/Mercury/Venus/Jupiter) in 2/5/9/11 houses (LK fixed). +2 each. Higher = more prosperity yoga.</p>\n","urlObject":{"path":["vedic","lal-kitab","prosperity"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"29f1f0d9-d176-4ef4-bd59-ab51774ac7cb","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/prosperity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"lagna\": {},\n    \"sukh\": {\n      \"score\": 4282.633303050198\n    },\n    \"interpretation\": \"string\"\n  }\n}"},{"id":"abc0bbf9-b554-43c4-93aa-41ab2fee08cc","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/prosperity"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"4ac4f9d5-1ba4-467d-b6d8-b0b699dd9055","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/prosperity"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"4513f810-a402-4c7f-9c2f-bc49a48a85cd"},{"name":"Lal Kitab — Life graph (age-by-age)","id":"21ca5353-4407-4c6e-b7dc-e0222ecf1ed5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/life-graph","description":"<p>Year-by-year (age 0..35) Lal Kitab dasha snapshot showing the running house, its ruler, and the ruler's current state in the chart. Use as a rough timing index.</p>\n","urlObject":{"path":["vedic","lal-kitab","life-graph"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"ceaa0cb7-5d6f-4cbe-bf16-b24d6a352db4","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/life-graph"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"lagna\": {},\n    \"lifeGraph\": [\n      {\n        \"age\": 8003.14766687755,\n        \"house\": 5095.435739724004,\n        \"ruler\": 5129.991970593415,\n        \"rulerName\": \"string\",\n        \"rulerState\": \"string\"\n      },\n      {\n        \"age\": 2492.575184743302,\n        \"house\": 2012.1241320209804,\n        \"ruler\": 9554.265702241728,\n        \"rulerName\": \"string\",\n        \"rulerState\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"478c66c9-6b68-481b-9926-81c2e00a0831","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/life-graph"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"20481d41-5324-4496-99b9-015a01ec13b2","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/lal-kitab/life-graph"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"21ca5353-4407-4c6e-b7dc-e0222ecf1ed5"},{"name":"Yogas — Jaimini Raja yoga","id":"cda08fb5-a73b-4223-b348-b32795e51a1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/jaimini/raja","description":"<p>Jaimini Raja yoga: Atmakaraka in Lagna/Kendra OR conjunct Amatyakaraka. Sources: Jaimini Sutras 2.x + Sanjay Rath modern commentary.</p>\n","urlObject":{"path":["vedic","yogas","jaimini","raja"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"7bc35f5d-570d-409e-9998-0dbc68a0b48f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/jaimini/raja"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"yoga\": \"string\",\n    \"school\": \"string\",\n    \"present\": false,\n    \"atmakaraka\": {},\n    \"amatyakaraka\": {},\n    \"details\": \"string\"\n  }\n}"},{"id":"ba45c63a-9010-4934-b2d1-a34bf7d8f4af","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/jaimini/raja"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"4a5d9965-4e40-4563-b749-c96ebbc327fd","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/jaimini/raja"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"cda08fb5-a73b-4223-b348-b32795e51a1f"},{"name":"Yogas — Jaimini Dhana yoga","id":"9e9b9244-8a34-40ee-9f1e-c50fd65e0af6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/jaimini/dhana","description":"<p>Jaimini Dhana yoga: AK or AmK in 2nd / 11th from lagna. Wealth indicator.</p>\n","urlObject":{"path":["vedic","yogas","jaimini","dhana"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"48cbb2a8-c09d-4f10-9292-992c2a65bd3a","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/jaimini/dhana"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"yoga\": \"string\",\n    \"school\": \"string\",\n    \"present\": false\n  }\n}"},{"id":"04dd9078-76c3-4e67-aafc-ab43a4f51d20","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/jaimini/dhana"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"ee20931a-1acb-43bd-943b-214008aad46f","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/jaimini/dhana"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"9e9b9244-8a34-40ee-9f1e-c50fd65e0af6"},{"name":"Yogas — Jaimini Daridra yoga","id":"fa347271-dded-44d0-806a-7389123b38af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/jaimini/daridra","description":"<p>Jaimini Daridra yoga: AK + AmK both in dusthanas (6/8/12) — poverty/struggle flag. Remedies recommended.</p>\n","urlObject":{"path":["vedic","yogas","jaimini","daridra"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"0f625886-5064-4cd6-a3b0-7f0fb954034a","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/jaimini/daridra"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"yoga\": \"string\",\n    \"school\": \"string\",\n    \"present\": false\n  }\n}"},{"id":"2f66b0f8-a5d3-40bf-929e-da111b33bcd7","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/jaimini/daridra"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"615df186-9e12-4e93-b841-86c604c15419","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/jaimini/daridra"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"fa347271-dded-44d0-806a-7389123b38af"},{"name":"Yogas — Jaimini Viparita Raja yoga","id":"92a4269f-7787-4d7c-bf92-34d020b73a88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/jaimini/viparita","description":"<p>Reverse Raja yoga: AK in 6/8/12 — success after struggle. Per Sanjay Rath modern commentary.</p>\n","urlObject":{"path":["vedic","yogas","jaimini","viparita"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"a58e38b5-3f3c-419f-bc83-3ecf60ab7168","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/jaimini/viparita"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"yoga\": \"string\",\n    \"school\": \"string\",\n    \"present\": false\n  }\n}"},{"id":"7a6c8063-e69a-42f1-bade-8a2bca409182","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/jaimini/viparita"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"85de441f-358b-4a6c-bd7e-9109be4a690f","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/jaimini/viparita"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"92a4269f-7787-4d7c-bf92-34d020b73a88"},{"name":"Yogas — Jaimini full summary","id":"e9ff1ea9-9be6-4e5e-b453-7896f961b6c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/jaimini/full","description":"<p>Composite Jaimini yoga summary: Raja / Dhana / Daridra / Viparita with karaka details.</p>\n","urlObject":{"path":["vedic","yogas","jaimini","full"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"1491a449-7254-406f-b45c-4169741e2899","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/jaimini/full"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"school\": \"string\",\n    \"atmakaraka\": {},\n    \"raja\": {},\n    \"dhana\": {},\n    \"daridra\": {},\n    \"viparita\": {}\n  }\n}"},{"id":"08a9de8c-935a-465b-874b-ae92bca0d2b4","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/jaimini/full"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"5e143175-416e-45e1-98b5-f953cf5b30f7","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/yogas/jaimini/full"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"e9ff1ea9-9be6-4e5e-b453-7896f961b6c4"},{"name":"Doshas — Lal Kitab Manglik","id":"d08b5b31-ccda-4d78-af57-8b148738751f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/lal-kitab/manglik","description":"<p>Manglik dosha per Lal Kitab: Mars in 1/4/7/8/12 with LK-specific cancellation (Mars in Aries/Scorpio/Gemini cancels).</p>\n","urlObject":{"path":["vedic","doshas","lal-kitab","manglik"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"df99a94e-70cc-4111-b405-23f0195b5ed4","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/lal-kitab/manglik"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"dosha\": \"string\",\n    \"present\": false,\n    \"mars\": {},\n    \"cancellation\": \"string\",\n    \"remedy\": \"string\"\n  }\n}"},{"id":"8218c805-ddfc-42cb-920b-40c12abc7820","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/lal-kitab/manglik"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"9e24006e-bcbb-4f38-91a1-57ab15dc5fa8","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/lal-kitab/manglik"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"d08b5b31-ccda-4d78-af57-8b148738751f"},{"name":"Doshas — Lal Kitab Kalsarpa","id":"89f8c73d-e6f6-4dc1-9ffb-afc0d9c5c338","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/lal-kitab/kalsarpa","description":"<p>Kalsarpa dosha (Rahu-Ketu encirclement) with Lal Kitab remedies.</p>\n","urlObject":{"path":["vedic","doshas","lal-kitab","kalsarpa"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"49b09806-8a10-4215-bec6-ba5edef928c9","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/lal-kitab/kalsarpa"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"dosha\": \"Kalsarpa (Lal Kitab)\",\n    \"present\": true,\n    \"remedy\": \"...\"\n  }\n}"},{"id":"4150dc3f-a910-44ba-865c-3db22f55fe70","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/lal-kitab/kalsarpa"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"7cb2518e-b321-428f-aa56-d7e9ab139a0e","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/lal-kitab/kalsarpa"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"89f8c73d-e6f6-4dc1-9ffb-afc0d9c5c338"},{"name":"Doshas — Lal Kitab Pitra","id":"9a424e8e-ef01-4445-b0fd-2d1787fcce95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/lal-kitab/pitra","description":"<p>Pitri Rin (paternal-debt dosha) per Lal Kitab patterns. Triggers + remedy.</p>\n","urlObject":{"path":["vedic","doshas","lal-kitab","pitra"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"837f86e3-cfb6-4998-8542-edf649bbb628","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/lal-kitab/pitra"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"dosha\": \"string\",\n    \"present\": false,\n    \"remedy\": \"string\"\n  }\n}"},{"id":"34542f57-99f0-4b5c-b979-84698f100265","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/lal-kitab/pitra"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"970efbe9-791c-4f8d-81e1-5f5283859751","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/lal-kitab/pitra"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"9a424e8e-ef01-4445-b0fd-2d1787fcce95"},{"name":"Doshas — Lal Kitab Shrapit","id":"afd8860d-6c78-4220-a826-0014ebcfe902","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/lal-kitab/shrapit","description":"<p>Shrapit dosha (ancestral curse) per LK: Saturn conjunct Rahu/Ketu. Specific remedies provided.</p>\n","urlObject":{"path":["vedic","doshas","lal-kitab","shrapit"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"b202f381-95d3-4e58-aed8-6dbd7fb16c06","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/lal-kitab/shrapit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"dosha\": \"Shrapit (Lal Kitab)\",\n    \"present\": false,\n    \"details\": \"...\",\n    \"remedy\": \"...\"\n  }\n}"},{"id":"b5ab2b67-11f1-40b9-be34-3e4acdefade5","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/lal-kitab/shrapit"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"5aabdd9d-10c2-461e-a6d5-583c4587792b","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/lal-kitab/shrapit"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"afd8860d-6c78-4220-a826-0014ebcfe902"},{"name":"Doshas — Lal Kitab Rin (6 ancestral debts)","id":"76a747cc-c5b3-4d5c-94c3-dbeaddbbc620","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/lal-kitab/rin","description":"<p>Aggregate of all 6 Rin (Pitri/Stree/Kanya/Atma/Rishi/Daiva) with active count. Same engine as /lal-kitab/debts but framed as dosha.</p>\n","urlObject":{"path":["vedic","doshas","lal-kitab","rin"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"f4698aa6-dd2e-4b10-aedd-1832f686c45f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/lal-kitab/rin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"dosha\": \"string\",\n    \"activeCount\": 4769.776299274277\n  }\n}"},{"id":"d628ca65-44bd-431a-8dfe-6f09b0df4359","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/lal-kitab/rin"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"376f0569-1ace-4685-80ac-d6bdcb8ff8fc","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/lal-kitab/rin"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"76a747cc-c5b3-4d5c-94c3-dbeaddbbc620"},{"name":"Doshas — Lal Kitab full summary","id":"9edf2007-0d1a-420a-826b-b13f29028798","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/lal-kitab/full","description":"<p>Composite Lal Kitab dosha summary: manglik + kalsarpa + pitra + shrapit + 6 Rin + kismat score.</p>\n","urlObject":{"path":["vedic","doshas","lal-kitab","full"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"ec875079-c5b4-47a1-91ea-a2c44a9baaec","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/lal-kitab/full"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"school\": \"string\",\n    \"manglik\": {},\n    \"kalsarpa\": {},\n    \"kismat\": {}\n  }\n}"},{"id":"af04e75d-8068-44e6-9c0d-30f061485cc1","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/lal-kitab/full"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"7448ded9-6b64-4f1f-a8dc-a4d8ea15acfc","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/lal-kitab/full"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"9edf2007-0d1a-420a-826b-b13f29028798"},{"name":"Doshas — KP Manglik","id":"ca90c563-c501-42b4-b908-dc10a0625024","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/kp/manglik","description":"<p>Manglik dosha with KP sub-lord precision attached. Sub-lord chain of Mars added for transit-trigger analysis.</p>\n","urlObject":{"path":["vedic","doshas","kp","manglik"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"ea56d692-71a4-41cb-a40f-b0a1d5f93d24","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/kp/manglik"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"dosha\": \"string\",\n    \"present\": false,\n    \"kpSubLord\": {}\n  }\n}"},{"id":"5c052fa0-06c2-42d4-88f9-f743a4f4974b","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/kp/manglik"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"53a9b9c2-8394-4492-b0b1-05dbd5fefaa7","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/kp/manglik"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"ca90c563-c501-42b4-b908-dc10a0625024"},{"name":"Doshas — KP Kalasarpa","id":"b5f7442f-2dd9-4bf9-b6b6-d6a5e867dc45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/kp/kalasarpa","description":"<p>Kalasarpa dosha with KP Rahu sub-lord chain attached.</p>\n","urlObject":{"path":["vedic","doshas","kp","kalasarpa"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"961d139e-182f-40dc-bf73-09d538621b15","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/kp/kalasarpa"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"dosha\": \"string\",\n    \"present\": false,\n    \"kpRahuChain\": {}\n  }\n}"},{"id":"6a181a8d-1cec-46b8-90ba-487734a0cb20","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/kp/kalasarpa"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"21ef4ff2-8923-46d8-a3dd-894349617e3c","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/kp/kalasarpa"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"b5f7442f-2dd9-4bf9-b6b6-d6a5e867dc45"},{"name":"Doshas — KP Pitra","id":"949cbb87-1a37-4ef2-a837-8fd52225c3cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/kp/pitra","description":"<p>Pitra dosha (Sun affliction) with KP Sun sub-lord chain.</p>\n","urlObject":{"path":["vedic","doshas","kp","pitra"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"605874e3-4a84-41a9-bdec-bcae82c09d45","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/kp/pitra"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"dosha\": \"string\",\n    \"present\": true,\n    \"kpSunChain\": {}\n  }\n}"},{"id":"d65fbbdd-1f48-48a8-8fd8-6c6ec9746b4a","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/kp/pitra"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"f28f7407-6abd-4b23-b56a-b0cea7436f7b","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/kp/pitra"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"949cbb87-1a37-4ef2-a837-8fd52225c3cc"},{"name":"Doshas — KP Sade Sati","id":"2605d8d6-65bc-4a34-89d9-a9dccbf1e430","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/kp/sade-sati","description":"<p>Sade Sati state at <code>targetDate</code>: Saturn transit through 12th/1st/2nd from natal Moon (7.5y total). Returns the active phase with KP Saturn sub-lord chain.</p>\n","urlObject":{"path":["vedic","doshas","kp","sade-sati"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"64b968f5-1a79-4e0b-a659-e6b6583796a7","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/kp/sade-sati"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"dosha\": \"string\",\n    \"present\": false,\n    \"phase\": \"string\",\n    \"moonSign\": 4641.358901656172,\n    \"transitSaturnSign\": 3900.1009025309872,\n    \"kpSaturnChain\": {}\n  }\n}"},{"id":"441691ad-2ee7-4834-ad13-1461bfa57629","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/kp/sade-sati"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"6f093c4b-b275-498e-af23-6743796ec3f3","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1996-12-07\",\n  \"time\": \"10:34:00\",\n  \"timezoneOffset\": 5.5,\n  \"latitude\": 13.0389,\n  \"longitude\": 80.2619,\n  \"targetDate\": \"2026-05-07\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/kp/sade-sati"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"2605d8d6-65bc-4a34-89d9-a9dccbf1e430"},{"name":"Doshas — KP Kemadruma","id":"f64729cb-1232-4463-a7a0-681a31d3dd90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/kp/kemadruma","description":"<p>Kemadruma yoga: no planet (excl. Sun, Rahu, Ketu) in 2nd or 12th from Moon. Moon-isolation flag — emotional/financial volatility indicator. KP Moon sub-lord chain attached.</p>\n","urlObject":{"path":["vedic","doshas","kp","kemadruma"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"2b365b20-3aad-469e-bf7d-61deb9d5fc58","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/kp/kemadruma"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"dosha\": \"string\",\n    \"present\": true,\n    \"moonSign\": 8414.002875936438,\n    \"kpMoonChain\": {}\n  }\n}"},{"id":"f4b37730-493d-48f5-b7b4-dac67214b090","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/kp/kemadruma"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"1bd22e1f-dc71-4c5e-b2c2-a4a97bdf5751","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/kp/kemadruma"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"f64729cb-1232-4463-a7a0-681a31d3dd90"},{"name":"Doshas — KP full summary","id":"62cd8483-65a8-44b0-8c83-7b2dabdfe616","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/kp/full","description":"<p>Composite KP dosha summary: manglik + kalasarpa + pitra + kemadruma + Sade-Sati pointer. (Sade Sati requires explicit targetDate — call /sade-sati separately.)</p>\n","urlObject":{"path":["vedic","doshas","kp","full"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"8075d809-ea5c-4124-8104-98a4f753f58a","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/kp/full"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"school\": \"string\",\n    \"manglik\": {},\n    \"kalasarpa\": {},\n    \"kemadruma\": {}\n  }\n}"},{"id":"907673d5-4d75-4b4f-b587-655b41d002fd","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/kp/full"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"40e7752a-65e6-4503-bb2c-81f87ba1de44","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/vedic/doshas/kp/full"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"62cd8483-65a8-44b0-8c83-7b2dabdfe616"}],"id":"bde89561-d802-46a4-9200-05991576cc00","description":"<p>🕉️ Vedic endpoints</p>\n","_postman_id":"bde89561-d802-46a4-9200-05991576cc00","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Esoteric","item":[{"name":"I Ching Hexagram","id":"c6bcbe1f-0b65-45f8-ad70-8a091d8850d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/iching","description":"<p>Return the I Ching hexagram corresponding to each planet's gate in the Human Design wheel.</p>\n","urlObject":{"path":["iching"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"183b4550-82b6-40ea-9a18-a3ac72e96a9f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/iching"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"planets\": [\n      {\n        \"planet\": \"string\",\n        \"gate\": 6947.073253422602,\n        \"hexagram\": 7336.97833469229,\n        \"name\": \"string\",\n        \"judgment\": \"string\",\n        \"line\": 7332.824557930353,\n        \"lineText\": \"string\"\n      },\n      {\n        \"planet\": \"string\",\n        \"gate\": 8163.796223698885,\n        \"hexagram\": 371.44566974341984,\n        \"name\": \"string\",\n        \"judgment\": \"string\",\n        \"line\": 8084.914943678647,\n        \"lineText\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"2bed0624-55df-45d0-ab49-15607ea025b9","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/iching"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"390163b9-b0db-4f46-844f-ccc4f698a30a","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/iching"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"c6bcbe1f-0b65-45f8-ad70-8a091d8850d5"},{"name":"Djamaspa (DEPRECATED — RED quality, slated for v2.0 sunset)","id":"2c1c147d-af95-49bb-a2ef-27aa03630de4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/djamaspa","description":"<p>DEPRECATED in v2.0.0 — RED quality (oral Zoroastrian tradition, scattered manuscripts, no canonical reference). Slated for sunset 6 months after v2.0.0 release. Migrate to broader /reference endpoints or remove dependency. Calculate Djamaspa planetary positions for date.</p>\n","urlObject":{"path":["djamaspa"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"8381048d-fe17-4cc8-b752-37ee987944f6","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/djamaspa"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"planets\": [\n      {\n        \"planet\": \"string\",\n        \"longitude\": 9918.646500310948,\n        \"djamaspaSign\": \"string\",\n        \"quality\": \"string\",\n        \"strength\": 9770.655679149007\n      },\n      {\n        \"planet\": \"string\",\n        \"longitude\": 9878.068322277026,\n        \"djamaspaSign\": \"string\",\n        \"quality\": \"string\",\n        \"strength\": 914.7704193980943\n      }\n    ],\n    \"dayQuality\": \"string\",\n    \"recommendation\": \"string\"\n  }\n}"},{"id":"43f708e4-0dfc-4d2c-92ca-8cf1e776fb9c","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/djamaspa"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"4f87f5a5-6a9e-4490-9af6-6483dcc97b7d","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/djamaspa"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"2c1c147d-af95-49bb-a2ef-27aa03630de4"},{"name":"Crystals — Full Directory","id":"3ef71c99-52d7-482a-9447-e7bd3ea8278f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/esoteric/crystals","description":"<p>Reference list of crystals with chakra, zodiac, planet, element, hardness, and purpose tags. Returns chakra and purpose taxonomies for filtering.</p>\n","urlObject":{"path":["esoteric","crystals"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"994f1f06-5c92-4bdd-8ddc-7d7e11019adb","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/esoteric/crystals"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"items\": [\n      {\n        \"name\": \"string\",\n        \"color\": \"string\",\n        \"chakra\": [\n          \"string\",\n          \"string\"\n        ],\n        \"zodiacSigns\": [\n          \"string\",\n          \"string\"\n        ],\n        \"purposes\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"name\": \"string\",\n        \"color\": \"string\",\n        \"chakra\": [\n          \"string\",\n          \"string\"\n        ],\n        \"zodiacSigns\": [\n          \"string\",\n          \"string\"\n        ],\n        \"purposes\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ],\n    \"count\": 2171.5498646883557,\n    \"chakras\": [\n      \"string\",\n      \"string\"\n    ]\n  }\n}"},{"id":"2c367683-dbcf-47c4-8ddb-935b4ef3b4e2","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/esoteric/crystals"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"69a3b8e2-06bf-4406-a4ce-387f4a214316","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/esoteric/crystals"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"3ef71c99-52d7-482a-9447-e7bd3ea8278f"},{"name":"Crystals by Zodiac Sign","id":"2809df4c-a030-4978-b000-c4b77b60d10d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/esoteric/crystals/by-zodiac/:sign","description":"<p>Crystals indexed for a given zodiac sign (case-insensitive English name).</p>\n","urlObject":{"path":["esoteric","crystals","by-zodiac",":sign"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[{"type":"any","key":"sign"}]}},"response":[{"id":"2da68f35-ccc9-4ed5-8b35-a7b02ced2755","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/esoteric/crystals/by-zodiac/:sign","host":["https://api.astroway.info/v1"],"path":["esoteric","crystals","by-zodiac",":sign"],"variable":[{"key":"sign"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"sign\": \"string\",\n    \"items\": [\n      {\n        \"name\": \"string\",\n        \"color\": \"string\",\n        \"purposes\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"name\": \"string\",\n        \"color\": \"string\",\n        \"purposes\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ],\n    \"count\": 6677.332674938374\n  }\n}"},{"id":"647a9862-b5a8-4393-b8e0-68b1c0f7b654","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/esoteric/crystals/by-zodiac/:sign","host":["https://api.astroway.info/v1"],"path":["esoteric","crystals","by-zodiac",":sign"],"variable":[{"key":"sign"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"8517277e-d7d7-467c-8663-de5e49fadf93","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/esoteric/crystals/by-zodiac/:sign","host":["https://api.astroway.info/v1"],"path":["esoteric","crystals","by-zodiac",":sign"],"variable":[{"key":"sign"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"2809df4c-a030-4978-b000-c4b77b60d10d"},{"name":"Crystals by Chakra","id":"e28e2f80-82ff-4429-88f7-858fb64c1a25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/esoteric/crystals/by-chakra/:chakra","description":"<p>Crystals indexed for a given chakra (Root / Sacral / Solar Plexus / Heart / Throat / Third Eye / Crown).</p>\n","urlObject":{"path":["esoteric","crystals","by-chakra",":chakra"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[{"type":"any","key":"chakra"}]}},"response":[{"id":"4cb1b40a-5e96-4ff6-9d5a-8ef7accf6b72","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/esoteric/crystals/by-chakra/:chakra","host":["https://api.astroway.info/v1"],"path":["esoteric","crystals","by-chakra",":chakra"],"variable":[{"key":"chakra"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"chakra\": \"string\",\n    \"items\": [\n      {\n        \"name\": \"string\",\n        \"purposes\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"name\": \"string\",\n        \"purposes\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ],\n    \"count\": 6659.975264079916\n  }\n}"},{"id":"103994b3-c830-48d5-be2a-7e66ba534988","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/esoteric/crystals/by-chakra/:chakra","host":["https://api.astroway.info/v1"],"path":["esoteric","crystals","by-chakra",":chakra"],"variable":[{"key":"chakra"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"fe2ef74c-1b25-4bf8-8c1b-20c97045e2fd","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/esoteric/crystals/by-chakra/:chakra","host":["https://api.astroway.info/v1"],"path":["esoteric","crystals","by-chakra",":chakra"],"variable":[{"key":"chakra"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"e28e2f80-82ff-4429-88f7-858fb64c1a25"},{"name":"Crystals by Purpose","id":"94548686-7d56-4450-9ff0-fd41c4e370b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/esoteric/crystals/by-purpose/:purpose","description":"<p>Crystals indexed by intent keyword (love, prosperity, healing, protection, etc.). Substring-matches against purpose tags.</p>\n","urlObject":{"path":["esoteric","crystals","by-purpose",":purpose"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[{"type":"any","key":"purpose"}]}},"response":[{"id":"d2542f05-a7fd-4e1d-9402-3f05c485dc33","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/esoteric/crystals/by-purpose/:purpose","host":["https://api.astroway.info/v1"],"path":["esoteric","crystals","by-purpose",":purpose"],"variable":[{"key":"purpose"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"purpose\": \"string\",\n    \"items\": [\n      {\n        \"name\": \"string\",\n        \"purposes\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"name\": \"string\",\n        \"purposes\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ],\n    \"count\": 190.7536049933256\n  }\n}"},{"id":"71d62081-ef7e-404f-8e55-ea19fb8ad984","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/esoteric/crystals/by-purpose/:purpose","host":["https://api.astroway.info/v1"],"path":["esoteric","crystals","by-purpose",":purpose"],"variable":[{"key":"purpose"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"6edd3f41-65c7-43ee-8542-9c938c0a3015","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/esoteric/crystals/by-purpose/:purpose","host":["https://api.astroway.info/v1"],"path":["esoteric","crystals","by-purpose",":purpose"],"variable":[{"key":"purpose"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"94548686-7d56-4450-9ff0-fd41c4e370b2"},{"name":"Crystal Recommendations","id":"2f79ba67-b23a-4427-a0da-21f7ed248b65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sunSign\": \"Aries\",\n  \"moonSign\": \"Cancer\",\n  \"intent\": \"courage\",\n  \"limit\": 5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/esoteric/crystals/recommend","description":"<p>Recommend crystals scored against natal sign placements (Sun/Moon/Asc) and intent keywords. Returns top-N matches with score.</p>\n","urlObject":{"path":["esoteric","crystals","recommend"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"3d88022f-45a9-40bd-b1c3-f1752636cbea","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sunSign\": \"Aries\",\n  \"moonSign\": \"Cancer\",\n  \"intent\": \"courage\",\n  \"limit\": 5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/esoteric/crystals/recommend"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"recommendations\": [\n      {\n        \"name\": \"string\",\n        \"matchScore\": 1731.6549550397785\n      },\n      {\n        \"name\": \"string\",\n        \"matchScore\": 1394.5787851182167\n      }\n    ],\n    \"count\": 8843.011123534747,\n    \"criteria\": {\n      \"signs\": [\n        \"string\",\n        \"string\"\n      ],\n      \"intent\": \"string\"\n    }\n  }\n}"},{"id":"73188a94-a25d-4831-af75-608be09a597e","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sunSign\": \"Aries\",\n  \"moonSign\": \"Cancer\",\n  \"intent\": \"courage\",\n  \"limit\": 5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/esoteric/crystals/recommend"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"716db709-63e4-4b13-aed6-7d6ecaaeec19","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sunSign\": \"Aries\",\n  \"moonSign\": \"Cancer\",\n  \"intent\": \"courage\",\n  \"limit\": 5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/esoteric/crystals/recommend"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"2f79ba67-b23a-4427-a0da-21f7ed248b65"},{"name":"Angel Numbers — Catalogue","id":"365d3a84-55b0-4aa8-bae9-bdbc79d51034","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/esoteric/angel-numbers","description":"<p>Full angel number catalogue (singles, masters, repeating, mirror, sequential patterns) with short and full meanings, themes.</p>\n","urlObject":{"path":["esoteric","angel-numbers"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"b7fa1205-3709-43c6-9b8b-0ee5e666f2f7","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/esoteric/angel-numbers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"items\": [\n      {\n        \"number\": \"string\",\n        \"pattern\": \"string\",\n        \"shortMeaning\": \"string\",\n        \"themes\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"number\": \"string\",\n        \"pattern\": \"string\",\n        \"shortMeaning\": \"string\",\n        \"themes\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ],\n    \"count\": 6467.761964912078\n  }\n}"},{"id":"56798243-6c6e-4df2-99bc-59aed3cac4eb","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/esoteric/angel-numbers"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"80ba8ffd-0a5f-47a6-a593-bd2b847c4bf4","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/esoteric/angel-numbers"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"365d3a84-55b0-4aa8-bae9-bdbc79d51034"},{"name":"Angel Number Lookup","id":"7d8a8e11-ed17-477f-90e9-52eebe584329","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/esoteric/angel-numbers/:number","description":"<p>Look up the meaning of a specific angel number sequence. Falls back to numerological reduction if not in catalogue.</p>\n","urlObject":{"path":["esoteric","angel-numbers",":number"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[{"type":"any","key":"number"}]}},"response":[{"id":"06aad54b-0ccd-40b1-83dd-baca30a76acb","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/esoteric/angel-numbers/:number","host":["https://api.astroway.info/v1"],"path":["esoteric","angel-numbers",":number"],"variable":[{"key":"number"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"matched\": \"exact\",\n    \"number\": \"1111\",\n    \"pattern\": \"mirror\",\n    \"shortMeaning\": \"awakening code\",\n    \"themes\": [\n      \"awakening\",\n      \"gateway\"\n    ]\n  }\n}"},{"id":"e1772816-1375-4b77-8774-7b341aadffcd","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/esoteric/angel-numbers/:number","host":["https://api.astroway.info/v1"],"path":["esoteric","angel-numbers",":number"],"variable":[{"key":"number"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"3d583a30-6af6-4c4c-979a-c02d6ba352db","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/esoteric/angel-numbers/:number","host":["https://api.astroway.info/v1"],"path":["esoteric","angel-numbers",":number"],"variable":[{"key":"number"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"7d8a8e11-ed17-477f-90e9-52eebe584329"},{"name":"Decode Angel Number","id":"ae83c591-68c9-4964-a664-667dd0481388","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sequence\": \"1234\",\n  \"context\": \"saw on receipt during career change\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/esoteric/angel-numbers/decode","description":"<p>Decode a numeric sequence in optional life context. Returns pattern classification, exact match, and reduced single-digit meaning.</p>\n","urlObject":{"path":["esoteric","angel-numbers","decode"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"c4a2fd88-01f2-4c30-9de6-1344fe08412d","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sequence\": \"1234\",\n  \"context\": \"saw on receipt during career change\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/esoteric/angel-numbers/decode"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"sequence\": \"1234\",\n    \"pattern\": \"sequential\",\n    \"reducedTo\": 1,\n    \"exactMatch\": {\n      \"shortMeaning\": \"step by step progress\"\n    },\n    \"context\": \"saw on receipt during career change\"\n  }\n}"},{"id":"5022fea0-48ff-48fd-8c67-82a0980f845f","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sequence\": \"1234\",\n  \"context\": \"saw on receipt during career change\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/esoteric/angel-numbers/decode"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"fed93700-cd43-47c8-a44c-e69e6638e27c","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sequence\": \"1234\",\n  \"context\": \"saw on receipt during career change\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/esoteric/angel-numbers/decode"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"ae83c591-68c9-4964-a664-667dd0481388"},{"name":"Angel Numbers for Life Path","id":"ae04cd07-2830-48ad-bb34-32f7b1c2038b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/esoteric/angel-numbers/by-life-path/:n","description":"<p>Angel numbers aligned to a given life-path number (1-9, 11, 22, 33). Useful to identify recurring numerical signatures aligned with one's soul path.</p>\n","urlObject":{"path":["esoteric","angel-numbers","by-life-path",":n"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[{"type":"any","key":"n"}]}},"response":[{"id":"e90e2530-965c-41e5-8856-128e977f83c5","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/esoteric/angel-numbers/by-life-path/:n","host":["https://api.astroway.info/v1"],"path":["esoteric","angel-numbers","by-life-path",":n"],"variable":[{"key":"n"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"lifePath\": 7,\n    \"items\": [\n      {\n        \"number\": \"7\",\n        \"shortMeaning\": \"spiritual awakening\"\n      },\n      {\n        \"number\": \"777\",\n        \"shortMeaning\": \"spiritual mastery\"\n      }\n    ],\n    \"count\": 2\n  }\n}"},{"id":"a6418c66-385d-418b-acb5-8e4445c3e052","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/esoteric/angel-numbers/by-life-path/:n","host":["https://api.astroway.info/v1"],"path":["esoteric","angel-numbers","by-life-path",":n"],"variable":[{"key":"n"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"07973279-1e4e-4358-bcd6-affb75290c71","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/esoteric/angel-numbers/by-life-path/:n","host":["https://api.astroway.info/v1"],"path":["esoteric","angel-numbers","by-life-path",":n"],"variable":[{"key":"n"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"ae04cd07-2830-48ad-bb34-32f7b1c2038b"},{"name":"Daily Angel Number","id":"5563d77f-bb00-476d-9a0b-9700cbbf9c33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/esoteric/angel-numbers/today","description":"<p>Compute today's personal angel number from date (digit-sum reduced to single digit). Optional <code>?date=YYYY-MM-DD</code> query.</p>\n","urlObject":{"path":["esoteric","angel-numbers","today"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"aa0dacf3-225e-4c77-8d4e-35182523c771","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/esoteric/angel-numbers/today"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"date\": \"2026-05-04\",\n    \"dailySum\": 19,\n    \"reducedTo\": 1,\n    \"meaning\": {\n      \"shortMeaning\": \"new beginnings, leadership\"\n    }\n  }\n}"},{"id":"84ec4b13-44a1-4789-94d4-82042f4a880f","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/esoteric/angel-numbers/today"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"9861a64f-be06-4230-9111-005fa85226d5","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/esoteric/angel-numbers/today"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"5563d77f-bb00-476d-9a0b-9700cbbf9c33"},{"name":"Dream Symbol Dictionary","id":"ca673d44-31f4-4ddc-9947-28419d77b568","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/esoteric/dreams","description":"<p>Full dream symbol dictionary with category, element, archetype, common and shadow meanings, and recurring-dream readings.</p>\n","urlObject":{"path":["esoteric","dreams"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"8ee24969-cff6-4fd8-8ab1-06fb67d60db9","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/esoteric/dreams"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"items\": [\n      {\n        \"keyword\": \"string\",\n        \"category\": \"string\",\n        \"archetype\": \"string\",\n        \"commonMeaning\": \"string\"\n      },\n      {\n        \"keyword\": \"string\",\n        \"category\": \"string\",\n        \"archetype\": \"string\",\n        \"commonMeaning\": \"string\"\n      }\n    ],\n    \"count\": 3599.5365930991284\n  }\n}"},{"id":"ddb150ef-d481-4317-8781-714256835149","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/esoteric/dreams"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"32ab8710-5a6a-4b56-bae4-321b54c502ed","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/esoteric/dreams"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"ca673d44-31f4-4ddc-9947-28419d77b568"},{"name":"Dream Symbol Lookup","id":"9500ecc2-a855-4d53-9b97-15d6af1e59cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/esoteric/dreams/symbol/:keyword","description":"<p>Look up a dream symbol by keyword. Exact match if available, otherwise partial substring matches.</p>\n","urlObject":{"path":["esoteric","dreams","symbol",":keyword"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[{"type":"any","key":"keyword"}]}},"response":[{"id":"fc2e980e-b2f2-4467-99be-82bd091abab0","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/esoteric/dreams/symbol/:keyword","host":["https://api.astroway.info/v1"],"path":["esoteric","dreams","symbol",":keyword"],"variable":[{"key":"keyword"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"matched\": \"exact\",\n    \"keyword\": \"snake\",\n    \"category\": \"animal\",\n    \"archetype\": \"transformation, kundalini, hidden wisdom\",\n    \"commonMeaning\": \"transformation, healing, hidden truths surfacing\"\n  }\n}"},{"id":"008b4439-461f-4113-b49f-bd235f3495fd","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/esoteric/dreams/symbol/:keyword","host":["https://api.astroway.info/v1"],"path":["esoteric","dreams","symbol",":keyword"],"variable":[{"key":"keyword"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"c3c81ec0-64e9-42c7-9c0a-5ad2bf6d499c","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/esoteric/dreams/symbol/:keyword","host":["https://api.astroway.info/v1"],"path":["esoteric","dreams","symbol",":keyword"],"variable":[{"key":"keyword"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"9500ecc2-a855-4d53-9b97-15d6af1e59cd"},{"name":"Decode Dream Text","id":"22d58d9e-d939-4a2b-b1ec-61446216bb4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"text\": \"I was flying over a dark forest with a wolf running below\",\n  \"recurring\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/esoteric/dreams/decode","description":"<p>Scan dream narrative text for known symbols. Returns matched symbols with their meanings (recurring or single-event).</p>\n","urlObject":{"path":["esoteric","dreams","decode"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"654000d8-0c81-4a18-972b-0782d871c62f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"text\": \"I was flying over a dark forest with a wolf running below\",\n  \"recurring\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/esoteric/dreams/decode"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"text\": \"...\",\n    \"symbolsFound\": 3,\n    \"symbols\": [\n      {\n        \"keyword\": \"flying\",\n        \"meaning\": \"freedom, possibility, transcendence\"\n      },\n      {\n        \"keyword\": \"forest\",\n        \"meaning\": \"unconscious exploration, mystery\"\n      },\n      {\n        \"keyword\": \"wolf\",\n        \"meaning\": \"authentic instinct, loyalty\"\n      }\n    ],\n    \"suggestion\": \"Integrate 3 symbols within emotional context of the dream.\"\n  }\n}"},{"id":"034309ea-c2d4-418d-bd31-c6803da0a56e","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"text\": \"I was flying over a dark forest with a wolf running below\",\n  \"recurring\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/esoteric/dreams/decode"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"2df827c6-bc41-4feb-83d3-cf40a6655b9d","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"text\": \"I was flying over a dark forest with a wolf running below\",\n  \"recurring\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/esoteric/dreams/decode"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"22d58d9e-d939-4a2b-b1ec-61446216bb4d"},{"name":"Dream Symbols by Element","id":"9b277324-2d69-4f24-86b4-e68280d8b9a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/esoteric/dreams/by-element/:element","description":"<p>Dream symbols indexed by element (fire / earth / air / water / spirit).</p>\n","urlObject":{"path":["esoteric","dreams","by-element",":element"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[{"type":"any","key":"element"}]}},"response":[{"id":"2b470aa7-e7cf-421a-a0c4-d8dfea3b271a","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/esoteric/dreams/by-element/:element","host":["https://api.astroway.info/v1"],"path":["esoteric","dreams","by-element",":element"],"variable":[{"key":"element"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"element\": \"string\",\n    \"items\": [\n      {\n        \"keyword\": \"string\",\n        \"archetype\": \"string\"\n      },\n      {\n        \"keyword\": \"string\",\n        \"archetype\": \"string\"\n      }\n    ],\n    \"count\": 9940.640632751356\n  }\n}"},{"id":"fd3b650a-3e46-40ca-baa0-c434178d4893","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/esoteric/dreams/by-element/:element","host":["https://api.astroway.info/v1"],"path":["esoteric","dreams","by-element",":element"],"variable":[{"key":"element"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"1a8239bf-d44d-4886-beca-557e0d03898a","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/esoteric/dreams/by-element/:element","host":["https://api.astroway.info/v1"],"path":["esoteric","dreams","by-element",":element"],"variable":[{"key":"element"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"9b277324-2d69-4f24-86b4-e68280d8b9a5"},{"name":"Recurring Dream Themes","id":"a1dca9bf-72dc-475d-a239-0716ff325bae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/esoteric/dreams/recurring-themes","description":"<p>Catalogue of common recurring dream themes (falling, naked in public, losing teeth, being chased) with universal psychological meanings.</p>\n","urlObject":{"path":["esoteric","dreams","recurring-themes"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"d03e9656-940a-4d98-9975-a0a05174dfa9","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/esoteric/dreams/recurring-themes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"items\": [\n      {\n        \"theme\": \"string\",\n        \"meaning\": \"string\"\n      },\n      {\n        \"theme\": \"string\",\n        \"meaning\": \"string\"\n      }\n    ],\n    \"count\": 7360.593390151724\n  }\n}"},{"id":"1ac93e71-9e14-4c8a-8e98-b1fdffcd8876","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/esoteric/dreams/recurring-themes"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"c2ae4dac-dfac-431c-a36c-9d0e8fc08afc","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/esoteric/dreams/recurring-themes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"a1dca9bf-72dc-475d-a239-0716ff325bae"}],"id":"faba2c4d-a207-4dfa-8915-e8eb84050e8f","description":"<p>🔮 Esoteric endpoints. ⚠️ Cultural and spiritual associations only. Not medical, financial, or psychological advice.</p>\n","_postman_id":"faba2c4d-a207-4dfa-8915-e8eb84050e8f","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Horoscope","item":[{"name":"Daily Horoscope","id":"2f778273-c849-4a21-beea-2ad2513db3bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sign\": \"aries\",\n  \"date\": \"2026-05-04\",\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horoscope/daily","description":"<p>Generate a daily horoscope by zodiac sign, grounded in real ephemeris data (current Moon phase, transits). Multi-language. AI-written, not pre-generated content.</p>\n","urlObject":{"path":["horoscope","daily"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"9c5b7b3f-2c80-48c8-af24-828b7f6ffc50","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sign\": \"aries\",\n  \"date\": \"2026-05-04\",\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horoscope/daily"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"date\": \"2026-05-04\",\n    \"language\": \"uk\",\n    \"title\": \"День відкриттів\",\n    \"body\": \"Місяць у ваших Близнюках посилює…\",\n    \"transitFacts\": [\n      {\n        \"type\": \"Moon-square-Sun\",\n        \"exactTime\": \"14:23 UTC\"\n      }\n    ]\n  }\n}"},{"id":"514a5c7d-72b5-4e20-ad86-3e72c2800c08","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sign\": \"aries\",\n  \"date\": \"2026-05-04\",\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horoscope/daily"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"c2ea3052-1190-4924-b2de-d997fc47ceed","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sign\": \"aries\",\n  \"date\": \"2026-05-04\",\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horoscope/daily"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"2f778273-c849-4a21-beea-2ad2513db3bd"},{"name":"Weekly Horoscope","id":"59314578-4c61-43ec-a665-82dec8f52e78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"weekStart\": \"2026-05-04\",\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horoscope/weekly","description":"<p>Generate a weekly horoscope (7-day window) with key transit events and themes. AI-written, ephemeris-grounded.</p>\n","urlObject":{"path":["horoscope","weekly"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"77c97ac3-d674-4c20-96a0-07ffcc1286ea","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"weekStart\": \"2026-05-04\",\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horoscope/weekly"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"weekStart\": \"2026-05-04\",\n    \"weekEnd\": \"2026-05-10\",\n    \"language\": \"uk\",\n    \"title\": \"Тиждень переоцінки\",\n    \"body\": \"...\",\n    \"keyTransits\": [\n      {\n        \"date\": \"2026-05-07\",\n        \"type\": \"Mercury-trine-Saturn\"\n      }\n    ]\n  }\n}"},{"id":"45af59fb-51a7-491f-ba76-2eec9bb709bf","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"weekStart\": \"2026-05-04\",\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horoscope/weekly"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"a70589fc-99ae-4f5c-9e3a-86fffcc5ba75","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"weekStart\": \"2026-05-04\",\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horoscope/weekly"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"59314578-4c61-43ec-a665-82dec8f52e78"},{"name":"Monthly Horoscope","id":"3248b51f-8013-4453-8d19-a138e42085da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"month\": \"2026-05\",\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horoscope/monthly","description":"<p>Generate a monthly horoscope with major transits, Moon phases, and personal-year themes (profections-aware).</p>\n","urlObject":{"path":["horoscope","monthly"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"8bf77efa-22cf-442a-b45d-5827045d9073","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"month\": \"2026-05\",\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horoscope/monthly"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"month\": \"string\",\n    \"language\": \"string\",\n    \"title\": \"string\",\n    \"body\": \"string\",\n    \"moonPhases\": [\n      {\n        \"date\": \"string\",\n        \"phase\": \"string\"\n      },\n      {\n        \"date\": \"string\",\n        \"phase\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"d16b7517-9f2f-4519-a8d6-46b1ccac35dd","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"month\": \"2026-05\",\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horoscope/monthly"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"d0f072ba-41df-4677-90a2-a3a853c9a615","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"month\": \"2026-05\",\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horoscope/monthly"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"3248b51f-8013-4453-8d19-a138e42085da"},{"name":"Yearly Horoscope","id":"f91b238a-164c-4a1a-9fcf-1ae53d0ad9c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"year\": 2026,\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horoscope/yearly","description":"<p>Generate a year-ahead horoscope (12-month window) with major transit cycles, solar return chart context, and time-lord (profection) for the year.</p>\n","urlObject":{"path":["horoscope","yearly"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"e0d44606-d9c2-4e0f-823d-77fbf212346a","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"year\": 2026,\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horoscope/yearly"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"year\": 2026,\n    \"language\": \"uk\",\n    \"title\": \"Рік відновлення\",\n    \"body\": \"...\",\n    \"profectionLord\": \"Mercury\",\n    \"solarReturn\": {\n      \"date\": \"2026-05-15T14:32:11Z\"\n    }\n  }\n}"},{"id":"d84f2c1a-bac6-445b-b84a-c8f7df25fa69","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"year\": 2026,\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horoscope/yearly"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"cfbdf9ab-2279-4319-95d0-355496b42c28","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"year\": 2026,\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horoscope/yearly"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"f91b238a-164c-4a1a-9fcf-1ae53d0ad9c2"},{"name":"Compatibility Horoscope","id":"a544e0ab-a41e-441b-8e68-468799bf9a76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horoscope/compatibility","description":"<p>Generate a relationship horoscope based on synastry between two charts — strengths, friction points, and themes for the next 30 days.</p>\n","urlObject":{"path":["horoscope","compatibility"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"06e6aab7-0d25-473f-bf32-b77edbb59341","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horoscope/compatibility"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"score\": 72,\n    \"language\": \"uk\",\n    \"summary\": \"Сильна емоційна резонансність, але…\",\n    \"strengths\": [\n      \"Sun-Moon trine\",\n      \"Venus-Mars sextile\"\n    ],\n    \"challenges\": [\n      \"Saturn-Mars square\"\n    ]\n  }\n}"},{"id":"e6288c2a-14a0-4d85-9984-53abf7fe6824","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horoscope/compatibility"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"3642e0a7-646c-4e87-a627-a4e171559ebd","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/horoscope/compatibility"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"a544e0ab-a41e-441b-8e68-468799bf9a76"}],"id":"7a74a230-1759-4ad0-a64b-a49ba13932ae","description":"<p>🔮 Horoscope endpoints</p>\n","_postman_id":"7a74a230-1759-4ad0-a64b-a49ba13932ae","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"AI Interpretations","item":[{"name":"Natal Chart Interpretation","id":"c75e8240-bc8c-46d0-ae36-0908c372bdf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/interpret/natal","description":"<p>Generate AI interpretation of a natal chart — personality traits, life themes, strongest archetypes. Multi-language. Token-cached for repeats.</p>\n","urlObject":{"path":["interpret","natal"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"e5a5412f-558f-4bf4-b8c8-0b32ccc198c5","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/interpret/natal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"language\": \"uk\",\n    \"summary\": \"Сонце у Тельці, Місяць у Терезах…\",\n    \"sections\": {\n      \"personality\": \"...\",\n      \"career\": \"...\",\n      \"relationships\": \"...\"\n    }\n  }\n}"},{"id":"62197af4-f406-42c9-854f-030a770f7d79","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/interpret/natal"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"a983f5cb-38b1-4633-aeb3-bc6aaa22f6e7","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"time\": \"14:30:00\",\n  \"timezoneOffset\": 3,\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/interpret/natal"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"c75e8240-bc8c-46d0-ae36-0908c372bdf8"},{"name":"Synastry Interpretation","id":"bfc89a51-68cb-40d8-a724-b0139a8a8f28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/interpret/synastry","description":"<p>AI interpretation of synastry between two charts — relationship dynamics, attractions, friction points, long-term outlook.</p>\n","urlObject":{"path":["interpret","synastry"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"d82f6d60-7fc3-4926-993e-421075c7c54d","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/interpret/synastry"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"language\": \"uk\",\n    \"summary\": \"Sun-Moon trine створює…\",\n    \"dynamics\": \"...\",\n    \"outlook\": \"...\"\n  }\n}"},{"id":"23fecc8d-0b42-469a-968a-2623b753a325","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/interpret/synastry"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"8e04db91-734c-44c5-ac41-dc2cd081daab","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/interpret/synastry"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"bfc89a51-68cb-40d8-a724-b0139a8a8f28"},{"name":"Transits Interpretation","id":"71ca67d0-587f-4dbf-a9f7-5a3710c7b4c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"windowStart\": \"2026-05-04\",\n  \"windowEnd\": \"2026-08-04\",\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/interpret/transits","description":"<p>AI interpretation of current/upcoming transits to a natal chart — what each major transit means in life context.</p>\n","urlObject":{"path":["interpret","transits"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"8b13b39a-0ead-457b-a8c1-fb9cb206315f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"windowStart\": \"2026-05-04\",\n  \"windowEnd\": \"2026-08-04\",\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/interpret/transits"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"language\": \"string\",\n    \"transits\": [\n      {\n        \"type\": \"string\",\n        \"exactDate\": \"string\",\n        \"interpretation\": \"string\"\n      },\n      {\n        \"type\": \"string\",\n        \"exactDate\": \"string\",\n        \"interpretation\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"69d722dd-94fa-4055-958c-239b1119a7da","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"windowStart\": \"2026-05-04\",\n  \"windowEnd\": \"2026-08-04\",\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/interpret/transits"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"f94c5a19-d484-4a1c-a503-085bf38fd526","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"windowStart\": \"2026-05-04\",\n  \"windowEnd\": \"2026-08-04\",\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/interpret/transits"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"71ca67d0-587f-4dbf-a9f7-5a3710c7b4c3"},{"name":"Chart Element Interpretation","id":"478cbced-a7fe-4d96-ac49-bcd2895f3369","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"element\": {\n    \"type\": \"planet\",\n    \"id\": \"Saturn\"\n  },\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/interpret/element","description":"<p>AI interpretation of a single chart element (planet/house/aspect) in context. Useful for chart-detail pages.</p>\n","urlObject":{"path":["interpret","element"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"ea01b9d3-928f-48c1-9f5e-b8d2f258879e","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"element\": {\n    \"type\": \"planet\",\n    \"id\": \"Saturn\"\n  },\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/interpret/element"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"language\": \"uk\",\n    \"element\": \"Saturn in Capricorn, House 10\",\n    \"interpretation\": \"Сатурн у власному знаку…\"\n  }\n}"},{"id":"056ea1da-3f67-45b6-a2c2-3338b88bb921","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"element\": {\n    \"type\": \"planet\",\n    \"id\": \"Saturn\"\n  },\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/interpret/element"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"a321b9e4-2e03-4218-875e-25095056b0d0","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"natal\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"element\": {\n    \"type\": \"planet\",\n    \"id\": \"Saturn\"\n  },\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/interpret/element"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"478cbced-a7fe-4d96-ac49-bcd2895f3369"},{"name":"Specific Placement Interpretation","id":"0cc5dfb5-9c7e-4b15-91d6-8b41a4e51f45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"planet\": \"Venus\",\n  \"sign\": \"Scorpio\",\n  \"house\": 7,\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/interpret/placement","description":"<p>AI interpretation of a specific planet+sign+house combination — concise, focused on the placement only.</p>\n","urlObject":{"path":["interpret","placement"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"7b3b0cb7-e60b-4beb-8173-5babe5d24938","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"planet\": \"Venus\",\n  \"sign\": \"Scorpio\",\n  \"house\": 7,\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/interpret/placement"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"language\": \"uk\",\n    \"placement\": \"Venus in Scorpio, House 7\",\n    \"interpretation\": \"Венера в Скорпіоні в 7-му домі…\"\n  }\n}"},{"id":"7d6d63af-7692-446c-b1a6-71ddc0391928","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"planet\": \"Venus\",\n  \"sign\": \"Scorpio\",\n  \"house\": 7,\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/interpret/placement"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"c702cdbe-c4ef-452c-b731-2bfcb873b1c7","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"planet\": \"Venus\",\n  \"sign\": \"Scorpio\",\n  \"house\": 7,\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/interpret/placement"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"0cc5dfb5-9c7e-4b15-91d6-8b41a4e51f45"}],"id":"546e82df-0f9c-4e4e-894b-f6f938ea5caf","description":"<p>🧠 AI Interpretations endpoints</p>\n","_postman_id":"546e82df-0f9c-4e4e-894b-f6f938ea5caf","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Reference","item":[{"name":"Zodiac Signs","id":"0a85de87-ae7b-4851-835e-520dc64e8263","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/signs","description":"<p>Reference list of the 12 zodiac signs with element, modality, polarity, classical and modern rulers, exaltation, fall, detriment, and body parts.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}},"urlObject":{"path":["reference","signs"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"15615556-3771-473b-b852-ae555acbfca1","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/signs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"items\": [\n      {\n        \"id\": 2862.078420883085,\n        \"name\": \"string\",\n        \"glyph\": \"string\",\n        \"element\": \"string\",\n        \"modality\": \"string\",\n        \"polarity\": \"string\",\n        \"ruler\": \"string\",\n        \"exaltation\": \"string\",\n        \"fall\": \"string\",\n        \"detriment\": \"string\"\n      },\n      {\n        \"id\": 6236.410440401732,\n        \"name\": \"string\",\n        \"glyph\": \"string\",\n        \"element\": \"string\",\n        \"modality\": \"string\",\n        \"polarity\": \"string\",\n        \"ruler\": \"string\",\n        \"exaltation\": \"string\",\n        \"fall\": \"string\",\n        \"detriment\": \"string\"\n      }\n    ],\n    \"count\": 5583.772506187672\n  }\n}"},{"id":"edcf5059-159f-486f-9ea8-ccff310eb4b9","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/signs"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"bf88c457-5bd9-4821-b8d0-44b03e779fa9","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/signs"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"0a85de87-ae7b-4851-835e-520dc64e8263"},{"name":"Planets","id":"dff3208c-68ee-4de4-a6d9-304cd8965c19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/planets","description":"<p>Reference list of planetary bodies (Sun..Pluto + nodes + Chiron + Lilith) with archetype, rulerships, exaltation/fall/detriment, orbit period, and category.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}},"urlObject":{"path":["reference","planets"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"9989defc-449c-4c0b-9208-39412444f210","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/planets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"items\": [\n      {\n        \"id\": 513.0049080828813,\n        \"name\": \"string\",\n        \"glyph\": \"string\",\n        \"archetype\": \"string\",\n        \"rules\": [\n          6125.056552287438,\n          6046.36728519314\n        ],\n        \"exaltation\": 175.9246674364423,\n        \"fall\": 3391.131235241085,\n        \"type\": \"string\"\n      },\n      {\n        \"id\": 4574.829650884031,\n        \"name\": \"string\",\n        \"glyph\": \"string\",\n        \"archetype\": \"string\",\n        \"rules\": [\n          3708.166613383521,\n          5726.693302090691\n        ],\n        \"exaltation\": 2508.4591772169083,\n        \"fall\": 5568.263982354698,\n        \"type\": \"string\"\n      }\n    ],\n    \"count\": 4002.6046567645612\n  }\n}"},{"id":"705ebc47-cd11-4fb7-a422-3ab9575979f0","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/planets"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"eff7772b-75b4-48f0-a999-2034de000832","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/planets"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"dff3208c-68ee-4de4-a6d9-304cd8965c19"},{"name":"Houses","id":"5ecebefe-f1b8-4db9-8aef-023ef36d1823","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/houses","description":"<p>Reference list of the 12 houses with natural sign, natural ruler, life area, classical and modern significations, axis pairing, and angularity.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}},"urlObject":{"path":["reference","houses"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"dee6f664-b9ba-4770-8b60-dee412d75373","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/houses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"items\": [\n      {\n        \"number\": 7494.390946312989,\n        \"name\": \"string\",\n        \"naturalSign\": \"string\",\n        \"naturalRuler\": \"string\",\n        \"type\": \"string\",\n        \"lifeArea\": \"string\"\n      },\n      {\n        \"number\": 1943.4030290309145,\n        \"name\": \"string\",\n        \"naturalSign\": \"string\",\n        \"naturalRuler\": \"string\",\n        \"type\": \"string\",\n        \"lifeArea\": \"string\"\n      }\n    ],\n    \"count\": 692.0217566770681\n  }\n}"},{"id":"8c5f9eda-6a34-4274-a0b0-4e7f2088419a","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/houses"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"d258a5c1-db08-49f8-b348-5faeae8a5e3f","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/houses"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"5ecebefe-f1b8-4db9-8aef-023ef36d1823"},{"name":"Aspects","id":"7097392b-2263-4d56-8064-5881b9fad4d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/aspects","description":"<p>Reference catalogue of major / minor / harmonic aspects with default orbs per orb school (Lilly, Ptolemy, modern), nature, and harmonic family.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}},"urlObject":{"path":["reference","aspects"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"997e1c5f-9a39-417f-a76e-e89c88ed2964","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/aspects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"items\": [\n      {\n        \"name\": \"string\",\n        \"glyph\": \"string\",\n        \"angle\": 9323.68131530994,\n        \"family\": \"string\",\n        \"nature\": \"string\",\n        \"harmonic\": 678.5217876206295,\n        \"defaultOrbs\": {\n          \"lilly\": 11.177125820278633,\n          \"ptolemy\": 5672.274891446216,\n          \"modern\": 4340.814581217305\n        }\n      },\n      {\n        \"name\": \"string\",\n        \"glyph\": \"string\",\n        \"angle\": 3886.418273468999,\n        \"family\": \"string\",\n        \"nature\": \"string\",\n        \"harmonic\": 6869.663038043201,\n        \"defaultOrbs\": {\n          \"lilly\": 3419.82522026824,\n          \"ptolemy\": 7951.990869397528,\n          \"modern\": 1076.3503410688547\n        }\n      }\n    ],\n    \"count\": 8589.422741466416\n  }\n}"},{"id":"ea2e3117-f26d-435f-a2f0-6e86444ebc00","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/aspects"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"6b49be89-fb79-47d0-95c2-09489e02a7b5","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/aspects"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"7097392b-2263-4d56-8064-5881b9fad4d3"},{"name":"Elements","id":"65178acd-8000-4121-98b9-9f30d1522c46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/elements","description":"<p>Reference list of fire / earth / air / water with their qualities, signs, planetary affinity, season, body humour, and Jungian function.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}},"urlObject":{"path":["reference","elements"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"441963fc-eeed-4ab3-87ce-bb806251924f","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/elements"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"items\": [\n      {\n        \"name\": \"string\",\n        \"qualities\": [\n          \"string\",\n          \"string\"\n        ],\n        \"signs\": [\n          \"string\",\n          \"string\"\n        ],\n        \"jungianFunction\": \"string\"\n      },\n      {\n        \"name\": \"string\",\n        \"qualities\": [\n          \"string\",\n          \"string\"\n        ],\n        \"signs\": [\n          \"string\",\n          \"string\"\n        ],\n        \"jungianFunction\": \"string\"\n      }\n    ],\n    \"count\": 9199.850917780952\n  }\n}"},{"id":"abe78433-6a12-4e83-859b-5be631b99005","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/elements"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"16824d2a-4a68-456f-9f56-9a760a7ef178","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/elements"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"65178acd-8000-4121-98b9-9f30d1522c46"},{"name":"Modalities","id":"7184c7bc-9ef5-4a95-805d-f584b5e23c56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/modalities","description":"<p>Reference list of cardinal / fixed / mutable modalities with associated signs, behavioural keyword, best uses, and shadow side.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}},"urlObject":{"path":["reference","modalities"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"c89bff4a-cd12-4566-bf9b-58ab3efa2f96","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/modalities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"items\": [\n      {\n        \"name\": \"string\",\n        \"signs\": [\n          \"string\",\n          \"string\"\n        ],\n        \"keyword\": \"string\"\n      },\n      {\n        \"name\": \"string\",\n        \"signs\": [\n          \"string\",\n          \"string\"\n        ],\n        \"keyword\": \"string\"\n      }\n    ],\n    \"count\": 8173.723519831633\n  }\n}"},{"id":"a187d7a2-c8ce-40c4-8c0b-0c9652fb43c3","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/modalities"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"bdd1f8e7-d30f-4299-b016-36eb7026175c","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/modalities"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"7184c7bc-9ef5-4a95-805d-f584b5e23c56"},{"name":"Polarities","id":"3725b6f1-0e03-4016-968a-fd853d468f56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/polarities","description":"<p>Reference list of masculine / feminine (yang / yin) polarities with associated signs and energetic descriptions.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}},"urlObject":{"path":["reference","polarities"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"2013e5ce-034c-403b-879c-3e94aefe9a24","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/polarities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"items\": [\n      {\n        \"name\": \"string\",\n        \"alternateNames\": [\n          \"string\",\n          \"string\"\n        ],\n        \"signs\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"name\": \"string\",\n        \"alternateNames\": [\n          \"string\",\n          \"string\"\n        ],\n        \"signs\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ],\n    \"count\": 9149.796412614343\n  }\n}"},{"id":"6e8da38e-70ab-4300-8c74-beffa4cbf923","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/polarities"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"b5b27d0c-7324-42ac-a676-c67b261674c5","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/polarities"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"3725b6f1-0e03-4016-968a-fd853d468f56"},{"name":"Essential Dignities","id":"c184dd49-4ac9-4dd6-9c82-6a9e92d9fcb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/dignities","description":"<p>Classical (Ptolemy / Lilly) essential dignities table — domicile, exaltation degree, day/night/common triplicity rulers, detriment, and fall — plus Lilly's scoring weights.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}},"urlObject":{"path":["reference","dignities"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"c4d5bdec-23a6-4cbc-9fda-3bc92a198f53","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/dignities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"items\": [\n      {\n        \"sign\": \"string\",\n        \"domicile\": \"string\",\n        \"exaltation\": \"string\",\n        \"exaltationDegree\": 3931.5627407380794,\n        \"detriment\": \"string\",\n        \"fall\": \"string\",\n        \"fallDegree\": 4676.8076795030875\n      },\n      {\n        \"sign\": \"string\",\n        \"domicile\": \"string\",\n        \"exaltation\": \"string\",\n        \"exaltationDegree\": 6069.77155749463,\n        \"detriment\": \"string\",\n        \"fall\": \"string\",\n        \"fallDegree\": 1799.269407841624\n      }\n    ],\n    \"scores\": {\n      \"domicile\": 5689.387895875533,\n      \"exaltation\": 9521.862793949185,\n      \"triplicity\": 743.9169985100635,\n      \"term\": 7267.277795204878,\n      \"face\": 2692.824016310642,\n      \"detriment\": 9048.118345570258,\n      \"fall\": 4048.646399797298\n    },\n    \"count\": 9705.87542865163\n  }\n}"},{"id":"80c129f2-a369-4970-8457-93a2c5dc1796","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/dignities"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"95c51f77-ce3d-48d8-9762-3689ecca6484","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/dignities"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"c184dd49-4ac9-4dd6-9c82-6a9e92d9fcb5"},{"name":"Decans","id":"90e80638-b1af-4c91-94d5-2428fbc1a537","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/decans","description":"<p>Reference list of the 36 decans (10° divisions) with Egyptian Chaldean ruler, modern triplicity ruler, classical face ruler, and Liber Hermetis decanic deity name where attested.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}},"urlObject":{"path":["reference","decans"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"3cebac52-1358-4a62-a38b-69d033bf8f04","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/decans"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"items\": [\n      {\n        \"number\": 6942.434760396416,\n        \"sign\": \"string\",\n        \"decanInSign\": 6117.060531809635,\n        \"startDegree\": 662.1752935002289,\n        \"endDegree\": 831.5440140324238,\n        \"egyptianRuler\": \"string\",\n        \"modernRuler\": \"string\",\n        \"faceRuler\": \"string\"\n      },\n      {\n        \"number\": 6139.788125613714,\n        \"sign\": \"string\",\n        \"decanInSign\": 8321.03864349227,\n        \"startDegree\": 9473.60541814593,\n        \"endDegree\": 2934.172823390546,\n        \"egyptianRuler\": \"string\",\n        \"modernRuler\": \"string\",\n        \"faceRuler\": \"string\"\n      }\n    ],\n    \"count\": 7967.358856555722\n  }\n}"},{"id":"d5653157-1ec8-436e-be7a-56db3c200803","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/decans"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"85bf0549-3db7-44fe-a78c-f6c2059c69d8","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/decans"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"90e80638-b1af-4c91-94d5-2428fbc1a537"},{"name":"Nakshatras","id":"801e2dde-00c5-4db2-9daa-dabf95826a42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/nakshatras","description":"<p>Reference list of the 27 Vedic nakshatras with sidereal degree range (Lahiri), symbol, deity, Vimshottari ruler, gana, yoni, varna, guna, and pada starting sign.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}},"urlObject":{"path":["reference","nakshatras"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"dc5c306f-6521-4164-b5d5-2184f2bbfd20","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/nakshatras"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"items\": [\n      {\n        \"number\": 1976.8641519340235,\n        \"name\": \"string\",\n        \"startDegree\": 8759.219641007983,\n        \"endDegree\": 8318.003441859863,\n        \"deity\": \"string\",\n        \"ruler\": \"string\",\n        \"gana\": \"string\"\n      },\n      {\n        \"number\": 7289.613839173044,\n        \"name\": \"string\",\n        \"startDegree\": 7723.777578378555,\n        \"endDegree\": 5424.086558417025,\n        \"deity\": \"string\",\n        \"ruler\": \"string\",\n        \"gana\": \"string\"\n      }\n    ],\n    \"count\": 4661.325425349161\n  }\n}"},{"id":"cfe7a3ed-fbf2-453a-b930-7539062c29e0","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/nakshatras"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"8f37160f-af97-46f6-b9b8-b3372bb0661d","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/nakshatras"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"801e2dde-00c5-4db2-9daa-dabf95826a42"},{"name":"Hellenistic Lots","id":"801ee77c-5cb2-4cc8-859b-d40ac652b195","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/lots","description":"<p>Reference catalogue of Hellenistic Lots / Arabic Parts (Fortune, Spirit, Eros, etc.) with day/night formulas, sect-sensitivity flag, and signification.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}},"urlObject":{"path":["reference","lots"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"87e2ae43-25bd-4738-8cfd-4d116af845fb","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/lots"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"items\": [\n      {\n        \"name\": \"string\",\n        \"alternateName\": \"string\",\n        \"formulaDay\": \"string\",\n        \"formulaNight\": \"string\",\n        \"sectSensitive\": true\n      },\n      {\n        \"name\": \"string\",\n        \"alternateName\": \"string\",\n        \"formulaDay\": \"string\",\n        \"formulaNight\": \"string\",\n        \"sectSensitive\": true\n      }\n    ],\n    \"count\": 6503.871825050682\n  }\n}"},{"id":"5be1a1fb-0cf8-4aad-a329-a987eccc541f","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/lots"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"351d1100-1e17-4b1f-9c81-1a859634a0f2","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/lots"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"801ee77c-5cb2-4cc8-859b-d40ac652b195"},{"name":"Asteroids & Centaurs","id":"bcbf2c42-8a9c-45d7-9ebb-4572cb9c8ed6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/asteroids","description":"<p>Reference list of the major asteroids and centaurs (Ceres, Pallas, Juno, Vesta, Chiron, Lilith, Eris, Sedna, Pholus) with Swiss Ephemeris ID, archetype, mythology, and orbit period.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}},"urlObject":{"path":["reference","asteroids"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"f496d754-37e0-4263-91ae-c8747a3c6f6a","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/asteroids"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"items\": [\n      {\n        \"name\": \"string\",\n        \"swissEphemerisId\": 5621.428743037666,\n        \"archetype\": \"string\",\n        \"mythology\": \"string\",\n        \"orbitYears\": 8937.41901297308\n      },\n      {\n        \"name\": \"string\",\n        \"swissEphemerisId\": 9627.205545882109,\n        \"archetype\": \"string\",\n        \"mythology\": \"string\",\n        \"orbitYears\": 4125.928926725588\n      }\n    ],\n    \"count\": 3482.0356534972198\n  }\n}"},{"id":"836cfd7a-5c9f-42f4-8ddb-b698b30a7c7c","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/asteroids"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"5e928057-302a-486e-b508-a79acf61c3dc","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/asteroids"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"bcbf2c42-8a9c-45d7-9ebb-4572cb9c8ed6"},{"name":"Zodiac Systems","id":"29108a92-a1de-4c57-a683-ea99a814d6d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/zodiac-systems","description":"<p>Reference list of zodiac systems supported (Tropical, Sidereal Lahiri/Fagan-Bradley/Krishnamurti/Raman, Draconic, Heliocentric) with current ayanamsha offset and primary use cases.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}},"urlObject":{"path":["reference","zodiac-systems"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"7cce4103-6acb-4060-ac73-808582925eb3","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/zodiac-systems"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"items\": [\n      {\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"primaryUseCase\": \"string\",\n        \"schools\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"name\": \"string\",\n        \"type\": \"string\",\n        \"primaryUseCase\": \"string\",\n        \"schools\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ],\n    \"count\": 2724.8023799618236\n  }\n}"},{"id":"1ac0bb71-0a07-4c9c-832c-f047ba8028c7","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/zodiac-systems"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"4337a4be-cdf7-4ca4-8ad9-0f5311b7b6f2","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/zodiac-systems"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"29108a92-a1de-4c57-a683-ea99a814d6d3"},{"name":"Glyphs","id":"09522e53-a6ed-44bb-a591-c2617bfea3d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/glyphs","description":"<p>Unicode glyphs and fallback text for all astrological symbols (signs, planets, aspects, points, asteroids).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}},"urlObject":{"path":["reference","glyphs"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"01b461ef-2157-4ac3-9b12-ed72a2ee39a6","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/glyphs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"items\": [\n      {\n        \"symbol\": \"string\",\n        \"category\": \"string\",\n        \"unicode\": \"string\",\n        \"glyph\": \"string\",\n        \"fallbackText\": \"string\"\n      },\n      {\n        \"symbol\": \"string\",\n        \"category\": \"string\",\n        \"unicode\": \"string\",\n        \"glyph\": \"string\",\n        \"fallbackText\": \"string\"\n      }\n    ],\n    \"count\": 5660.336607241489\n  }\n}"},{"id":"8053cde4-9a03-4db0-8a30-cffd346c0c2f","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/glyphs"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"3b62057c-079d-4b18-9f55-a0125423293e","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/reference/glyphs"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"09522e53-a6ed-44bb-a591-c2617bfea3d4"}],"id":"2371ce13-1c3d-4fad-841a-b5e1e20ae2dc","description":"<p>📖 Reference endpoints</p>\n","_postman_id":"2371ce13-1c3d-4fad-841a-b5e1e20ae2dc","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Numerology — Pythagorean","item":[{"name":"Life Path Number (pythagorean)","id":"f6b1d924-83d7-4e90-82d0-30a515680c76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/life-path","description":"<p>Calculate the Life Path number from birth date (year + month + day, reduced). Numerology — Pythagorean system.</p>\n","urlObject":{"path":["numerology","pythagorean","life-path"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"d1632111-5e2a-45a0-b708-311b918f3c19","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/life-path"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"lifepath\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"a7b6c429-e860-4813-b066-5c432567d838","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/life-path"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"deb012c2-e6ec-4d8c-a5af-dc7481064a21","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/life-path"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"f6b1d924-83d7-4e90-82d0-30a515680c76"},{"name":"Expression / Destiny (pythagorean)","id":"5bcee121-4691-4093-bc26-b3022b08dbfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/expression","description":"<p>Calculate the Expression (Destiny) number from full birth name letters (all letters, reduced). Numerology — Pythagorean system.</p>\n","urlObject":{"path":["numerology","pythagorean","expression"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"d954e41e-5351-4fdf-ae61-48c7b4147543","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/expression"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"expression\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"d42b2873-4c46-4350-9757-63b2795d4621","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/expression"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"353d9365-5cfe-4d21-b3b0-0c5d72d8f038","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/expression"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"5bcee121-4691-4093-bc26-b3022b08dbfe"},{"name":"Soul Urge / Heart's Desire (pythagorean)","id":"7824a1d8-e7bf-4da0-be76-1d6c48fcebc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/soul-urge","description":"<p>Calculate the Soul Urge number from the vowels of the full birth name. Numerology — Pythagorean system.</p>\n","urlObject":{"path":["numerology","pythagorean","soul-urge"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"9e7235a7-dc27-49b2-ad27-625c9c91be91","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/soul-urge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"soulurge\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"cae380b6-b442-4930-8986-c810ede2795d","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/soul-urge"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"362d68bf-b49d-4304-bce1-3f424326f9c4","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/soul-urge"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"7824a1d8-e7bf-4da0-be76-1d6c48fcebc8"},{"name":"Personality (pythagorean)","id":"54786aa7-05fd-4255-af87-4f0a18f5d232","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/personality","description":"<p>Calculate the Personality number from the consonants of the full birth name. Numerology — Pythagorean system.</p>\n","urlObject":{"path":["numerology","pythagorean","personality"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"370412a0-1ff8-4523-89bc-2efd65cf880f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/personality"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"personality\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"b19cbcd1-8d6b-47bb-a4be-3e24e53f1a77","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/personality"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"78989f76-b100-41da-a197-19ac99b46462","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/personality"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"54786aa7-05fd-4255-af87-4f0a18f5d232"},{"name":"Birthday (pythagorean)","id":"46d38aae-9ee5-4c52-b1d1-ab5484229228","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/birthday","description":"<p>Calculate the Birthday number from the day-of-birth digit. Numerology — Pythagorean system.</p>\n","urlObject":{"path":["numerology","pythagorean","birthday"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"4def78aa-55ef-4022-8b49-206f10d5b1ad","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/birthday"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"birthday\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"0ca2e5bf-c84c-4be4-a73d-3a140d8204d8","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/birthday"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"72c688e7-4dc2-4001-b4d3-e29585455af7","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/birthday"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"46d38aae-9ee5-4c52-b1d1-ab5484229228"},{"name":"Maturity (pythagorean)","id":"f670e48c-ab15-4606-af85-489cadb004b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/maturity","description":"<p>Calculate the Maturity number — sum of Life Path and Expression, activates around age 35. Numerology — Pythagorean system.</p>\n","urlObject":{"path":["numerology","pythagorean","maturity"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"44da6344-0799-4f8e-a579-4a7a2fb4f4d3","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/maturity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"maturity\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"e1dcc7cb-44cf-4b51-9cb4-51309c5262c9","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/maturity"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"dce32ea2-d08a-407c-a392-6170b79f1efb","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/maturity"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"f670e48c-ab15-4606-af85-489cadb004b8"},{"name":"Balance (pythagorean)","id":"fa43e96b-8955-4206-9f56-6d15c014b8f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/balance","description":"<p>Calculate the Balance number from initials of each part of the full name. Numerology — Pythagorean system.</p>\n","urlObject":{"path":["numerology","pythagorean","balance"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"3346950e-ee0a-4840-8b1e-7f77ca6157c1","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/balance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"balance\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"e0430f8d-75f2-4e0b-acda-f92a91e517d7","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/balance"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"6e420831-8d74-4037-876f-1aad1711ecaf","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/balance"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"fa43e96b-8955-4206-9f56-6d15c014b8f9"},{"name":"Challenge Cycles (pythagorean)","id":"ccb40b19-95b6-43bb-9feb-bcb63bde3289","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/challenge","description":"<p>Calculate four Challenge cycles — life-area difficulties to master, derived from birth date components. Numerology — Pythagorean system.</p>\n","urlObject":{"path":["numerology","pythagorean","challenge"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"669df820-59a2-49e4-851e-ecbf82f0d0be","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/challenge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"challenges\": {\n      \"first\": {\n        \"reduced\": 4,\n        \"meaning\": {\n          \"archetype\": \"The Builder\"\n        }\n      },\n      \"second\": {\n        \"reduced\": 1\n      },\n      \"third\": {\n        \"reduced\": 3\n      },\n      \"fourth\": {\n        \"reduced\": 5\n      }\n    }\n  }\n}"},{"id":"786512a3-234d-4d5f-b29e-d04f16c91b54","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/challenge"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"fa99aab6-cfc5-4d47-bf1b-15ec9468f869","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/challenge"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"ccb40b19-95b6-43bb-9feb-bcb63bde3289"},{"name":"Pinnacle Cycles (pythagorean)","id":"96d5222a-d4c1-42ad-a663-ca8b27e73e4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/pinnacles","description":"<p>Calculate four Pinnacle cycles with their age boundaries — life chapters of opportunity. Numerology — Pythagorean system.</p>\n","urlObject":{"path":["numerology","pythagorean","pinnacles"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"fa2dfb25-3fbf-4418-ba53-5e18f8288de7","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/pinnacles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"pinnacles\": {\n      \"first\": {\n        \"reduced\": 7,\n        \"endsAtAge\": 30\n      },\n      \"second\": {\n        \"reduced\": 4,\n        \"endsAtAge\": 39\n      },\n      \"third\": {\n        \"reduced\": 3,\n        \"endsAtAge\": 48\n      },\n      \"fourth\": {\n        \"reduced\": 8,\n        \"endsAtAge\": 57\n      }\n    }\n  }\n}"},{"id":"60b03a5b-4742-4705-8099-b09bcae5d9cf","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/pinnacles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"9e513676-2cf2-4152-a34c-aec6d62d9723","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/pinnacles"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"96d5222a-d4c1-42ad-a663-ca8b27e73e4d"},{"name":"Personal Year (pythagorean)","id":"c486d186-c89b-4bdd-8d15-db4d0c5c6f7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\",\n  \"year\": 2026\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/personal-year","description":"<p>Calculate the Personal Year number for a given calendar year — 9-year cycle of personal evolution. Numerology — Pythagorean system.</p>\n","urlObject":{"path":["numerology","pythagorean","personal-year"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"fabbbf22-d109-4c31-9c40-b193b950c711","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\",\n  \"year\": 2026\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/personal-year"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"personalYear\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"ff235847-3309-43b4-a31e-400b85898796","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\",\n  \"year\": 2026\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/personal-year"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"b5163325-1321-4099-9688-3e7a5bb73b6f","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\",\n  \"year\": 2026\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/pythagorean/personal-year"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"c486d186-c89b-4bdd-8d15-db4d0c5c6f7f"}],"id":"45d316c5-7127-4a48-8121-485b509ec20f","description":"<p>🔢 Numerology — Pythagorean endpoints</p>\n","_postman_id":"45d316c5-7127-4a48-8121-485b509ec20f","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Numerology — Chaldean","item":[{"name":"Life Path Number (chaldean)","id":"5168f140-0a5c-460f-a54c-2cfac6b19a8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/life-path","description":"<p>Calculate the Life Path number from birth date (year + month + day, reduced). Numerology — Chaldean system.</p>\n","urlObject":{"path":["numerology","chaldean","life-path"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"86b4460d-1338-4dac-8373-5611ace73743","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/life-path"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"lifepath\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"fda15d9b-532e-45e9-ba51-60e9effa42cc","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/life-path"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"ca6687da-3ec6-44b3-a54d-6616995f53c6","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/life-path"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"5168f140-0a5c-460f-a54c-2cfac6b19a8f"},{"name":"Expression / Destiny (chaldean)","id":"eff011a6-17e1-4bf1-82d8-9948c0f2450f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/expression","description":"<p>Calculate the Expression (Destiny) number from full birth name letters (all letters, reduced). Numerology — Chaldean system.</p>\n","urlObject":{"path":["numerology","chaldean","expression"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"20b82ffe-c42d-46fc-b903-8ff64fae8f07","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/expression"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"expression\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"727ea037-a991-48cb-aad2-69e6b830b072","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/expression"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"5812f3a4-d034-4663-a6a7-b11fc4f428fa","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/expression"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"eff011a6-17e1-4bf1-82d8-9948c0f2450f"},{"name":"Soul Urge / Heart's Desire (chaldean)","id":"22cc6832-c9b3-4720-be88-cb3572ad4b93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/soul-urge","description":"<p>Calculate the Soul Urge number from the vowels of the full birth name. Numerology — Chaldean system.</p>\n","urlObject":{"path":["numerology","chaldean","soul-urge"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"05d600fa-e586-427d-a058-95714a1a45b7","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/soul-urge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"soulurge\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"56d66267-ef32-46db-b7e9-9a903c422171","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/soul-urge"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"70134668-3abb-4191-a8af-9a39b614e326","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/soul-urge"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"22cc6832-c9b3-4720-be88-cb3572ad4b93"},{"name":"Personality (chaldean)","id":"be2999bb-c34c-4e94-966f-3dcea21737f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/personality","description":"<p>Calculate the Personality number from the consonants of the full birth name. Numerology — Chaldean system.</p>\n","urlObject":{"path":["numerology","chaldean","personality"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"b34f80e0-bcb5-40ff-a291-12f643ea3ed9","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/personality"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"personality\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"9fa0a6e2-0c2b-412c-aa3a-96bf6c2732bb","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/personality"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"621d21b1-1daa-4c8e-8753-4bb326a0a095","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/personality"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"be2999bb-c34c-4e94-966f-3dcea21737f1"},{"name":"Birthday (chaldean)","id":"d225bad0-016f-4885-a724-959c7c3d3fb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/birthday","description":"<p>Calculate the Birthday number from the day-of-birth digit. Numerology — Chaldean system.</p>\n","urlObject":{"path":["numerology","chaldean","birthday"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"789d8ab9-2ca6-48e9-bf06-e2146c1b0b8c","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/birthday"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"birthday\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"f2b90c70-55a1-44cf-aed2-d87386fe75c0","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/birthday"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"432bb113-1fdf-4fac-ba13-c0e925238c58","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/birthday"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"d225bad0-016f-4885-a724-959c7c3d3fb5"},{"name":"Maturity (chaldean)","id":"9f77dc0f-09a5-4609-a202-4691fe0c4026","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/maturity","description":"<p>Calculate the Maturity number — sum of Life Path and Expression, activates around age 35. Numerology — Chaldean system.</p>\n","urlObject":{"path":["numerology","chaldean","maturity"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"736d53cc-6b85-4fa9-beb7-c26b611165f8","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/maturity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"maturity\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"dabde238-9bff-4cc3-864c-bc162f827b07","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/maturity"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"4919ae3a-7e0f-4e0c-9a1e-c8b59f018492","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/maturity"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"9f77dc0f-09a5-4609-a202-4691fe0c4026"},{"name":"Balance (chaldean)","id":"e5d18040-b3d1-4958-b302-c4bd7759565e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/balance","description":"<p>Calculate the Balance number from initials of each part of the full name. Numerology — Chaldean system.</p>\n","urlObject":{"path":["numerology","chaldean","balance"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"15b8bd90-aa3e-4342-8540-f2d7ee869fa0","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/balance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"balance\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"fff2b788-084c-42d1-acbd-465bcf2919b6","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/balance"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"36f19553-a6cf-489f-bfdd-089dfe14bccb","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/balance"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"e5d18040-b3d1-4958-b302-c4bd7759565e"},{"name":"Challenge Cycles (chaldean)","id":"ab505de0-e35b-4c6b-8475-15ea743f1cd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/challenge","description":"<p>Calculate four Challenge cycles — life-area difficulties to master, derived from birth date components. Numerology — Chaldean system.</p>\n","urlObject":{"path":["numerology","chaldean","challenge"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"7f31ab79-58e2-439e-8d61-7c572c4d68d3","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/challenge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"chaldean\",\n    \"challenges\": {\n      \"first\": {\n        \"reduced\": 4,\n        \"meaning\": {\n          \"archetype\": \"The Builder\"\n        }\n      },\n      \"second\": {\n        \"reduced\": 1\n      },\n      \"third\": {\n        \"reduced\": 3\n      },\n      \"fourth\": {\n        \"reduced\": 5\n      }\n    }\n  }\n}"},{"id":"241e018e-4bfa-45a8-98be-dd7143a6fa72","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/challenge"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"be9cb809-171a-4e58-9bb2-d8f402edfe45","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/challenge"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"ab505de0-e35b-4c6b-8475-15ea743f1cd7"},{"name":"Pinnacle Cycles (chaldean)","id":"e000a838-8304-4944-9454-c31da6c8f305","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/pinnacles","description":"<p>Calculate four Pinnacle cycles with their age boundaries — life chapters of opportunity. Numerology — Chaldean system.</p>\n","urlObject":{"path":["numerology","chaldean","pinnacles"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"0b8ae301-09b4-4767-8dc7-dc61779c4233","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/pinnacles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"chaldean\",\n    \"pinnacles\": {\n      \"first\": {\n        \"reduced\": 7,\n        \"endsAtAge\": 30\n      },\n      \"second\": {\n        \"reduced\": 4,\n        \"endsAtAge\": 39\n      },\n      \"third\": {\n        \"reduced\": 3,\n        \"endsAtAge\": 48\n      },\n      \"fourth\": {\n        \"reduced\": 8,\n        \"endsAtAge\": 57\n      }\n    }\n  }\n}"},{"id":"3f51c8ad-2f8d-4c50-83e3-c35720c11085","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/pinnacles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"b89bfe43-969f-4d5b-88bd-872add6b2629","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/pinnacles"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"e000a838-8304-4944-9454-c31da6c8f305"},{"name":"Personal Year (chaldean)","id":"f2122457-9b86-43d3-a8ec-ec14676a1f96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\",\n  \"year\": 2026\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/personal-year","description":"<p>Calculate the Personal Year number for a given calendar year — 9-year cycle of personal evolution. Numerology — Chaldean system.</p>\n","urlObject":{"path":["numerology","chaldean","personal-year"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"04a95ae7-b2eb-4bb9-a3a6-684d14a8359a","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\",\n  \"year\": 2026\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/personal-year"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"personalYear\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"821637fd-008e-4331-9ebe-0bbac75398bf","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\",\n  \"year\": 2026\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/personal-year"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"c73dc72a-a224-4558-8eb5-3d6310362738","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\",\n  \"year\": 2026\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/chaldean/personal-year"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"f2122457-9b86-43d3-a8ec-ec14676a1f96"}],"id":"7f14ad43-d3c5-4074-93c7-5d7b4b6dcc7f","description":"<p>🔢 Numerology — Chaldean endpoints</p>\n","_postman_id":"7f14ad43-d3c5-4074-93c7-5d7b4b6dcc7f","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Numerology — Kabbalistic (phonetic)","item":[{"name":"Life Path Number (kabbalistic)","id":"1ec95358-faf8-49b2-85ad-ab87bf2782f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/life-path","description":"<p>Calculate the Life Path number from birth date (year + month + day, reduced). Numerology — Kabbalistic (phonetic) system.</p>\n","urlObject":{"path":["numerology","kabbalistic","life-path"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"8c9adc6a-2076-491a-a10d-feee5f06512e","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/life-path"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"lifepath\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"b6c2e8ff-4ad1-4b72-8778-2866ccaf976d","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/life-path"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"40b39a0d-f34c-48a8-84b9-37471d80f969","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/life-path"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"1ec95358-faf8-49b2-85ad-ab87bf2782f6"},{"name":"Expression / Destiny (kabbalistic)","id":"f8533a54-7a91-4fff-a61b-8ed02690b53e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/expression","description":"<p>Calculate the Expression (Destiny) number from full birth name letters (all letters, reduced). Numerology — Kabbalistic (phonetic) system.</p>\n","urlObject":{"path":["numerology","kabbalistic","expression"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"ae15e2ba-ec81-4793-b7ea-4e91a1f0bd78","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/expression"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"expression\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"f28e2b68-5162-4753-bf16-f235e5eb99f9","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/expression"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"e4a1bc51-663a-4b4c-bb40-ab3c632ee610","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/expression"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"f8533a54-7a91-4fff-a61b-8ed02690b53e"},{"name":"Soul Urge / Heart's Desire (kabbalistic)","id":"3d414dfb-de1f-4207-ac62-9d1ffd96b38f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/soul-urge","description":"<p>Calculate the Soul Urge number from the vowels of the full birth name. Numerology — Kabbalistic (phonetic) system.</p>\n","urlObject":{"path":["numerology","kabbalistic","soul-urge"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"7ea0ab3f-4c98-4bef-93ea-9687f8f8b288","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/soul-urge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"soulurge\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"ddecfb04-fb3c-4a34-a31d-f6c9a512fc20","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/soul-urge"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"8eb61e80-49c3-4785-a376-6853f773bf92","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/soul-urge"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"3d414dfb-de1f-4207-ac62-9d1ffd96b38f"},{"name":"Personality (kabbalistic)","id":"72f81f18-35c7-4bc6-ac48-65f681fbe1c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/personality","description":"<p>Calculate the Personality number from the consonants of the full birth name. Numerology — Kabbalistic (phonetic) system.</p>\n","urlObject":{"path":["numerology","kabbalistic","personality"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"a2d6bef0-cd41-4d09-b350-fdc2ed33e706","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/personality"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"personality\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"ec6b6a64-69bc-4fb1-ba03-ead4fcac992c","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/personality"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"109e3030-dd4d-4bd3-92da-fb3fffbe7880","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/personality"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"72f81f18-35c7-4bc6-ac48-65f681fbe1c2"},{"name":"Birthday (kabbalistic)","id":"05c4f9ee-fd19-41f9-abb7-2926df1149e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/birthday","description":"<p>Calculate the Birthday number from the day-of-birth digit. Numerology — Kabbalistic (phonetic) system.</p>\n","urlObject":{"path":["numerology","kabbalistic","birthday"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"3f3d994b-09b3-42e9-b2f0-485563fd0112","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/birthday"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"birthday\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"fa827617-f5d4-4691-86ab-97c64eda3865","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/birthday"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"4fc24b8a-ca02-495e-8b6e-d716f2da898f","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/birthday"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"05c4f9ee-fd19-41f9-abb7-2926df1149e1"},{"name":"Maturity (kabbalistic)","id":"b3db69c9-cf34-4140-83be-6bbc1b681daa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/maturity","description":"<p>Calculate the Maturity number — sum of Life Path and Expression, activates around age 35. Numerology — Kabbalistic (phonetic) system.</p>\n","urlObject":{"path":["numerology","kabbalistic","maturity"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"147de694-6093-4bdd-af0a-72df7c384027","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/maturity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"maturity\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"339e9168-74f3-4c8e-a856-fb8740ed6d7a","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/maturity"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"b7dcb989-8cbd-4b8f-866c-af3983ef4889","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/maturity"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"b3db69c9-cf34-4140-83be-6bbc1b681daa"},{"name":"Balance (kabbalistic)","id":"558f6257-f69e-42f2-bc85-8a18cb17738e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/balance","description":"<p>Calculate the Balance number from initials of each part of the full name. Numerology — Kabbalistic (phonetic) system.</p>\n","urlObject":{"path":["numerology","kabbalistic","balance"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"4b3b2a6e-3ae4-4573-a18c-95ae27e00198","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/balance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"balance\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"802d3db3-ec22-486a-ba82-53f828d1d97b","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/balance"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"402b25ee-5624-4fc4-9661-1cf37436e5d7","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/balance"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"558f6257-f69e-42f2-bc85-8a18cb17738e"},{"name":"Challenge Cycles (kabbalistic)","id":"5a227736-db30-4884-a8b8-74b4ac8d29d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/challenge","description":"<p>Calculate four Challenge cycles — life-area difficulties to master, derived from birth date components. Numerology — Kabbalistic (phonetic) system.</p>\n","urlObject":{"path":["numerology","kabbalistic","challenge"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"23012e54-b3d8-407d-9b58-93c7ac978c7e","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/challenge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"kabbalistic\",\n    \"challenges\": {\n      \"first\": {\n        \"reduced\": 4,\n        \"meaning\": {\n          \"archetype\": \"The Builder\"\n        }\n      },\n      \"second\": {\n        \"reduced\": 1\n      },\n      \"third\": {\n        \"reduced\": 3\n      },\n      \"fourth\": {\n        \"reduced\": 5\n      }\n    }\n  }\n}"},{"id":"28e80bc3-548a-4d54-a3a8-67fd025a5f45","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/challenge"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"7228d410-d7fd-4f12-89ab-8809dc560290","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/challenge"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"5a227736-db30-4884-a8b8-74b4ac8d29d3"},{"name":"Pinnacle Cycles (kabbalistic)","id":"11083af4-0955-4baa-8857-240c1519e3e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/pinnacles","description":"<p>Calculate four Pinnacle cycles with their age boundaries — life chapters of opportunity. Numerology — Kabbalistic (phonetic) system.</p>\n","urlObject":{"path":["numerology","kabbalistic","pinnacles"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"26b42365-64a9-49bb-ab47-5cba9067c496","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/pinnacles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"kabbalistic\",\n    \"pinnacles\": {\n      \"first\": {\n        \"reduced\": 7,\n        \"endsAtAge\": 30\n      },\n      \"second\": {\n        \"reduced\": 4,\n        \"endsAtAge\": 39\n      },\n      \"third\": {\n        \"reduced\": 3,\n        \"endsAtAge\": 48\n      },\n      \"fourth\": {\n        \"reduced\": 8,\n        \"endsAtAge\": 57\n      }\n    }\n  }\n}"},{"id":"669e3fc6-1545-4171-ae7f-47fb73efed18","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/pinnacles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"1cb80e25-bf1a-4798-bc48-57d51f481eb2","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/pinnacles"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"11083af4-0955-4baa-8857-240c1519e3e4"},{"name":"Personal Year (kabbalistic)","id":"399e4879-fa61-416a-83f7-5df907c61a6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\",\n  \"year\": 2026\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/personal-year","description":"<p>Calculate the Personal Year number for a given calendar year — 9-year cycle of personal evolution. Numerology — Kabbalistic (phonetic) system.</p>\n","urlObject":{"path":["numerology","kabbalistic","personal-year"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"9159a61c-b624-40d3-b9b1-685fef396905","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\",\n  \"year\": 2026\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/personal-year"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"personalYear\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"d7a41759-d4b8-4804-a3b7-2fe01fbc5bc1","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\",\n  \"year\": 2026\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/personal-year"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"82da95df-1ca6-43c0-9c14-11b04ad3ca08","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\",\n  \"year\": 2026\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic/personal-year"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"399e4879-fa61-416a-83f7-5df907c61a6b"}],"id":"2de9d28c-773a-4699-99ea-60ccc9d523ae","description":"<p>🔢 Numerology — Kabbalistic (phonetic) endpoints</p>\n","_postman_id":"2de9d28c-773a-4699-99ea-60ccc9d523ae","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Numerology — Kabbalistic (Mathers strict)","item":[{"name":"Life Path Number (kabbalistic-strict)","id":"8c513eb8-4f5e-41bb-8fac-c0687765eddf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/life-path","description":"<p>Calculate the Life Path number from birth date (year + month + day, reduced). Numerology — Kabbalistic (Mathers strict) system.</p>\n","urlObject":{"path":["numerology","kabbalistic-strict","life-path"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"b6de0e7f-14d7-4c43-8e6f-d7a63d366ae3","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/life-path"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"lifepath\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"fa205d8a-445f-47c2-b558-b669bdc4c6cd","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/life-path"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"32e3bbd1-c0fc-4e1c-8ea3-1f27c1d9195f","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/life-path"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"8c513eb8-4f5e-41bb-8fac-c0687765eddf"},{"name":"Expression / Destiny (kabbalistic-strict)","id":"de0ecc39-4d62-40cf-bee0-f1d6e219de27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/expression","description":"<p>Calculate the Expression (Destiny) number from full birth name letters (all letters, reduced). Numerology — Kabbalistic (Mathers strict) system.</p>\n","urlObject":{"path":["numerology","kabbalistic-strict","expression"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"b4442e20-04d5-4803-b394-cfe8b9d59755","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/expression"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"expression\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"309adc1d-dacd-45be-8f74-bb90315d45e1","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/expression"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"3c836525-188f-461f-8120-e4285be83341","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/expression"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"de0ecc39-4d62-40cf-bee0-f1d6e219de27"},{"name":"Soul Urge / Heart's Desire (kabbalistic-strict)","id":"1a01b114-556a-4e09-a431-4a48ada295db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/soul-urge","description":"<p>Calculate the Soul Urge number from the vowels of the full birth name. Numerology — Kabbalistic (Mathers strict) system.</p>\n","urlObject":{"path":["numerology","kabbalistic-strict","soul-urge"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"8cb598e6-3051-4c60-bc05-cb7a0a795e44","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/soul-urge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"soulurge\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"2e94096e-2d04-40e4-bce6-85a8f3bc34e4","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/soul-urge"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"738e768c-9bd1-424e-9f38-e98f98457160","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/soul-urge"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"1a01b114-556a-4e09-a431-4a48ada295db"},{"name":"Personality (kabbalistic-strict)","id":"362f49f8-abc2-46f8-b127-0debbdc15de3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/personality","description":"<p>Calculate the Personality number from the consonants of the full birth name. Numerology — Kabbalistic (Mathers strict) system.</p>\n","urlObject":{"path":["numerology","kabbalistic-strict","personality"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"022e7f6d-28ac-4c3e-a162-962a9b8df5af","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/personality"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"personality\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"8de8d263-a313-4390-b069-11005faf0734","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/personality"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"f91b0ddd-7b0c-4dfa-8b97-0e62a1bf9cc4","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/personality"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"362f49f8-abc2-46f8-b127-0debbdc15de3"},{"name":"Birthday (kabbalistic-strict)","id":"c306b707-657a-4e45-bd1c-996a10380dd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/birthday","description":"<p>Calculate the Birthday number from the day-of-birth digit. Numerology — Kabbalistic (Mathers strict) system.</p>\n","urlObject":{"path":["numerology","kabbalistic-strict","birthday"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"3c0b4426-ec84-4a85-8802-d45d3d66d379","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/birthday"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"birthday\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"ec246d69-cac2-44be-a9eb-c394dd9f3f8b","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/birthday"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"bc8f0cc8-07d2-42b0-be92-43789cdf65b3","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/birthday"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"c306b707-657a-4e45-bd1c-996a10380dd9"},{"name":"Maturity (kabbalistic-strict)","id":"f277b515-d9c8-4bc5-bb7b-22e89665c92a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/maturity","description":"<p>Calculate the Maturity number — sum of Life Path and Expression, activates around age 35. Numerology — Kabbalistic (Mathers strict) system.</p>\n","urlObject":{"path":["numerology","kabbalistic-strict","maturity"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"dc2fb6c0-87a1-42b4-bfcb-831ec5610a64","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/maturity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"maturity\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"c4a45469-939d-4184-aa9a-31a2d9387c46","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/maturity"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"d4578342-d599-4c09-83f5-9ede1faf9039","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/maturity"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"f277b515-d9c8-4bc5-bb7b-22e89665c92a"},{"name":"Balance (kabbalistic-strict)","id":"69f998f2-6c93-4395-91dd-bc69f4d8d307","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/balance","description":"<p>Calculate the Balance number from initials of each part of the full name. Numerology — Kabbalistic (Mathers strict) system.</p>\n","urlObject":{"path":["numerology","kabbalistic-strict","balance"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"3473e922-e853-47ff-b9e1-10c9e8a5dffc","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/balance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"balance\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"9e00bcf3-6686-491c-aa35-8449381a1dd5","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/balance"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"a079fe3c-bdc9-48b8-85b1-6affed812ae7","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/balance"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"69f998f2-6c93-4395-91dd-bc69f4d8d307"},{"name":"Challenge Cycles (kabbalistic-strict)","id":"f6e6593c-5d56-44b4-86cb-b0230e17e31d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/challenge","description":"<p>Calculate four Challenge cycles — life-area difficulties to master, derived from birth date components. Numerology — Kabbalistic (Mathers strict) system.</p>\n","urlObject":{"path":["numerology","kabbalistic-strict","challenge"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"d5011687-16f0-4a11-9684-2996ff6636fc","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/challenge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"kabbalistic-strict\",\n    \"challenges\": {\n      \"first\": {\n        \"reduced\": 4,\n        \"meaning\": {\n          \"archetype\": \"The Builder\"\n        }\n      },\n      \"second\": {\n        \"reduced\": 1\n      },\n      \"third\": {\n        \"reduced\": 3\n      },\n      \"fourth\": {\n        \"reduced\": 5\n      }\n    }\n  }\n}"},{"id":"3fb01d23-2fce-43b1-bd57-ef90ad1282d2","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/challenge"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"f7d665f1-48c9-4c4d-82df-38c07d54fed1","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/challenge"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"f6e6593c-5d56-44b4-86cb-b0230e17e31d"},{"name":"Pinnacle Cycles (kabbalistic-strict)","id":"b8219b95-6969-46f2-b99c-c7b8172b58e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/pinnacles","description":"<p>Calculate four Pinnacle cycles with their age boundaries — life chapters of opportunity. Numerology — Kabbalistic (Mathers strict) system.</p>\n","urlObject":{"path":["numerology","kabbalistic-strict","pinnacles"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"db0beb18-c6be-43aa-ae1e-fe60972bf524","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/pinnacles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"kabbalistic-strict\",\n    \"pinnacles\": {\n      \"first\": {\n        \"reduced\": 7,\n        \"endsAtAge\": 30\n      },\n      \"second\": {\n        \"reduced\": 4,\n        \"endsAtAge\": 39\n      },\n      \"third\": {\n        \"reduced\": 3,\n        \"endsAtAge\": 48\n      },\n      \"fourth\": {\n        \"reduced\": 8,\n        \"endsAtAge\": 57\n      }\n    }\n  }\n}"},{"id":"3e1b428e-441e-45f4-9483-7bcb96d8f754","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/pinnacles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"976184b8-b8fc-4ecc-9395-8f54bc6e580a","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/pinnacles"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"b8219b95-6969-46f2-b99c-c7b8172b58e9"},{"name":"Personal Year (kabbalistic-strict)","id":"ae7d91f8-1746-49fe-8631-4337edbe39d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\",\n  \"year\": 2026\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/personal-year","description":"<p>Calculate the Personal Year number for a given calendar year — 9-year cycle of personal evolution. Numerology — Kabbalistic (Mathers strict) system.</p>\n","urlObject":{"path":["numerology","kabbalistic-strict","personal-year"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"068a55df-d543-4001-a2ce-46b977ebd3b7","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\",\n  \"year\": 2026\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/personal-year"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"personalYear\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"602bc6b3-3e9d-44ff-a04c-18779844dd3f","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\",\n  \"year\": 2026\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/personal-year"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"e70d23d6-21b2-4bac-b5e6-5398dead52f6","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\",\n  \"year\": 2026\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/kabbalistic-strict/personal-year"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"ae7d91f8-1746-49fe-8631-4337edbe39d4"}],"id":"2f2bf038-825f-4994-a29a-166b9c6d7b4f","description":"<p>🔢 Numerology — Kabbalistic (Mathers strict) endpoints</p>\n","_postman_id":"2f2bf038-825f-4994-a29a-166b9c6d7b4f","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Numerology — Vedic","item":[{"name":"Life Path Number (vedic)","id":"d5263576-0c4e-4411-90a1-288bd107dda2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/life-path","description":"<p>Calculate the Life Path number from birth date (year + month + day, reduced). Numerology — Vedic system.</p>\n","urlObject":{"path":["numerology","vedic","life-path"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"cbb33158-535c-464f-b7c9-969f51adfb8f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/life-path"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"lifepath\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"cdd9c06a-d99e-425b-8b60-63e63e5ade0f","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/life-path"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"93198752-563b-4006-8117-2a151afb3314","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/life-path"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"d5263576-0c4e-4411-90a1-288bd107dda2"},{"name":"Expression / Destiny (vedic)","id":"de758ace-a31e-4411-9804-b606bc6161f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/expression","description":"<p>Calculate the Expression (Destiny) number from full birth name letters (all letters, reduced). Numerology — Vedic system.</p>\n","urlObject":{"path":["numerology","vedic","expression"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"e73f85e8-4eb8-4af3-8c98-bc965a9aa3aa","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/expression"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"expression\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"a7714b8e-d104-4dad-9f27-c13e86fba856","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/expression"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"f1a9a349-882b-4416-9881-8f5efd3b91cb","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/expression"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"de758ace-a31e-4411-9804-b606bc6161f7"},{"name":"Soul Urge / Heart's Desire (vedic)","id":"5b328ac6-3c41-405a-a3c7-2c57a45bfc69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/soul-urge","description":"<p>Calculate the Soul Urge number from the vowels of the full birth name. Numerology — Vedic system.</p>\n","urlObject":{"path":["numerology","vedic","soul-urge"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"373e3a37-f02c-4fc9-80af-ca1d4cac093b","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/soul-urge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"soulurge\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"d77b0b44-bf66-4518-a4f2-88d0077bad9a","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/soul-urge"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"fcb9d40e-8856-4175-bbfd-7cff26c3bcb6","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/soul-urge"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"5b328ac6-3c41-405a-a3c7-2c57a45bfc69"},{"name":"Personality (vedic)","id":"4767717b-fe74-46c5-b00c-5188d9986b86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/personality","description":"<p>Calculate the Personality number from the consonants of the full birth name. Numerology — Vedic system.</p>\n","urlObject":{"path":["numerology","vedic","personality"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"ea7875e9-8fff-4f18-a35a-9edc21a03ab3","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/personality"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"personality\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"3dfbdd81-2618-4528-80ef-261b1c319216","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/personality"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"2f91294b-8f69-4320-b446-7d001ec38db8","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/personality"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"4767717b-fe74-46c5-b00c-5188d9986b86"},{"name":"Birthday (vedic)","id":"112dfe07-c347-407e-9a75-a4acb3351e6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/birthday","description":"<p>Calculate the Birthday number from the day-of-birth digit. Numerology — Vedic system.</p>\n","urlObject":{"path":["numerology","vedic","birthday"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"24e9f3cf-372f-48ad-a089-1f3331c05c46","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/birthday"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"birthday\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"448ecb1e-8b17-42e6-b5e9-c2f676f7916e","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/birthday"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"36cee8b8-34f7-4862-80ca-c6c0060665fb","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/birthday"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"112dfe07-c347-407e-9a75-a4acb3351e6b"},{"name":"Maturity (vedic)","id":"b47a90a6-b34d-4801-bbd4-fff068868c2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/maturity","description":"<p>Calculate the Maturity number — sum of Life Path and Expression, activates around age 35. Numerology — Vedic system.</p>\n","urlObject":{"path":["numerology","vedic","maturity"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"534af1af-4021-48ea-ad23-f2ce0eebf373","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/maturity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"maturity\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"15648ee8-25a0-4c81-8301-c0c0dccf6806","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/maturity"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"4b951743-c952-4af8-ae6c-51a5bcb3c9f8","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/maturity"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"b47a90a6-b34d-4801-bbd4-fff068868c2c"},{"name":"Balance (vedic)","id":"9439ef19-ca4e-4534-91e5-60e57da076e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/balance","description":"<p>Calculate the Balance number from initials of each part of the full name. Numerology — Vedic system.</p>\n","urlObject":{"path":["numerology","vedic","balance"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"118939e6-5406-46bc-95fa-7e8f548cdb2f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/balance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"balance\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"0f341556-a964-4e2a-8b91-06fc1925794e","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/balance"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"57e2a704-37d4-4e82-bf3d-44fd86f83823","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/balance"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"9439ef19-ca4e-4534-91e5-60e57da076e4"},{"name":"Challenge Cycles (vedic)","id":"1b2a38f0-4a39-477d-ba83-d0093a73e73d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/challenge","description":"<p>Calculate four Challenge cycles — life-area difficulties to master, derived from birth date components. Numerology — Vedic system.</p>\n","urlObject":{"path":["numerology","vedic","challenge"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"a8f1dff1-1221-41bd-82c0-9fb2b875a5e9","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/challenge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"vedic\",\n    \"challenges\": {\n      \"first\": {\n        \"reduced\": 4,\n        \"meaning\": {\n          \"archetype\": \"The Builder\"\n        }\n      },\n      \"second\": {\n        \"reduced\": 1\n      },\n      \"third\": {\n        \"reduced\": 3\n      },\n      \"fourth\": {\n        \"reduced\": 5\n      }\n    }\n  }\n}"},{"id":"38558ab6-f166-4c79-ab9a-c6da47a808ae","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/challenge"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"f33f979a-bb78-414a-bc43-c7c63e183114","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/challenge"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"1b2a38f0-4a39-477d-ba83-d0093a73e73d"},{"name":"Pinnacle Cycles (vedic)","id":"8c31d07b-cdea-4eef-8ec6-a36171ca11ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/pinnacles","description":"<p>Calculate four Pinnacle cycles with their age boundaries — life chapters of opportunity. Numerology — Vedic system.</p>\n","urlObject":{"path":["numerology","vedic","pinnacles"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"0e6820c8-e4cc-471b-bdd0-26e6dc1acccd","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/pinnacles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"vedic\",\n    \"pinnacles\": {\n      \"first\": {\n        \"reduced\": 7,\n        \"endsAtAge\": 30\n      },\n      \"second\": {\n        \"reduced\": 4,\n        \"endsAtAge\": 39\n      },\n      \"third\": {\n        \"reduced\": 3,\n        \"endsAtAge\": 48\n      },\n      \"fourth\": {\n        \"reduced\": 8,\n        \"endsAtAge\": 57\n      }\n    }\n  }\n}"},{"id":"6e2757d9-8386-4080-8cef-5595027f3a19","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/pinnacles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"0829f53d-46df-47be-ae68-69c29304b4dd","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/pinnacles"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"8c31d07b-cdea-4eef-8ec6-a36171ca11ef"},{"name":"Personal Year (vedic)","id":"3453851e-cbc6-4b65-bcd8-10802d7bf0a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\",\n  \"year\": 2026\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/personal-year","description":"<p>Calculate the Personal Year number for a given calendar year — 9-year cycle of personal evolution. Numerology — Vedic system.</p>\n","urlObject":{"path":["numerology","vedic","personal-year"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"1dd23c80-495c-4641-be6e-26da815c71e0","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\",\n  \"year\": 2026\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/personal-year"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"system\": \"pythagorean\",\n    \"name\": \"John Smith\",\n    \"date\": \"1990-05-15\",\n    \"personalYear\": {\n      \"raw\": 30,\n      \"reduced\": 3,\n      \"isMaster\": false,\n      \"steps\": [\n        30,\n        3\n      ],\n      \"meaning\": {\n        \"archetype\": \"The Communicator\",\n        \"shortRead\": \"creative communicator...\"\n      }\n    }\n  }\n}"},{"id":"1d9c38bb-8500-41c8-8e24-b1d2a0ef405e","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\",\n  \"year\": 2026\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/personal-year"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"24dac323-ea08-4464-8501-8a9cedeca7b7","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Smith\",\n  \"date\": \"1990-05-15\",\n  \"year\": 2026\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/numerology/vedic/personal-year"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"3453851e-cbc6-4b65-bcd8-10802d7bf0a7"}],"id":"0f3188ae-1238-4b43-97fa-fe9d78150a75","description":"<p>🔢 Numerology — Vedic endpoints</p>\n","_postman_id":"0f3188ae-1238-4b43-97fa-fe9d78150a75","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Tarot — Rider-Waite-Smith","item":[{"name":"RWS — All Cards","id":"5416d861-ac02-40a1-91d8-a348953d9841","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/rider-waite/cards","description":"<p>Full 78-card RWS deck listing with upright/reversed meanings, keywords, astrology, and yes/no affinity.</p>\n","urlObject":{"path":["tarot","rider-waite","cards"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"83936275-4bb2-4e8e-8b58-eebf2adf391e","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/rider-waite/cards"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"388b4ca5-cc5a-41bc-b982-262d813f86e6","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/rider-waite/cards"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"af6318ba-e0bb-4213-b758-68279cad8b42","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/rider-waite/cards"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"5416d861-ac02-40a1-91d8-a348953d9841"},{"name":"RWS — Single Card","id":"5a05bd1f-1623-42d3-9e2c-d34a6a2c5068","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/rider-waite/cards/:slug","description":"<p>Single RWS card lookup by slug (e.g. \"the-fool\", \"ace-of-cups\"). Returns full meaning structure.</p>\n","urlObject":{"path":["tarot","rider-waite","cards",":slug"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[{"type":"any","key":"slug"}]}},"response":[{"id":"9935b01d-8e5a-47a9-b11b-d5e3f071e0e0","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/tarot/rider-waite/cards/:slug","host":["https://api.astroway.info/v1"],"path":["tarot","rider-waite","cards",":slug"],"variable":[{"key":"slug"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"slug\": \"the-fool\",\n    \"name\": \"The Fool\",\n    \"category\": \"major\",\n    \"upright\": {\n      \"keywords\": [\n        \"new beginnings\"\n      ],\n      \"meaning\": \"...\"\n    }\n  }\n}"},{"id":"1ccceb4c-72b6-4052-8e14-36e02c2b1569","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/tarot/rider-waite/cards/:slug","host":["https://api.astroway.info/v1"],"path":["tarot","rider-waite","cards",":slug"],"variable":[{"key":"slug"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"f2a66ba7-84f1-4a74-b02d-84a2b01f7405","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/tarot/rider-waite/cards/:slug","host":["https://api.astroway.info/v1"],"path":["tarot","rider-waite","cards",":slug"],"variable":[{"key":"slug"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"5a05bd1f-1623-42d3-9e2c-d34a6a2c5068"},{"name":"RWS — 22 Majors","id":"f9c4ba5c-20d4-4a1f-87f2-b3ec96e5197c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/rider-waite/majors","description":"<p>The 22 Major Arcana cards only.</p>\n","urlObject":{"path":["tarot","rider-waite","majors"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"a431f434-f321-4e25-9bd2-97f9158852a8","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/rider-waite/majors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"8bcab13c-f0b0-4a1d-88eb-f37384bafee2","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/rider-waite/majors"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"fb5edeaa-ec5c-4df8-b34b-ad1bc63d9fe9","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/rider-waite/majors"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"f9c4ba5c-20d4-4a1f-87f2-b3ec96e5197c"},{"name":"RWS — 40 Minors","id":"d7cb5afb-6476-48ef-a762-42a9110b8ae7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/rider-waite/minors","description":"<p>The 40 numbered Minor Arcana cards (Ace through 10 of each suit).</p>\n","urlObject":{"path":["tarot","rider-waite","minors"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"d47b2a2d-0f64-4fcf-8231-00b5c09525dc","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/rider-waite/minors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"40fee0be-d11a-4d0f-b61d-5594d773b1ed","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/rider-waite/minors"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"cdf3f6ec-3cbe-48c3-a481-d1435c5a24a9","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/rider-waite/minors"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"d7cb5afb-6476-48ef-a762-42a9110b8ae7"},{"name":"RWS — 16 Court Cards","id":"50e4ed8a-f125-45a5-9c0c-6ec7c5a2603f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/rider-waite/courts","description":"<p>The 16 Court cards (Page, Knight, Queen, King × 4 suits).</p>\n","urlObject":{"path":["tarot","rider-waite","courts"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"84cbfe9c-248d-4feb-b78d-92a5986e47ca","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/rider-waite/courts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"9fa93906-c683-4c7f-ac9f-a7de97079e62","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/rider-waite/courts"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"14b5fbff-fb90-4f56-be61-f60305040c14","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/rider-waite/courts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"50e4ed8a-f125-45a5-9c0c-6ec7c5a2603f"},{"name":"RWS — Suit","id":"1ba93b8d-b6ea-4728-8510-4283c6ffef9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/rider-waite/suits/:suit","description":"<p>All 14 cards of a suit (wands, cups, swords, or pentacles).</p>\n","urlObject":{"path":["tarot","rider-waite","suits",":suit"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[{"type":"any","key":"suit"}]}},"response":[{"id":"1a6714a3-84c6-4575-997a-da5514cca6dc","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/tarot/rider-waite/suits/:suit","host":["https://api.astroway.info/v1"],"path":["tarot","rider-waite","suits",":suit"],"variable":[{"key":"suit"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"cdda0aa2-8dd5-4a3c-af91-fb1312c9beb8","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/tarot/rider-waite/suits/:suit","host":["https://api.astroway.info/v1"],"path":["tarot","rider-waite","suits",":suit"],"variable":[{"key":"suit"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"fa67f131-36d4-4e91-8f11-9dd8d520ac2a","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/tarot/rider-waite/suits/:suit","host":["https://api.astroway.info/v1"],"path":["tarot","rider-waite","suits",":suit"],"variable":[{"key":"suit"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"1ba93b8d-b6ea-4728-8510-4283c6ffef9c"},{"name":"RWS — Cards of Number","id":"3454745a-342c-4e85-9c99-4bd099b70f48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/rider-waite/numbers/:n","description":"<p>All Minor Arcana cards of a given number 1-14 (Ace=1..King=14).</p>\n","urlObject":{"path":["tarot","rider-waite","numbers",":n"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[{"type":"any","key":"n"}]}},"response":[{"id":"5d5a6c82-f018-4e07-a761-7ede0c3f9957","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/tarot/rider-waite/numbers/:n","host":["https://api.astroway.info/v1"],"path":["tarot","rider-waite","numbers",":n"],"variable":[{"key":"n"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"e99dda87-1bbc-4bd1-b6ff-08699a56d9c7","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/tarot/rider-waite/numbers/:n","host":["https://api.astroway.info/v1"],"path":["tarot","rider-waite","numbers",":n"],"variable":[{"key":"n"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"4990470b-db63-47f6-b312-69eb8fcef449","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/tarot/rider-waite/numbers/:n","host":["https://api.astroway.info/v1"],"path":["tarot","rider-waite","numbers",":n"],"variable":[{"key":"n"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"3454745a-342c-4e85-9c99-4bd099b70f48"},{"name":"RWS — Cards by Element","id":"73c8bbf1-8dd2-4fb1-8f7a-921ec64a8dce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/rider-waite/elements/:element","description":"<p>All Minor cards mapped to fire / water / air / earth element.</p>\n","urlObject":{"path":["tarot","rider-waite","elements",":element"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[{"type":"any","key":"element"}]}},"response":[{"id":"4381afd3-ec53-4d72-aa03-4a61093ed4d9","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/tarot/rider-waite/elements/:element","host":["https://api.astroway.info/v1"],"path":["tarot","rider-waite","elements",":element"],"variable":[{"key":"element"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"e0d91d44-3165-4c55-b0f0-320cc750bf3f","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/tarot/rider-waite/elements/:element","host":["https://api.astroway.info/v1"],"path":["tarot","rider-waite","elements",":element"],"variable":[{"key":"element"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"f8eaf6e8-0b00-491c-8faa-fbd7e1439ae1","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/tarot/rider-waite/elements/:element","host":["https://api.astroway.info/v1"],"path":["tarot","rider-waite","elements",":element"],"variable":[{"key":"element"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"73c8bbf1-8dd2-4fb1-8f7a-921ec64a8dce"},{"name":"RWS — Cards by Keyword","id":"c2257d46-a93c-4e09-94e1-e99d7891d502","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/rider-waite/keywords/:keyword","description":"<p>Substring search across upright and reversed keywords across all 78 cards.</p>\n","urlObject":{"path":["tarot","rider-waite","keywords",":keyword"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[{"type":"any","key":"keyword"}]}},"response":[{"id":"6ea7a824-b44d-41d5-af57-ca3c3b6b693f","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/tarot/rider-waite/keywords/:keyword","host":["https://api.astroway.info/v1"],"path":["tarot","rider-waite","keywords",":keyword"],"variable":[{"key":"keyword"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"002e986c-ee56-46df-a7d8-7eadd68393cc","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/tarot/rider-waite/keywords/:keyword","host":["https://api.astroway.info/v1"],"path":["tarot","rider-waite","keywords",":keyword"],"variable":[{"key":"keyword"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"eb638034-e3f7-4c57-b1b3-824bc16e8fbf","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/tarot/rider-waite/keywords/:keyword","host":["https://api.astroway.info/v1"],"path":["tarot","rider-waite","keywords",":keyword"],"variable":[{"key":"keyword"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"c2257d46-a93c-4e09-94e1-e99d7891d502"},{"name":"RWS — All Spreads","id":"e06326e5-c692-48a8-b537-034d71d72b9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/rider-waite/spreads","description":"<p>List of all 12 RWS spread definitions.</p>\n","urlObject":{"path":["tarot","rider-waite","spreads"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"914061ac-5260-4424-8368-6829fd933a9b","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/rider-waite/spreads"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"20d2ef38-3bb5-4bb4-aee1-bc35711072fd","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/rider-waite/spreads"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"08686798-85ae-4a22-9e6a-cd30458ca782","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/rider-waite/spreads"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"e06326e5-c692-48a8-b537-034d71d72b9f"},{"name":"RWS — Single Spread","id":"844c4301-fc8f-4073-9be0-f9d3a84dd882","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/rider-waite/spreads/:slug","description":"<p>Definition of a single spread by slug.</p>\n","urlObject":{"path":["tarot","rider-waite","spreads",":slug"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[{"type":"any","key":"slug"}]}},"response":[{"id":"e943ff33-7da8-4aa3-b956-d4ed90dcbc80","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/tarot/rider-waite/spreads/:slug","host":["https://api.astroway.info/v1"],"path":["tarot","rider-waite","spreads",":slug"],"variable":[{"key":"slug"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"slug\": \"string\",\n    \"name\": \"string\",\n    \"cardCount\": 1896.2555523054814\n  }\n}"},{"id":"371f80b9-ed9f-47f4-9c29-d2750ea707cc","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/tarot/rider-waite/spreads/:slug","host":["https://api.astroway.info/v1"],"path":["tarot","rider-waite","spreads",":slug"],"variable":[{"key":"slug"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"b8bd7b3d-f31c-488e-b837-3a0ac9c72dfc","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/tarot/rider-waite/spreads/:slug","host":["https://api.astroway.info/v1"],"path":["tarot","rider-waite","spreads",":slug"],"variable":[{"key":"slug"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"844c4301-fc8f-4073-9be0-f9d3a84dd882"},{"name":"RWS — Single Card Draw","id":"1a2640ed-4b11-4910-8bfe-08f5a2dbbefc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/single","description":"<p>Draw 1 card from the RWS deck. Optional seed for deterministic shuffle.</p>\n","urlObject":{"path":["tarot","rider-waite","draw","single"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"0d4da3a4-796f-4d1e-8ad1-94aadd69ca0a","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/single"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"spread\": {\n      \"slug\": \"string\",\n      \"name\": \"string\",\n      \"cardCount\": 3000.8690555830776\n    },\n    \"seed\": 8421.953519405639,\n    \"drawn\": [\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      },\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      }\n    ]\n  }\n}"},{"id":"74d7f606-db4a-4f46-8fc5-43ec0d26ec70","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/single"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"8eb05f2f-f003-4929-991d-5892d2dcbea2","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/single"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"1a2640ed-4b11-4910-8bfe-08f5a2dbbefc"},{"name":"RWS — Three-Card Draw","id":"ba38034c-e7f5-486b-a9f0-8b664877d71a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/three-card","description":"<p>Past / Present / Future three-card spread.</p>\n","urlObject":{"path":["tarot","rider-waite","draw","three-card"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"fee5a07b-e8cb-47c3-99d2-48b171c867ae","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/three-card"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"spread\": {\n      \"slug\": \"string\",\n      \"name\": \"string\",\n      \"cardCount\": 3000.8690555830776\n    },\n    \"seed\": 8421.953519405639,\n    \"drawn\": [\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      },\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      }\n    ]\n  }\n}"},{"id":"82061514-5d9d-417e-82a4-0266630e8f63","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/three-card"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"e6b5c4fa-ea26-459a-b068-61bc0359f5ae","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/three-card"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"ba38034c-e7f5-486b-a9f0-8b664877d71a"},{"name":"RWS — Celtic Cross","id":"0aaa8994-a36f-43c0-8a7e-152886d80228","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/celtic-cross","description":"<p>Classical 10-card Celtic Cross spread.</p>\n","urlObject":{"path":["tarot","rider-waite","draw","celtic-cross"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"fae1c721-295d-45e8-8a6c-3846028bed95","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/celtic-cross"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"spread\": {\n      \"slug\": \"string\",\n      \"name\": \"string\",\n      \"cardCount\": 3000.8690555830776\n    },\n    \"seed\": 8421.953519405639,\n    \"drawn\": [\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      },\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      }\n    ]\n  }\n}"},{"id":"2b2d630d-71ae-4c85-82b2-1fb7c80d0cf3","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/celtic-cross"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"9efb036a-149a-432d-8341-ba726d21ec9a","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/celtic-cross"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"0aaa8994-a36f-43c0-8a7e-152886d80228"},{"name":"RWS — Horseshoe","id":"a0e2996d-0ade-4493-9eb3-c316c45a67dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/horseshoe","description":"<p>7-card horseshoe progression.</p>\n","urlObject":{"path":["tarot","rider-waite","draw","horseshoe"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"75f0b71e-bae8-4215-9d01-6c88cbb90442","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/horseshoe"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"spread\": {\n      \"slug\": \"string\",\n      \"name\": \"string\",\n      \"cardCount\": 3000.8690555830776\n    },\n    \"seed\": 8421.953519405639,\n    \"drawn\": [\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      },\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      }\n    ]\n  }\n}"},{"id":"7de929de-06ca-48e7-8ed4-2c123cb20d42","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/horseshoe"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"7123bdf2-146e-48d3-9612-b9f7e0464ddd","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/horseshoe"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"a0e2996d-0ade-4493-9eb3-c316c45a67dc"},{"name":"RWS — Relationship","id":"8a740837-5a5f-43c8-890b-61c544a744f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/relationship","description":"<p>7-card relationship dynamics.</p>\n","urlObject":{"path":["tarot","rider-waite","draw","relationship"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"32e21a79-5bc5-441d-bb72-9597beae882b","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/relationship"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"spread\": {\n      \"slug\": \"string\",\n      \"name\": \"string\",\n      \"cardCount\": 3000.8690555830776\n    },\n    \"seed\": 8421.953519405639,\n    \"drawn\": [\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      },\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      }\n    ]\n  }\n}"},{"id":"c92d5743-d7f7-40be-8231-fde5b68f0ed6","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/relationship"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"ceb7afe8-c10b-415f-9862-ee05b88bfaee","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/relationship"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"8a740837-5a5f-43c8-890b-61c544a744f6"},{"name":"RWS — Year Ahead","id":"55f0f352-f5e9-4985-ba50-ee95ac10b96c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/year-ahead","description":"<p>13-card spread (12 months + theme).</p>\n","urlObject":{"path":["tarot","rider-waite","draw","year-ahead"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"5e0301aa-c8e5-4dae-aa85-44052dc51f63","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/year-ahead"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"spread\": {\n      \"slug\": \"string\",\n      \"name\": \"string\",\n      \"cardCount\": 3000.8690555830776\n    },\n    \"seed\": 8421.953519405639,\n    \"drawn\": [\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      },\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      }\n    ]\n  }\n}"},{"id":"d661d968-cf09-4484-ac92-b08e65a52fc1","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/year-ahead"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"e2ec591a-d71f-4ddf-8493-f8ca617f7ea4","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/year-ahead"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"55f0f352-f5e9-4985-ba50-ee95ac10b96c"},{"name":"RWS — Yes/No","id":"f392d6cd-adf8-4fb9-b573-7852f632d164","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/decision","description":"<p>Single-card draw with yes/no/maybe verdict from card affinity.</p>\n","urlObject":{"path":["tarot","rider-waite","draw","decision"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"bfe08df4-ba60-4310-abb4-68073cd78b44","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/decision"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"spread\": {},\n    \"verdict\": \"string\",\n    \"reason\": \"string\"\n  }\n}"},{"id":"9890d422-358a-45ea-be96-def4ebe7adb7","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/decision"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"0cd95a11-aad1-4c25-b741-127400ec0be1","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/decision"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"f392d6cd-adf8-4fb9-b573-7852f632d164"},{"name":"RWS — Chakra","id":"dc4c18c4-0b70-4cc7-b4c8-ed0933b7d255","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/chakra","description":"<p>7-card chakra spread (Root → Crown).</p>\n","urlObject":{"path":["tarot","rider-waite","draw","chakra"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"c65831f2-eca0-4396-822f-9cc190edbbe1","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/chakra"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"spread\": {\n      \"slug\": \"string\",\n      \"name\": \"string\",\n      \"cardCount\": 3000.8690555830776\n    },\n    \"seed\": 8421.953519405639,\n    \"drawn\": [\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      },\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      }\n    ]\n  }\n}"},{"id":"18d646ff-3206-4cac-a682-f32cc067a3d4","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/chakra"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"58914bfe-bc81-4e1a-8495-8d5a5068341e","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/chakra"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"dc4c18c4-0b70-4cc7-b4c8-ed0933b7d255"},{"name":"RWS — Career","id":"47b0c6ff-d61d-4acc-9221-ad31d650494b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/career","description":"<p>5-card career trajectory spread.</p>\n","urlObject":{"path":["tarot","rider-waite","draw","career"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"c2f8add6-e312-4f10-9012-ef07db4d5fbb","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/career"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"spread\": {\n      \"slug\": \"string\",\n      \"name\": \"string\",\n      \"cardCount\": 3000.8690555830776\n    },\n    \"seed\": 8421.953519405639,\n    \"drawn\": [\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      },\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      }\n    ]\n  }\n}"},{"id":"0f845f9b-ccc3-4d37-9712-856dceef4443","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/career"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"3b94bd0d-0e36-47ca-9e35-7cd6bd891bb4","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/career"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"47b0c6ff-d61d-4acc-9221-ad31d650494b"},{"name":"RWS — Love Triangle","id":"5afbe01b-69ad-4ad5-9c3c-c4453bb9950a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/love-triangle","description":"<p>6-card three-person love dynamics.</p>\n","urlObject":{"path":["tarot","rider-waite","draw","love-triangle"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"163f0c3b-c67a-42d5-9742-1896240dfd43","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/love-triangle"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"spread\": {\n      \"slug\": \"string\",\n      \"name\": \"string\",\n      \"cardCount\": 3000.8690555830776\n    },\n    \"seed\": 8421.953519405639,\n    \"drawn\": [\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      },\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      }\n    ]\n  }\n}"},{"id":"2252c6fa-d2f7-4725-aaa7-bd75f9d6d7ea","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/love-triangle"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"bdeed1d8-d984-445c-9b23-2535fa4696f9","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/love-triangle"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"5afbe01b-69ad-4ad5-9c3c-c4453bb9950a"},{"name":"RWS — Spiritual Path","id":"8bd54625-b016-402f-b764-c3e0c6580345","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/spiritual-path","description":"<p>5-card spiritual development spread.</p>\n","urlObject":{"path":["tarot","rider-waite","draw","spiritual-path"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"6a5b7561-3b52-4218-a23c-22922853fb25","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/spiritual-path"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"spread\": {\n      \"slug\": \"string\",\n      \"name\": \"string\",\n      \"cardCount\": 3000.8690555830776\n    },\n    \"seed\": 8421.953519405639,\n    \"drawn\": [\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      },\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      }\n    ]\n  }\n}"},{"id":"415e2e8b-7c36-43a0-a8f7-b1c2227ed9d8","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/spiritual-path"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"fbce4bf7-9fb2-4a57-bd88-54bd78b43720","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/spiritual-path"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"8bd54625-b016-402f-b764-c3e0c6580345"},{"name":"RWS — Shadow Work","id":"42f46c74-4a0b-4346-be8d-4760f6eceb19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/shadow-work","description":"<p>6-card shadow integration spread.</p>\n","urlObject":{"path":["tarot","rider-waite","draw","shadow-work"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"a9c371fc-530c-4a74-988a-133e64362dd7","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/shadow-work"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"spread\": {\n      \"slug\": \"string\",\n      \"name\": \"string\",\n      \"cardCount\": 3000.8690555830776\n    },\n    \"seed\": 8421.953519405639,\n    \"drawn\": [\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      },\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      }\n    ]\n  }\n}"},{"id":"6d0ddfdd-00c0-491d-8ae6-ba07a98e7dd8","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/shadow-work"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"73f3be61-950a-4b26-b8fd-c1983d29cec5","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/draw/shadow-work"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"42f46c74-4a0b-4346-be8d-4760f6eceb19"},{"name":"RWS — Daily Card","id":"70e901c5-da5c-46e7-80f4-273673cf4e83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2026-05-04\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/daily","description":"<p>Daily card based on date seed (deterministic per day).</p>\n","urlObject":{"path":["tarot","rider-waite","daily"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"6e643387-116f-4279-8609-06d6b0bc8a8d","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2026-05-04\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/daily"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"spread\": {\n      \"slug\": \"string\",\n      \"name\": \"string\",\n      \"cardCount\": 3000.8690555830776\n    },\n    \"seed\": 8421.953519405639,\n    \"drawn\": [\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      },\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      }\n    ]\n  }\n}"},{"id":"a304ad29-e575-4e30-8822-2891ef878f4f","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2026-05-04\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/daily"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"9da84be2-db60-4653-97c1-97e1e45d36cb","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2026-05-04\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/daily"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"70e901c5-da5c-46e7-80f4-273673cf4e83"},{"name":"RWS — Birth Card","id":"11d390c8-cb47-4eb2-8506-a82a0b86f188","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/birth-card","description":"<p>Birth card from date per Mary Greer's method (m+d+y reduced).</p>\n","urlObject":{"path":["tarot","rider-waite","birth-card"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"30252793-e16a-4494-b389-ea60552a1701","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/birth-card"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"date\": \"1990-05-15\",\n    \"primary\": {\n      \"name\": \"...\"\n    },\n    \"secondary\": {\n      \"name\": \"...\"\n    }\n  }\n}"},{"id":"73a1adcf-49a6-4d86-8aab-6bd4d47ab061","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/birth-card"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"5dc45bb0-166c-4827-82eb-cf9414066dbb","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/birth-card"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"11d390c8-cb47-4eb2-8506-a82a0b86f188"},{"name":"RWS — Year Card","id":"9d205287-70b2-458e-886c-7e22d0d9e477","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"year\": 2026\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/year-card","description":"<p>Year card per Greer (m+d+year reduced).</p>\n","urlObject":{"path":["tarot","rider-waite","year-card"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"57d17954-d159-4e21-a957-7eb4c4589845","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"year\": 2026\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/year-card"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"date\": \"1990-05-15\",\n    \"year\": 2026,\n    \"card\": {\n      \"name\": \"...\"\n    }\n  }\n}"},{"id":"3109466f-2bf0-489f-8b03-cb01edd95530","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"year\": 2026\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/year-card"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"194fd3b7-d8a9-4eda-8f54-cd3d03d2221a","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"year\": 2026\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/year-card"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"9d205287-70b2-458e-886c-7e22d0d9e477"},{"name":"RWS — Soul + Personality","id":"8e147391-d61a-4f2f-b294-8ebea1066421","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/soul-personality-card","description":"<p>Returns soul card and personality card pair from birth date.</p>\n","urlObject":{"path":["tarot","rider-waite","soul-personality-card"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"36b8101d-306f-483b-b9e4-eabe1acd54ed","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/soul-personality-card"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"soulCard\": {},\n    \"personalityCard\": {}\n  }\n}"},{"id":"7d88fbb8-c5d8-4e13-a71b-2f646e63f1b2","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/soul-personality-card"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"cb8e122f-00e6-4b0c-8150-6e7bbba579ab","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/soul-personality-card"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"8e147391-d61a-4f2f-b294-8ebea1066421"},{"name":"RWS — Shadow Card","id":"8295c370-d457-4b3d-9e4c-b13b2dfedd13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/shadow-card","description":"<p>Shadow card pair (mirror in major arcana of personality card).</p>\n","urlObject":{"path":["tarot","rider-waite","shadow-card"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"4455b644-4216-491b-bd63-10965ef470fe","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/shadow-card"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"personalityCard\": {},\n    \"shadowCard\": {}\n  }\n}"},{"id":"90e07f6d-8fa3-4ce5-a119-25714bf47c3e","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/shadow-card"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"2e995315-4845-444a-adc4-77bbd28e349f","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/shadow-card"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"8295c370-d457-4b3d-9e4c-b13b2dfedd13"},{"name":"RWS — Court Card Cross-Sum","id":"b5eabc43-4720-4e22-8d29-1807e783c933","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/cross-sum","description":"<p>Birth-card meditation pair for court-card practice.</p>\n","urlObject":{"path":["tarot","rider-waite","cross-sum"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"1d30a949-d952-41e2-a76a-5f9bc2ae6d71","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/cross-sum"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"253c8c71-3791-4aa0-9b7a-cdeac68a04f8","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/cross-sum"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"acff9584-53cb-4006-ab16-5420b70103fb","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/cross-sum"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"b5eabc43-4720-4e22-8d29-1807e783c933"},{"name":"RWS — Interpret a Hand","id":"6d3458de-5b15-4719-8055-4ebd5300dc90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cards\": [\n    \"the-fool\",\n    \"the-magician\"\n  ],\n  \"question\": \"Career change?\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/interpret","description":"<p>Resolve a list of card slugs into structured meanings (use AI /interpret/* for full narrative).</p>\n","urlObject":{"path":["tarot","rider-waite","interpret"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"b9f469cb-294f-490a-a0bf-8995c80b417b","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cards\": [\n    \"the-fool\",\n    \"the-magician\"\n  ],\n  \"question\": \"Career change?\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/interpret"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"narrativeStub\": \"string\"\n  }\n}"},{"id":"706d73b9-4f86-478c-b965-67377afad271","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cards\": [\n    \"the-fool\",\n    \"the-magician\"\n  ],\n  \"question\": \"Career change?\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/interpret"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"46dfbf6a-1c1d-4b72-b341-dd0a35649fc7","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cards\": [\n    \"the-fool\",\n    \"the-magician\"\n  ],\n  \"question\": \"Career change?\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/interpret"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"6d3458de-5b15-4719-8055-4ebd5300dc90"},{"name":"RWS — Clarifier Card","id":"fda699fe-d188-4876-810f-ad77598dc6b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/clarify","description":"<p>Single clarifying card after a primary draw.</p>\n","urlObject":{"path":["tarot","rider-waite","clarify"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"3963bef5-a9fc-4288-8770-eeece8987fb7","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/clarify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"type\": \"string\"\n  }\n}"},{"id":"26a0519a-32f9-4f31-9aa3-db6fb7ce9a90","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/clarify"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"cf0f06db-f474-437d-959b-c23095548812","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/clarify"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"fda699fe-d188-4876-810f-ad77598dc6b4"},{"name":"RWS — Timing Card","id":"8a3ead77-7126-4579-9b84-e912b319c0c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/timing","description":"<p>Single timing card to indicate when.</p>\n","urlObject":{"path":["tarot","rider-waite","timing"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"cf097fc6-1da1-4f52-8f39-8bc1e376cbf9","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/timing"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"type\": \"string\"\n  }\n}"},{"id":"f5d0e9e9-8798-4008-93e2-a05f4d54da6c","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/timing"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"6778353b-d895-4a5f-83c7-51f4dd03f645","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/timing"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"8a3ead77-7126-4579-9b84-e912b319c0c2"},{"name":"RWS — Missing Info Card","id":"61de6fa2-1597-426d-8dc5-a486e9890d52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/missing-info","description":"<p>Single card to surface hidden information.</p>\n","urlObject":{"path":["tarot","rider-waite","missing-info"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"e1e4d6a4-ef33-41f9-9c2d-696e4b248065","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/missing-info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"type\": \"string\"\n  }\n}"},{"id":"e4183eae-0dcc-4484-8752-3f84663afafe","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/missing-info"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"dcf46689-7288-4899-9bde-0198d6b94c05","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/missing-info"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"61de6fa2-1597-426d-8dc5-a486e9890d52"},{"name":"RWS — Advice Card","id":"1a91dd42-920a-4040-9946-c4a2b6eb0d44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/advice","description":"<p>Single advice card.</p>\n","urlObject":{"path":["tarot","rider-waite","advice"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"1178763b-4d50-4d17-9f31-05714acdfe0a","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/advice"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"type\": \"string\"\n  }\n}"},{"id":"d2c3a877-848b-493d-9234-4bd3e3b6aa28","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/advice"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"3e29ad28-8858-4d95-868a-253894ccdcde","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/advice"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"1a91dd42-920a-4040-9946-c4a2b6eb0d44"},{"name":"RWS — Outcome Card","id":"75fe1716-4edc-47d4-88a9-405098cd4a42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/outcome","description":"<p>Single outcome card.</p>\n","urlObject":{"path":["tarot","rider-waite","outcome"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"0fb617ca-bda9-49c3-966f-a5072d475c69","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/outcome"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"type\": \"string\"\n  }\n}"},{"id":"a27808bf-bc07-4fb7-b808-a43fd7b6e274","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/outcome"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"0a0d9a6e-e910-4578-9e84-bea05c4cb48d","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/rider-waite/outcome"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"75fe1716-4edc-47d4-88a9-405098cd4a42"}],"id":"eea624ec-4f77-4031-8c7b-d6d2a4f97175","description":"<p>🃏 Tarot — Rider-Waite-Smith endpoints</p>\n","_postman_id":"eea624ec-4f77-4031-8c7b-d6d2a4f97175","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Tarot — Marseille","item":[{"name":"Marseille — All Cards","id":"857ddaaf-9189-4551-8afc-19dce449b142","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/marseille/cards","description":"<p>78-card Marseille deck. Justice = 8, Strength = 11 (pre-Waite swap). Pip minors interpreted by number+suit.</p>\n","urlObject":{"path":["tarot","marseille","cards"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"074299de-a0f1-44de-a1fc-6649ab301ec3","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/marseille/cards"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"2fab8f1b-9689-4911-bd8d-5b179460496d","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/marseille/cards"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"248fac17-f5c7-430b-b64a-0b88e678034c","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/marseille/cards"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"857ddaaf-9189-4551-8afc-19dce449b142"},{"name":"Marseille — Single Card","id":"75e59bdb-a78d-4260-bc59-ba32628da670","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/single","description":"<p>Single-card draw from Marseille deck.</p>\n","urlObject":{"path":["tarot","marseille","draw","single"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"9eb86b59-5cef-415c-a271-551f8a931e1e","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/single"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"spread\": {\n      \"slug\": \"string\",\n      \"name\": \"string\",\n      \"cardCount\": 3000.8690555830776\n    },\n    \"seed\": 8421.953519405639,\n    \"drawn\": [\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      },\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      }\n    ]\n  }\n}"},{"id":"63c6a659-6cc9-4cb7-a6fc-12c64bd9b6ae","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/single"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"ca87deb0-ebd9-4591-807c-5c19acd27bc3","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/single"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"75e59bdb-a78d-4260-bc59-ba32628da670"},{"name":"Marseille — 22 Majors","id":"3c031cf8-300b-47ea-a529-c7b93ec35c29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/marseille/majors","description":"<p>22 Major Arcana of Marseille deck.</p>\n","urlObject":{"path":["tarot","marseille","majors"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"6c118d95-c9e7-4ce9-b563-d0d6dcebaed2","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/marseille/majors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"a2a8a715-e642-425c-8c99-579eb564b009","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/marseille/majors"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"48f1e741-0d1d-498c-bf31-7f85bdbfa2ac","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/marseille/majors"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"3c031cf8-300b-47ea-a529-c7b93ec35c29"},{"name":"Marseille — All Spreads","id":"5f8c7655-f4b1-4832-b280-3c7d5ea302af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/marseille/spreads","description":"<p>List of all Marseille spreads (incl. Jodorowsky cross).</p>\n","urlObject":{"path":["tarot","marseille","spreads"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"999ed822-7df8-459d-9e7f-ca1d4c658d60","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/marseille/spreads"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"bcefbc9a-43d0-4ad4-a15c-f30400fc7a3a","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/marseille/spreads"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"7408720b-6e4c-4838-953a-b622a7797a7b","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/marseille/spreads"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"5f8c7655-f4b1-4832-b280-3c7d5ea302af"},{"name":"Marseille — Single Spread","id":"679a7343-40d4-4355-8649-3ce587b89a95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/marseille/spreads/:slug","description":"<p>Definition of a single Marseille spread.</p>\n","urlObject":{"path":["tarot","marseille","spreads",":slug"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[{"type":"any","key":"slug"}]}},"response":[{"id":"3a5bd3c8-06f0-407a-b8e5-b45ab63e93b8","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/tarot/marseille/spreads/:slug","host":["https://api.astroway.info/v1"],"path":["tarot","marseille","spreads",":slug"],"variable":[{"key":"slug"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"slug\": \"jodorowsky-cross\",\n    \"cardCount\": 5\n  }\n}"},{"id":"9659342a-84e5-4607-832a-ab4df171d7bb","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/tarot/marseille/spreads/:slug","host":["https://api.astroway.info/v1"],"path":["tarot","marseille","spreads",":slug"],"variable":[{"key":"slug"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"0adc0819-302d-4b34-8110-b959268e9e11","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/tarot/marseille/spreads/:slug","host":["https://api.astroway.info/v1"],"path":["tarot","marseille","spreads",":slug"],"variable":[{"key":"slug"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"679a7343-40d4-4355-8649-3ce587b89a95"},{"name":"Marseille — Single Card","id":"f0ab7f20-b339-55de-a257-ebd6db99bcd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/marseille/cards/:slug","description":"<p>Single Marseille card lookup by slug.</p>\n","urlObject":{"path":["tarot","marseille","cards",":slug"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[{"type":"any","key":"slug"}]}},"response":[{"id":"a0f2f625-5ae5-5e88-8576-2adea78d46ec","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/tarot/marseille/cards/:slug","host":["https://api.astroway.info/v1"],"path":["tarot","marseille","cards",":slug"],"variable":[{"key":"slug"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"slug\": \"...-marseille\",\n    \"name\": \"...\",\n    \"category\": \"...\"\n  }\n}"},{"id":"645b74d4-3b56-5dc4-aecd-a9029afd9717","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/tarot/marseille/cards/:slug","host":["https://api.astroway.info/v1"],"path":["tarot","marseille","cards",":slug"],"variable":[{"key":"slug"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"aa4a319c-7a36-523d-b9d3-a97f9bd97f36","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/tarot/marseille/cards/:slug","host":["https://api.astroway.info/v1"],"path":["tarot","marseille","cards",":slug"],"variable":[{"key":"slug"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"f0ab7f20-b339-55de-a257-ebd6db99bcd8"},{"name":"Marseille — Three-Card","id":"3aef83d3-29bc-47a5-861d-1765662d902e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/three-card","description":"<p>Past / Present / Future three-card spread.</p>\n","urlObject":{"path":["tarot","marseille","draw","three-card"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"3bd85558-8e6c-448f-8488-1a400607b39e","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/three-card"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"spread\": {\n      \"slug\": \"string\",\n      \"name\": \"string\",\n      \"cardCount\": 3000.8690555830776\n    },\n    \"seed\": 8421.953519405639,\n    \"drawn\": [\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      },\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      }\n    ]\n  }\n}"},{"id":"ff0e19cc-14fc-4fc5-9297-dafd28e80602","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/three-card"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"d865133d-98fd-4b46-9c95-8849c78078a5","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/three-card"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"3aef83d3-29bc-47a5-861d-1765662d902e"},{"name":"Marseille — Tirage Réduit (Jodorowsky Reduced Cross)","id":"36e788b5-86d2-438e-ad46-1e4b0e2afe0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/cross","description":"<p>Authentic 5-card cross from Jodorowsky/Costa \"The Way of Tarot\" + Camoin ArtduTarot — 4 Major Arcana (consultant / external / higher / result) + 5th synthesis card (numerological sum reduced ≤22).</p>\n","urlObject":{"path":["tarot","marseille","draw","cross"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"deeb945e-99fd-4e58-abef-d287bce42ac7","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/cross"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"spread\": {\n      \"slug\": \"string\",\n      \"name\": \"string\",\n      \"cardCount\": 3000.8690555830776\n    },\n    \"seed\": 8421.953519405639,\n    \"drawn\": [\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      },\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      }\n    ]\n  }\n}"},{"id":"f454be31-5d07-460d-a9f4-6d6c079d5cc2","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/cross"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"0daeea47-774c-469a-8c3a-54e9811ecead","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/cross"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"36e788b5-86d2-438e-ad46-1e4b0e2afe0b"},{"name":"Marseille — Tirage du Héros (Hero's Journey)","id":"9dad4969-aa6d-43fb-b102-25cdac314159","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/hero","description":"<p>Authentic 6-card Hero's Journey spread from Jodorowsky/Costa \"The Way of Tarot\" — Hero / Objective / two Obstacles / Key / Resolution.</p>\n","urlObject":{"path":["tarot","marseille","draw","hero"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"ac488282-5124-4ea5-bc8c-1ad23ee6c69d","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/hero"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"spread\": {\n      \"slug\": \"string\",\n      \"name\": \"string\",\n      \"cardCount\": 3000.8690555830776\n    },\n    \"seed\": 8421.953519405639,\n    \"drawn\": [\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      },\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      }\n    ]\n  }\n}"},{"id":"3eee6cf8-5b6e-4f16-8149-d62ad038ce9e","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/hero"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"829d2144-14d6-404f-b0f6-562c73b13239","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/hero"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"9dad4969-aa6d-43fb-b102-25cdac314159"},{"name":"Marseille — Seven-Card","id":"92cede1f-d7ef-4313-91dd-389ba2936e38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/seven-card","description":"<p>7-card pyramid spread.</p>\n","urlObject":{"path":["tarot","marseille","draw","seven-card"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"8f91894f-4c1d-4075-a88b-875270b2bda4","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/seven-card"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"spread\": {\n      \"slug\": \"string\",\n      \"name\": \"string\",\n      \"cardCount\": 3000.8690555830776\n    },\n    \"seed\": 8421.953519405639,\n    \"drawn\": [\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      },\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      }\n    ]\n  }\n}"},{"id":"01797412-6715-4351-ae63-2a6566d6fb2a","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/seven-card"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"34e9b2a1-f4ff-466b-af9a-a1aeaf608563","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/seven-card"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"92cede1f-d7ef-4313-91dd-389ba2936e38"},{"name":"Marseille — Celtic Cross","id":"aad03019-20a6-43a1-9ae2-7591c0488c51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/celtic-cross","description":"<p>Adapted 10-card Celtic Cross with Marseille pip-style reading.</p>\n","urlObject":{"path":["tarot","marseille","draw","celtic-cross"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"ac39afaa-ef40-477e-948e-4cdc1f0fbf7f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/celtic-cross"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"spread\": {\n      \"slug\": \"string\",\n      \"name\": \"string\",\n      \"cardCount\": 3000.8690555830776\n    },\n    \"seed\": 8421.953519405639,\n    \"drawn\": [\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      },\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      }\n    ]\n  }\n}"},{"id":"9fa2d820-daef-4867-9bd2-045f3e55e2b8","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/celtic-cross"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"5addc4fd-8aeb-4948-927d-7b3ec008952d","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/celtic-cross"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"aad03019-20a6-43a1-9ae2-7591c0488c51"},{"name":"Marseille — Yes/No","id":"65af251b-b0b3-43d5-96f4-317450fd362c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/decision","description":"<p>Single-card yes/no with verdict.</p>\n","urlObject":{"path":["tarot","marseille","draw","decision"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"d493cb09-de86-4f1d-a54f-e9162d3be5cf","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/decision"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"verdict\": \"...\",\n    \"reason\": \"...\"\n  }\n}"},{"id":"d47af500-d09f-408a-934a-8e1f1f0554c1","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/decision"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"81f01285-6ace-42dd-9222-593c9be7c9a5","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/decision"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"65af251b-b0b3-43d5-96f4-317450fd362c"},{"name":"Marseille — Love","id":"7ee64ef1-a1cb-42b1-9c36-a3d4b7c6b8b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/love","description":"<p>5-card love and connection spread.</p>\n","urlObject":{"path":["tarot","marseille","draw","love"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"253c17d5-2474-4265-864f-39ee2fb52e6c","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/love"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"spread\": {\n      \"slug\": \"string\",\n      \"name\": \"string\",\n      \"cardCount\": 3000.8690555830776\n    },\n    \"seed\": 8421.953519405639,\n    \"drawn\": [\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      },\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      }\n    ]\n  }\n}"},{"id":"3a6378d3-4b1e-42c5-8a8e-7e76162d94a3","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/love"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"5683447d-778d-404d-bdc6-068ac17b45e2","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/love"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"7ee64ef1-a1cb-42b1-9c36-a3d4b7c6b8b1"},{"name":"Marseille — Career","id":"afa219e8-6847-4301-b7b1-af7b976ff8c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/career","description":"<p>4-card career spread.</p>\n","urlObject":{"path":["tarot","marseille","draw","career"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"9452050d-7b96-49b9-8595-a2c06acf1ec0","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/career"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"spread\": {\n      \"slug\": \"string\",\n      \"name\": \"string\",\n      \"cardCount\": 3000.8690555830776\n    },\n    \"seed\": 8421.953519405639,\n    \"drawn\": [\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      },\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      }\n    ]\n  }\n}"},{"id":"5f6b3bfb-f0c9-4568-80ca-fbcfa963e59f","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/career"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"c9f1cddd-d533-4141-8005-1383b8af0264","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/career"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"afa219e8-6847-4301-b7b1-af7b976ff8c7"},{"name":"Marseille — Spiritual","id":"870b6c0e-b80b-448f-9b81-0e6ae1e81376","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/spiritual","description":"<p>4-card spiritual development spread.</p>\n","urlObject":{"path":["tarot","marseille","draw","spiritual"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"bb5a7bbd-ccce-4c59-afd8-630bee75d396","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/spiritual"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"spread\": {\n      \"slug\": \"string\",\n      \"name\": \"string\",\n      \"cardCount\": 3000.8690555830776\n    },\n    \"seed\": 8421.953519405639,\n    \"drawn\": [\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      },\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      }\n    ]\n  }\n}"},{"id":"27770ed3-3d2f-4ccc-9cee-a6f09913fe7f","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/spiritual"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"d0c3c0cb-6f62-414d-beec-bff4f52ecced","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/draw/spiritual"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"870b6c0e-b80b-448f-9b81-0e6ae1e81376"},{"name":"Marseille — Daily Card","id":"ef12021d-1a54-4d9c-ae69-c0588d79bd43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2026-05-04\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/daily","description":"<p>Daily Marseille card based on date seed.</p>\n","urlObject":{"path":["tarot","marseille","daily"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"e36a09e7-ba62-4d6e-8baa-2d957a047f2f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2026-05-04\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/daily"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"spread\": {\n      \"slug\": \"string\",\n      \"name\": \"string\",\n      \"cardCount\": 3000.8690555830776\n    },\n    \"seed\": 8421.953519405639,\n    \"drawn\": [\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      },\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      }\n    ]\n  }\n}"},{"id":"fca20c95-5b2b-48a8-af6a-ccb1f22a828a","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2026-05-04\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/daily"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"9d485423-0c43-4e23-a08e-8ad1700f5b6e","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2026-05-04\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/daily"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"ef12021d-1a54-4d9c-ae69-c0588d79bd43"},{"name":"Marseille — Birth Card","id":"c3f29ba3-a670-4d21-a2a3-46ed77b2d70c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/birth-card","description":"<p>Birth card per Greer method, Marseille deck.</p>\n","urlObject":{"path":["tarot","marseille","birth-card"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"03610cc1-77b5-47c2-8e0e-c1f50136b74c","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/birth-card"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"primary\": {\n      \"name\": \"...\"\n    }\n  }\n}"},{"id":"0fed2b78-5f39-497c-ad5a-db5a37f33493","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/birth-card"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"4ad3e5aa-fd8a-47fd-8d2c-587890735d95","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/birth-card"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"c3f29ba3-a670-4d21-a2a3-46ed77b2d70c"},{"name":"Marseille — Year Card","id":"a8b32bb7-8d44-4e58-b70a-fbe70db4efe9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"year\": 2026\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/year-card","description":"<p>Year card per Greer method.</p>\n","urlObject":{"path":["tarot","marseille","year-card"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"9885be78-ce31-49db-a0da-1760ef3dc0e9","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"year\": 2026\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/year-card"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"card\": {\n      \"name\": \"...\"\n    }\n  }\n}"},{"id":"6d6e0903-5d76-44c7-b73c-af715a47c11a","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"year\": 2026\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/year-card"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"4821ff87-5fb4-4600-b89d-ecbacee1bdbe","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\",\n  \"year\": 2026\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/year-card"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"a8b32bb7-8d44-4e58-b70a-fbe70db4efe9"},{"name":"Marseille — Interpret","id":"b9f14f59-0c0e-4845-a85d-a6f03ce0f78f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cards\": [\n    \"the-fool\",\n    \"the-magician\"\n  ],\n  \"question\": \"Career change?\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/interpret","description":"<p>Resolve list of card slugs into meanings.</p>\n","urlObject":{"path":["tarot","marseille","interpret"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"1fc84669-1175-4399-9a19-84fc852d94d5","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cards\": [\n    \"the-fool\",\n    \"the-magician\"\n  ],\n  \"question\": \"Career change?\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/interpret"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"0e9dbe24-31a5-4dc0-a172-3b7b98f0bcdd","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cards\": [\n    \"the-fool\",\n    \"the-magician\"\n  ],\n  \"question\": \"Career change?\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/interpret"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"4753055a-ca4c-4213-8d81-7803d065a2fe","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cards\": [\n    \"the-fool\",\n    \"the-magician\"\n  ],\n  \"question\": \"Career change?\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/interpret"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"b9f14f59-0c0e-4845-a85d-a6f03ce0f78f"},{"name":"Marseille — Clarifier","id":"8ee046dd-ece8-45ac-a1e7-16c900370ff0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/clarify","description":"<p>Single clarifying card.</p>\n","urlObject":{"path":["tarot","marseille","clarify"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"b7155039-274c-40c0-ab37-ecd463588614","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/clarify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"458a0384-61ca-4056-be97-064473d53d57","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/clarify"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"b287ada7-0956-48cf-9fbb-940bb8ad5c5f","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/clarify"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"8ee046dd-ece8-45ac-a1e7-16c900370ff0"},{"name":"Marseille — Timing","id":"8165966e-f731-47e9-a995-800ce19b139b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/timing","description":"<p>Single timing card.</p>\n","urlObject":{"path":["tarot","marseille","timing"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"a422c502-4e78-4d57-9c61-22cc2ae21fcc","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/timing"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"440800b3-8a84-4b1b-89b6-8e8a4d6e9c27","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/timing"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"5a349e11-034f-4906-8b15-e5e68cc3a820","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/marseille/timing"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"8165966e-f731-47e9-a995-800ce19b139b"}],"id":"7a05da49-1417-4796-b65c-c437ed4ccd58","description":"<p>🃏 Tarot — Marseille endpoints</p>\n","_postman_id":"7a05da49-1417-4796-b65c-c437ed4ccd58","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Tarot — Lenormand","item":[{"name":"Lenormand — All Cards","id":"ff6ee8e6-e2d2-4a4e-a1db-c40cf06513da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/lenormand/cards","description":"<p>36-card Lenormand oracle deck.</p>\n","urlObject":{"path":["tarot","lenormand","cards"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"3feb60df-831c-42cc-b1ed-54123605c424","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/lenormand/cards"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"2e6cdca4-8dab-439b-b8dd-8f3685ce8865","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/lenormand/cards"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"c370732c-c043-482b-b4d6-e7abf550ec47","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/lenormand/cards"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"ff6ee8e6-e2d2-4a4e-a1db-c40cf06513da"},{"name":"Lenormand — Single Card","id":"b84115ca-d1b4-4107-9851-6380232d6555","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/lenormand/cards/:slug","description":"<p>Single Lenormand card lookup by slug.</p>\n","urlObject":{"path":["tarot","lenormand","cards",":slug"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[{"type":"any","key":"slug"}]}},"response":[{"id":"604c7ff9-37c9-4fce-9c54-a4a6fd22ca5d","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/tarot/lenormand/cards/:slug","host":["https://api.astroway.info/v1"],"path":["tarot","lenormand","cards",":slug"],"variable":[{"key":"slug"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"slug\": \"rider\",\n    \"name\": \"Rider\",\n    \"number\": 1\n  }\n}"},{"id":"a161b0f8-6573-4ccc-b047-c46f1b4ab78c","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/tarot/lenormand/cards/:slug","host":["https://api.astroway.info/v1"],"path":["tarot","lenormand","cards",":slug"],"variable":[{"key":"slug"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"90d3d511-1232-40b2-982f-7e3e11954866","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/tarot/lenormand/cards/:slug","host":["https://api.astroway.info/v1"],"path":["tarot","lenormand","cards",":slug"],"variable":[{"key":"slug"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"b84115ca-d1b4-4107-9851-6380232d6555"},{"name":"Lenormand — Three-Card","id":"2d70177b-1fdb-47fc-aa6d-677dc48ab5b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/lenormand/draw/three-card","description":"<p>Subject / Situation / Outcome three-card line.</p>\n","urlObject":{"path":["tarot","lenormand","draw","three-card"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"0dacaffd-5ab9-4072-a229-9be3f1aae56c","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/lenormand/draw/three-card"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"spread\": {\n      \"slug\": \"string\",\n      \"name\": \"string\",\n      \"cardCount\": 3000.8690555830776\n    },\n    \"seed\": 8421.953519405639,\n    \"drawn\": [\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      },\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      }\n    ]\n  }\n}"},{"id":"61492e1f-4aa1-4104-b0f0-cfd17ca12ed2","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/lenormand/draw/three-card"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"4b8b8ac4-08c8-4220-8300-b18a320f9b93","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/lenormand/draw/three-card"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"2d70177b-1fdb-47fc-aa6d-677dc48ab5b8"},{"name":"Lenormand — Grand Tableau","id":"a9ff6494-09d7-4b5f-8df9-6d9c11adc56a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/lenormand/draw/grand-tableau","description":"<p>Full 36-card layout — every card and house used.</p>\n","urlObject":{"path":["tarot","lenormand","draw","grand-tableau"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"f4d27ff5-d678-466b-925d-700e14a26f57","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/lenormand/draw/grand-tableau"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"spread\": {\n      \"slug\": \"string\",\n      \"name\": \"string\",\n      \"cardCount\": 3000.8690555830776\n    },\n    \"seed\": 8421.953519405639,\n    \"drawn\": [\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      },\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      }\n    ]\n  }\n}"},{"id":"2d65207e-73f2-4351-abad-988b22a76d03","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/lenormand/draw/grand-tableau"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"7a7d7652-2e8f-4962-841d-58a5e7803361","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/lenormand/draw/grand-tableau"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"a9ff6494-09d7-4b5f-8df9-6d9c11adc56a"},{"name":"Lenormand — 9-Card Square","id":"6e4c9bf5-c3e5-48af-bc54-af35ce490cb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/lenormand/draw/9-card-square","description":"<p>Three-by-three grid: rows = past/present/future, cols = mind/heart/body.</p>\n","urlObject":{"path":["tarot","lenormand","draw","9-card-square"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"f92a8ffe-1a26-49fd-95b6-77092ba6b6f2","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/lenormand/draw/9-card-square"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"spread\": {\n      \"slug\": \"string\",\n      \"name\": \"string\",\n      \"cardCount\": 3000.8690555830776\n    },\n    \"seed\": 8421.953519405639,\n    \"drawn\": [\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      },\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      }\n    ]\n  }\n}"},{"id":"67030e85-11f1-4331-9a29-a8551faabf9c","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/lenormand/draw/9-card-square"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"812ef47a-7282-42c7-8ae3-26488a569216","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/lenormand/draw/9-card-square"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"6e4c9bf5-c3e5-48af-bc54-af35ce490cb4"},{"name":"Lenormand — Line of Five","id":"905e2be4-1a2c-4a55-ab3e-225b134dbea9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/lenormand/draw/line-of-five","description":"<p>Five-card linear story spread.</p>\n","urlObject":{"path":["tarot","lenormand","draw","line-of-five"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"cdf82834-8272-44ea-a0e3-3d9201c19e1f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/lenormand/draw/line-of-five"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"spread\": {\n      \"slug\": \"string\",\n      \"name\": \"string\",\n      \"cardCount\": 3000.8690555830776\n    },\n    \"seed\": 8421.953519405639,\n    \"drawn\": [\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      },\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      }\n    ]\n  }\n}"},{"id":"c9559eb8-beb8-4f64-a5e7-0016851c4c3e","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/lenormand/draw/line-of-five"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"aa9f3a3b-985d-4490-9d52-1ca001c3dfda","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/lenormand/draw/line-of-five"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"905e2be4-1a2c-4a55-ab3e-225b134dbea9"},{"name":"Lenormand — Celtic Cross","id":"2033a258-accb-4673-8697-a789e134a97c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/lenormand/draw/celtic-cross-lenormand","description":"<p>Adapted Celtic Cross with Lenormand cards.</p>\n","urlObject":{"path":["tarot","lenormand","draw","celtic-cross-lenormand"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"56db79bb-8a6e-48e6-bf0f-24be094e8182","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/lenormand/draw/celtic-cross-lenormand"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"spread\": {\n      \"slug\": \"string\",\n      \"name\": \"string\",\n      \"cardCount\": 3000.8690555830776\n    },\n    \"seed\": 8421.953519405639,\n    \"drawn\": [\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      },\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      }\n    ]\n  }\n}"},{"id":"34a7a8e7-d6e9-4f52-a1a3-4f6ed37cdabf","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/lenormand/draw/celtic-cross-lenormand"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"a08f93ac-146a-4703-8b1b-73d5d190ac8c","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/lenormand/draw/celtic-cross-lenormand"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"2033a258-accb-4673-8697-a789e134a97c"},{"name":"Lenormand — Relationship","id":"f4eed83d-60f9-4a5f-89c1-53dc6f75c2fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/lenormand/draw/relationship","description":"<p>7-card relationship dynamics.</p>\n","urlObject":{"path":["tarot","lenormand","draw","relationship"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"883e8b6b-68b4-4c27-bd90-578a5a47673b","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/lenormand/draw/relationship"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"spread\": {\n      \"slug\": \"string\",\n      \"name\": \"string\",\n      \"cardCount\": 3000.8690555830776\n    },\n    \"seed\": 8421.953519405639,\n    \"drawn\": [\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      },\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      }\n    ]\n  }\n}"},{"id":"7da70899-7868-474a-aec0-93152de7113a","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/lenormand/draw/relationship"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"d6d29584-23fc-42c5-a0a0-1737d5e60c22","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": 12345,\n  \"question\": \"What should I focus on?\",\n  \"allowReversed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/lenormand/draw/relationship"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"f4eed83d-60f9-4a5f-89c1-53dc6f75c2fd"},{"name":"Lenormand — Daily Cards","id":"f5beb0fc-666c-4262-92af-7e1b00f6a42d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2026-05-04\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/lenormand/daily","description":"<p>Daily three-card draw based on date seed.</p>\n","urlObject":{"path":["tarot","lenormand","daily"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"c4be88f4-d26f-45ca-a6dc-8ae5d1bd9a4e","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2026-05-04\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/lenormand/daily"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"spread\": {\n      \"slug\": \"string\",\n      \"name\": \"string\",\n      \"cardCount\": 3000.8690555830776\n    },\n    \"seed\": 8421.953519405639,\n    \"drawn\": [\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      },\n      {\n        \"position\": {\n          \"name\": \"string\"\n        },\n        \"card\": {\n          \"name\": \"string\",\n          \"upright\": {\n            \"keywords\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        \"reversed\": true\n      }\n    ]\n  }\n}"},{"id":"2730f540-1936-4f40-b9eb-ffa1bc041e93","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2026-05-04\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/lenormand/daily"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"ddd52248-9d95-4bff-9db7-b4efdf224d3d","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2026-05-04\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/tarot/lenormand/daily"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"f5beb0fc-666c-4262-92af-7e1b00f6a42d"},{"name":"Lenormand — 36 Houses","id":"ffadfcb5-786f-499b-b6d1-fb3d00613e71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/lenormand/houses","description":"<p>The 36 fixed houses for Grand Tableau interpretation.</p>\n","urlObject":{"path":["tarot","lenormand","houses"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"d0ec167a-7e71-4d88-a904-080550f1e86a","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/lenormand/houses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"21339071-1731-4782-8665-d0d89c41b16a","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/lenormand/houses"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"6d1ca085-980d-4f53-b794-740409f55f82","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/tarot/lenormand/houses"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"ffadfcb5-786f-499b-b6d1-fb3d00613e71"}],"id":"f750802d-c31b-4b91-bbab-8c543549691a","description":"<p>🃏 Tarot — Lenormand endpoints</p>\n","_postman_id":"f750802d-c31b-4b91-bbab-8c543549691a","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Destiny Matrix","item":[{"name":"Destiny Matrix — Ladini Method","id":"cf6f312c-8e9b-4c50-898c-dcdcb7d164a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/destiny-matrix/ladini","description":"<p>Calculate the full 22-position Destiny Matrix per Natalia Ladini's method from birth date. Returns centre arcanum, body positions (day/month/year/centre), soul positions, karmic and resource arcana with full meaning structure for each.</p>\n","urlObject":{"path":["destiny-matrix","ladini"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"6fe2c73b-3079-43f8-b63f-22c43d2a3493","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/destiny-matrix/ladini"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"method\": \"string\",\n    \"date\": \"string\",\n    \"centre\": {\n      \"number\": 5349.619006897815,\n      \"arcanum\": {\n        \"name\": \"string\",\n        \"archetype\": \"string\",\n        \"taskOfSoul\": \"string\"\n      }\n    },\n    \"bodyA\": {\n      \"number\": 3260.2466683287744,\n      \"arcanum\": {}\n    },\n    \"bodyB\": {},\n    \"bodyC\": {},\n    \"bodyD\": {},\n    \"soulSky\": {},\n    \"soulEarth\": {},\n    \"soulMoney\": {},\n    \"soulRelations\": {},\n    \"karma\": {},\n    \"task\": {},\n    \"resource\": {}\n  }\n}"},{"id":"4229ba87-54f8-4617-ac91-ca78cb07cd3c","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/destiny-matrix/ladini"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"85de0b16-84cc-4602-828a-60da626695bf","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1990-05-15\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/destiny-matrix/ladini"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"cf6f312c-8e9b-4c50-898c-dcdcb7d164a9"}],"id":"7adc8463-2e8a-4325-92c2-698498414270","description":"<p>🪐 Destiny Matrix endpoints. ⚠️ Single-author method (Natalia Ladini, CIS market). Not historically attested in classical traditions.</p>\n","_postman_id":"7adc8463-2e8a-4325-92c2-698498414270","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"System","item":[{"name":"Health Check","id":"896b6196-b799-4c3f-807e-1c98a7c6bca2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/health","description":"<p>Returns API health status. No authentication required.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}},"urlObject":{"path":["health"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"4930e385-1953-424d-9c28-0c769826cce3","name":"API is healthy","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/health"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"status\": \"ok\",\n    \"timestamp\": \"2026-04-11T12:00:00Z\"\n  }\n}"}],"_postman_id":"896b6196-b799-4c3f-807e-1c98a7c6bca2"},{"name":"API Status","id":"2349b123-2939-4f5c-a0fe-70c8a36f8240","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/status","description":"<p>Return extended service status: ephemeris availability, WASM load state, uptime, version. Auth via <code>?key=YOUR_API_KEY</code> query param (not <code>X-Api-Key</code> header).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}},"urlObject":{"path":["status"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"8c89f620-0adf-45c8-983c-599d17628e2e","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"status\": \"ok\",\n    \"version\": \"2.1.4\",\n    \"uptime\": 86400,\n    \"ephemerisLoaded\": true,\n    \"wasmReady\": true,\n    \"epheFiles\": [\n      \"sepl_18.se1\",\n      \"semo_18.se1\",\n      \"seas_18.se1\"\n    ]\n  }\n}"},{"id":"1328947b-ca56-42ae-b0bc-cecb4a106e14","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/status"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"0ef03820-5edf-4ba5-adab-3a269959cb67","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/status"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"2349b123-2939-4f5c-a0fe-70c8a36f8240"},{"name":"Create API Key","id":"1a784266-a1ce-4b36-9829-a5f6b54b4e34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"My App\",\n  \"plan\": \"free\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/keys","description":"<p>Create a new API key. Requires an internal or enterprise API key. Returns the generated key string — save it, it cannot be retrieved later.</p>\n","urlObject":{"path":["keys"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"2fb69fe8-2686-4df9-9515-145c017af653","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"My App\",\n  \"plan\": \"free\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/keys"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"apiKey\": \"aw_free_a1b2c3d4e5f6a1b2c3d4e5f6\",\n    \"name\": \"My App\",\n    \"plan\": \"free\",\n    \"rateLimit\": 10\n  }\n}"},{"id":"2d4dd713-822a-4ed9-8be4-c8716b7e2f72","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"My App\",\n  \"plan\": \"free\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/keys"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"f0b1d3ba-2560-4d28-b598-c39bb269da41","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"My App\",\n  \"plan\": \"free\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/keys"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"1a784266-a1ce-4b36-9829-a5f6b54b4e34"},{"name":"API Key Usage","id":"f5c677a5-3461-4fe7-b4e1-edb6b04fb223","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/keys/usage","description":"<p>Get usage statistics for the current API key: today/week/month request counts, rate limit info, and top endpoints by usage.</p>\n","urlObject":{"path":["keys","usage"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"7e8a884c-b616-4fd9-9d56-dbb2bc9ca2c9","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/keys/usage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"plan\": \"string\",\n    \"rateLimit\": 5923.757024889164,\n    \"usage\": {\n      \"today\": 3897.1794272195857,\n      \"week\": 3990.6514795071303,\n      \"month\": 7241.692018658939\n    },\n    \"topEndpoints\": [\n      {\n        \"endpoint\": \"string\",\n        \"total\": 5384.185072653178\n      },\n      {\n        \"endpoint\": \"string\",\n        \"total\": 2477.628981668065\n      }\n    ]\n  }\n}"},{"id":"2c75874b-efa2-44f8-9d9b-3e181d9a2400","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/keys/usage"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"c76d3da7-4732-43ea-a551-0d782dfc72ad","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/keys/usage"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"f5c677a5-3461-4fe7-b4e1-edb6b04fb223"}],"id":"b6826afc-5bcd-4e6b-b54c-d20974e36305","description":"<p>System endpoints</p>\n","_postman_id":"b6826afc-5bcd-4e6b-b54c-d20974e36305","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"White-label","item":[{"name":"Get White-label Config","id":"bfea5c5c-4f43-469e-879d-8e9793e3f9d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/whitelabel/config","description":"<p>Read the authenticated user's branding overrides (logo, colour palette, font, footer text, custom domain). On first access, defaults are seeded.</p>\n","urlObject":{"path":["whitelabel","config"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"8b6ec057-3d8d-4b36-8f2e-d70949551782","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/whitelabel/config"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"primary_color\": \"#d4a84c\",\n    \"secondary_color\": \"#7e6bff\",\n    \"font_family\": \"Inter\",\n    \"footer_text\": null,\n    \"custom_domain\": null,\n    \"domain_verified\": false,\n    \"domain_last_checked_at\": null,\n    \"logo_storage_key\": null,\n    \"updated_at\": \"2026-05-08T07:00:00Z\"\n  }\n}"},{"id":"387a9f6b-3f9a-4deb-97d1-21403dfe0dcc","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/whitelabel/config"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"25d0182c-4192-4a33-8628-e0f28e296156","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/whitelabel/config"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"bfea5c5c-4f43-469e-879d-8e9793e3f9d7"},{"name":"Update White-label Config","id":"edfb0d63-8673-49ab-909d-354de4d42f74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/whitelabel/config","description":"<p>Update one or more branding fields. Hex colours validated as #RRGGBB; custom_domain validated as RFC-1035 subdomain. Setting custom_domain resets domain_verified=false — call /whitelabel/domain/verify after pointing your CNAME to api.astroway.info.</p>\n","urlObject":{"path":["whitelabel","config"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"30ee2ddf-00bc-4549-95f4-4c368ca15700","name":"Successful calculation","originalRequest":{"method":"PATCH","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/whitelabel/config"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"primary_color\": \"#0a0b1e\",\n    \"secondary_color\": \"#7e6bff\",\n    \"font_family\": \"Inter\",\n    \"footer_text\": \"© 2026 MyAstroBrand\",\n    \"custom_domain\": \"api.myastrobrand.com\",\n    \"domain_verified\": false,\n    \"domain_last_checked_at\": null,\n    \"logo_storage_key\": null,\n    \"updated_at\": \"...\"\n  }\n}"},{"id":"c700222f-e2f6-405e-a1f1-c1a14b40cd27","name":"Validation error","originalRequest":{"method":"PATCH","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/whitelabel/config"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"6f07cf93-a249-40c0-871d-dbe017513ba2","name":"Missing or invalid API key","originalRequest":{"method":"PATCH","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/whitelabel/config"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"edfb0d63-8673-49ab-909d-354de4d42f74"},{"name":"Verify Custom Domain DNS","id":"d1ac3a8a-e044-464e-9db4-22f371883047","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/whitelabel/domain/verify","description":"<p>Check whether the configured custom_domain points to api.astroway.info via CNAME. Persists the result. If only A records resolve, returns them with a hint to switch to CNAME.</p>\n","urlObject":{"path":["whitelabel","domain","verify"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"9b5f006c-15e3-4510-bbc8-35e134aeb797","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/whitelabel/domain/verify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"domain\": \"api.myastrobrand.com\",\n    \"resolved\": [\n      \"api.astroway.info\"\n    ],\n    \"verified\": true,\n    \"expectedTarget\": \"api.astroway.info\"\n  }\n}"},{"id":"8fab7344-50c6-405f-9677-31fb4065be10","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/whitelabel/domain/verify"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"40d6b512-7f69-4a0c-b46a-46a75b068535","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/whitelabel/domain/verify"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"d1ac3a8a-e044-464e-9db4-22f371883047"},{"name":"Upload White-label Logo","id":"4dec9911-d429-4b86-af99-8e8bc82fe86c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data_url\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/whitelabel/logo","description":"<p>Upload a logo as a base64 data URL (<code>data:image/&lt;png|jpeg|svg+xml|webp&gt;;base64,...</code>). Maximum 512 KB. Replaces any prior logo and deletes the old file from storage.</p>\n","urlObject":{"path":["whitelabel","logo"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"b2e9c55c-e3b8-478c-85d7-be1c0f875fef","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data_url\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/whitelabel/logo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"logo_storage_key\": \"logos/abc-wl-1.png\",\n    \"logo_url\": \"https://api.astroway.info/logos/abc-wl-1.png\",\n    \"byte_length\": 67,\n    \"mime_type\": \"image/png\"\n  }\n}"},{"id":"18de34cb-d725-4214-a26a-453ec4a427db","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data_url\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/whitelabel/logo"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"25fd4962-8cc8-41ea-b978-56efe0dba485","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data_url\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/whitelabel/logo"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"4dec9911-d429-4b86-af99-8e8bc82fe86c"},{"name":"Preview White-label Report","id":"c8d49364-4f22-4f02-a2e1-47b7248f6b47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/whitelabel/preview","description":"<p>Render a sample natal report PDF using the authenticated user's white-label configuration (colours, font, footer, logo). Pass <code>chart</code> to use your own birth data; omit to use the bundled Kyiv 1990 sample.</p>\n","urlObject":{"path":["whitelabel","preview"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"7c3d8903-c89b-44ed-a50b-334f5c758636","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/whitelabel/preview"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"url\": \"https://api.astroway.info/reports/abc-wl-preview.pdf\",\n    \"storage_key\": \"reports/abc-wl-preview.pdf\",\n    \"byte_length\": 124350,\n    \"page_count\": 1,\n    \"duration_ms\": 3210,\n    \"expires_at\": \"2026-05-09T07:00:00Z\",\n    \"preview\": true\n  }\n}"},{"id":"e28bb7d9-d4e8-41d4-a604-d428f6eb2a89","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/whitelabel/preview"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"24cb66f4-569e-47c7-9507-8773ad18a386","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/whitelabel/preview"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"c8d49364-4f22-4f02-a2e1-47b7248f6b47"}],"id":"6c1579d2-a423-42e9-ab2a-216256ee37e8","description":"<p>🎨 White-label endpoints</p>\n","_postman_id":"6c1579d2-a423-42e9-ab2a-216256ee37e8","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Reports","item":[{"name":"Generate Natal Report (PDF or HTML)","id":"ce1b69f7-0803-4bbb-9671-d321dbb2b478","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"language\": \"uk\",\n  \"whitelabel\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/natal","description":"<p>Render a Western tropical natal chart as a single-page A4 PDF (default) or live HTML (add <code>?format=html</code>). Includes Big Three (Sun/Moon/ASC), full planets table with houses + retrograde, all 12 house cusps, and major aspects. Set <code>whitelabel: true</code> to apply the caller's branding overrides. Languages: <code>uk</code> (default) or <code>en</code>. PDF URLs valid 24h via auto-cleanup cron; HTML mode streams directly without storage.</p>\n","urlObject":{"path":["reports","natal"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"3a7b948e-4248-46ed-8990-6c2e8741e96d","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"language\": \"uk\",\n  \"whitelabel\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/natal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"url\": \"https://api.astroway.info/reports/abc-natal.pdf\",\n    \"storage_key\": \"reports/abc-natal.pdf\",\n    \"byte_length\": 124350,\n    \"page_count\": 1,\n    \"duration_ms\": 3210,\n    \"expires_at\": \"2026-05-09T07:00:00Z\"\n  }\n}"},{"id":"9301706b-4c02-439f-95ac-2a466fddc20f","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"language\": \"uk\",\n  \"whitelabel\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/natal"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"8c9fc35a-d9ac-4459-8fff-21793f5c817f","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"language\": \"uk\",\n  \"whitelabel\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/natal"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"ce1b69f7-0803-4bbb-9671-d321dbb2b478"},{"name":"Generate Year-Ahead Transit (PDF or HTML)","id":"dbf8aa70-f637-4d26-b5ca-7974ab551754","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"year\": 2027,\n  \"language\": \"uk\",\n  \"whitelabel\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/transit-yearly","description":"<p>Render a year-ahead transit calendar PDF grouped by month. Includes major aspects (conjunction, sextile, square, trine, opposition) of outer planets (Mars through Pluto) to natal positions, with 0.5° max orb. Defaults to next calendar year if <code>year</code> omitted.</p>\n","urlObject":{"path":["reports","transit-yearly"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"463610d5-2d14-4611-ab98-827e807d651f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"year\": 2027,\n  \"language\": \"uk\",\n  \"whitelabel\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/transit-yearly"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"url\": \"https://api.astroway.info/reports/abc-transit-2027.pdf\",\n    \"storage_key\": \"reports/abc-transit-2027.pdf\",\n    \"byte_length\": 145200,\n    \"page_count\": 4,\n    \"duration_ms\": 8500,\n    \"expires_at\": \"2026-05-09T07:00:00Z\"\n  }\n}"},{"id":"bf176c6c-b518-4030-91f3-9c8f6eb882cc","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"year\": 2027,\n  \"language\": \"uk\",\n  \"whitelabel\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/transit-yearly"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"389d554e-bdec-4b8a-bc4f-9191ae848a4b","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"year\": 2027,\n  \"language\": \"uk\",\n  \"whitelabel\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/transit-yearly"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"dbf8aa70-f637-4d26-b5ca-7974ab551754"},{"name":"Generate Synastry Report (PDF or HTML)","id":"79826712-78c4-44c0-8128-549bdf387fb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  },\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/synastry","description":"<p>Render a relationship synastry PDF: side-by-side Big Three, full cross-chart aspect table (top 40 major aspects), and per-chart + combined element/modality balance.</p>\n","urlObject":{"path":["reports","synastry"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"b0d87864-724a-4897-a028-2322e111f085","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  },\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/synastry"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"url\": \"https://api.astroway.info/reports/abc-synastry.pdf\",\n    \"storage_key\": \"reports/abc-synastry.pdf\",\n    \"byte_length\": 138000,\n    \"page_count\": 2,\n    \"duration_ms\": 5800,\n    \"expires_at\": \"2026-05-09T07:00:00Z\"\n  }\n}"},{"id":"e6ade19b-659c-43ad-85d3-6d5fda6866ab","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  },\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/synastry"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"f35752ff-17d7-4f13-8058-702b9d1fafa4","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"chart2\": {\n    \"date\": \"1985-11-03\",\n    \"time\": \"08:15:00\",\n    \"timezoneOffset\": 2,\n    \"latitude\": 48.46,\n    \"longitude\": 35.04\n  },\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/synastry"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"79826712-78c4-44c0-8128-549bdf387fb3"},{"name":"Generate Child Astrology Report (PDF or HTML)","id":"f7f838f0-000f-4972-a607-eb0b9601ba06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/child","description":"<p>Parenting-oriented natal report. Highlights Moon (emotional core), Mercury (learning style), Venus (connection style), Mars (energy/temperament). Includes full natal data and a disclaimer noting interpretive nature.</p>\n","urlObject":{"path":["reports","child"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"80e70855-a6ad-42a8-ae99-e89c739c4b54","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/child"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"url\": \"https://api.astroway.info/reports/abc-child.pdf\",\n    \"storage_key\": \"reports/abc-child.pdf\",\n    \"byte_length\": 128000,\n    \"page_count\": 1,\n    \"duration_ms\": 3500,\n    \"expires_at\": \"2026-05-09T07:00:00Z\"\n  }\n}"},{"id":"f51089ac-dfa0-41f1-957d-ed6444159e58","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/child"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"6c6db202-d011-417a-8da8-99c000d7522b","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/child"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"f7f838f0-000f-4972-a607-eb0b9601ba06"},{"name":"Generate Business Astrology Report (PDF or HTML)","id":"568ea916-6014-4ca7-b54c-d073d9e0bcd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"2020-01-15\",\n    \"time\": \"09:00:00\",\n    \"timezoneOffset\": -5,\n    \"latitude\": 40.7128,\n    \"longitude\": -74.006,\n    \"name\": \"MyCompany Inc\"\n  },\n  \"language\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/business","description":"<p>Founding-chart analysis (mundane astrology). Highlights Sun (purpose), MC (reputation), Jupiter (growth), Saturn (structure). Disclaimer: \"not financial advice\".</p>\n","urlObject":{"path":["reports","business"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"4c90d62c-b85d-4283-90c1-c4b17d62e720","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"2020-01-15\",\n    \"time\": \"09:00:00\",\n    \"timezoneOffset\": -5,\n    \"latitude\": 40.7128,\n    \"longitude\": -74.006,\n    \"name\": \"MyCompany Inc\"\n  },\n  \"language\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/business"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"url\": \"https://api.astroway.info/reports/abc-business.pdf\",\n    \"storage_key\": \"reports/abc-business.pdf\",\n    \"byte_length\": 132000,\n    \"page_count\": 2,\n    \"duration_ms\": 4200,\n    \"expires_at\": \"2026-05-09T07:00:00Z\"\n  }\n}"},{"id":"e5ea7ed6-8b61-4e7a-9693-bd05ecceee63","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"2020-01-15\",\n    \"time\": \"09:00:00\",\n    \"timezoneOffset\": -5,\n    \"latitude\": 40.7128,\n    \"longitude\": -74.006,\n    \"name\": \"MyCompany Inc\"\n  },\n  \"language\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/business"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"5429628e-83c2-41ee-82c0-835d977a9f1e","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"2020-01-15\",\n    \"time\": \"09:00:00\",\n    \"timezoneOffset\": -5,\n    \"latitude\": 40.7128,\n    \"longitude\": -74.006,\n    \"name\": \"MyCompany Inc\"\n  },\n  \"language\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/business"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"568ea916-6014-4ca7-b54c-d073d9e0bcd0"},{"name":"Generate Love Report (PDF or HTML)","id":"b56c5737-70d1-4ecb-bdeb-ef6dd3e03632","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/love","description":"<p>Romantic-relationship natal report. Highlights Venus (attraction style), Mars (desire), Moon (emotional needs), Descendant (partner profile). Disclaimer: not a prophecy.</p>\n","urlObject":{"path":["reports","love"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"d449eb3d-11c3-45ba-95d3-bc3a87eb2975","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/love"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"url\": \"https://api.astroway.info/reports/abc-love.pdf\",\n    \"storage_key\": \"reports/abc-love.pdf\",\n    \"byte_length\": 130000,\n    \"page_count\": 1,\n    \"duration_ms\": 3700,\n    \"expires_at\": \"2026-05-09T07:00:00Z\"\n  }\n}"},{"id":"b20e8598-1d9b-4b99-963d-4e731a56a1b8","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/love"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"5df869d1-d1f1-438b-b6c2-e4752476e3e7","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/love"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"b56c5737-70d1-4ecb-bdeb-ef6dd3e03632"},{"name":"Generate Tarot Reading (PDF or HTML)","id":"d82cd7e6-c15a-4e6a-9dd8-1f61a1268e5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"spread\": \"three-card\",\n  \"seed\": 1234,\n  \"name\": \"Sample Reading\",\n  \"allowReversed\": true,\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/tarot","description":"<p>Render a tarot reading PDF. Default spread <code>three-card</code> (Past/Present/Future from Rider-Waite-Smith deck). Available spreads: single-card, three-card, celtic-cross, horseshoe, relationship, year-ahead, decision, chakra, career, love-triangle. Pass <code>seed</code> for reproducibility (deterministic mulberry32 RNG); omit to use a daily seed. Set <code>allowReversed: false</code> to draw upright cards only.</p>\n","urlObject":{"path":["reports","tarot"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"568adeb2-6b09-4c2b-9043-6e415f36b08e","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"spread\": \"three-card\",\n  \"seed\": 1234,\n  \"name\": \"Sample Reading\",\n  \"allowReversed\": true,\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/tarot"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"url\": \"https://api.astroway.info/reports/abc-tarot.pdf\",\n    \"storage_key\": \"reports/abc-tarot.pdf\",\n    \"byte_length\": 95000,\n    \"page_count\": 1,\n    \"duration_ms\": 2400,\n    \"expires_at\": \"2026-05-09T07:00:00Z\"\n  }\n}"},{"id":"3df5f4a0-8bd7-43b1-8cb3-17c0baeca6e1","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"spread\": \"three-card\",\n  \"seed\": 1234,\n  \"name\": \"Sample Reading\",\n  \"allowReversed\": true,\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/tarot"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"325d0efe-dad3-4f7b-9589-99d214ee00a9","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"spread\": \"three-card\",\n  \"seed\": 1234,\n  \"name\": \"Sample Reading\",\n  \"allowReversed\": true,\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/tarot"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"d82cd7e6-c15a-4e6a-9dd8-1f61a1268e5e"},{"name":"Generate Human Design Report (PDF or HTML)","id":"5979be88-1178-4b5b-9d19-cb4132ebdd2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"language\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/human-design","description":"<p>Bodygraph PDF: Type, Strategy, Authority, Profile, Definition, Not-Self theme, Incarnation Cross + 9 centers (defined/open) + activated channels with gate pairs.</p>\n","urlObject":{"path":["reports","human-design"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"1cea2106-f0ac-419a-854f-cf292d0f9b91","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"language\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/human-design"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"url\": \"https://api.astroway.info/reports/abc-hd.pdf\",\n    \"storage_key\": \"reports/abc-hd.pdf\",\n    \"byte_length\": 132000,\n    \"page_count\": 1,\n    \"duration_ms\": 3800,\n    \"expires_at\": \"2026-05-09T07:00:00Z\"\n  }\n}"},{"id":"94ec1bce-9686-42a0-9a7f-d51119d211e6","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"language\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/human-design"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"002c6a71-90d1-4362-9a3b-872a20740d00","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"language\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/human-design"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"5979be88-1178-4b5b-9d19-cb4132ebdd2d"},{"name":"Generate Lal Kitab Report (PDF or HTML)","id":"1ae7e4f5-b17d-464d-84de-bbdc10e1ff70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"language\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/lal-kitab","description":"<p>Lal Kitab analysis: Teva (graha placements with Pakka-ghar match), Kismat &amp; Prosperity scores, detected Rins (ancestral debts) with triggers, suggested Upayas (remedies). Sidereal compute (Lahiri ayanamsa) with sign-from-Lagna house numbering per Lal Kitab convention.</p>\n","urlObject":{"path":["reports","lal-kitab"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"32e8d741-5f9e-46e4-b549-97fdf845847f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"language\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/lal-kitab"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"url\": \"https://api.astroway.info/reports/abc-lal-kitab.pdf\",\n    \"storage_key\": \"reports/abc-lal-kitab.pdf\",\n    \"byte_length\": 138000,\n    \"page_count\": 2,\n    \"duration_ms\": 4200,\n    \"expires_at\": \"2026-05-09T07:00:00Z\"\n  }\n}"},{"id":"954b23d9-8eb1-42ac-be16-bfdad4c0249f","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"language\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/lal-kitab"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"35ac0787-6ded-4a72-ba41-2a2d0bcdd3b9","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"language\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/lal-kitab"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"1ae7e4f5-b17d-464d-84de-bbdc10e1ff70"},{"name":"Generate Vedic Kundli (PDF or HTML)","id":"685f488f-4c89-4b93-bb47-776a0a9e68ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"language\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/vedic-kundli","description":"<p>Sidereal Vedic chart (Lahiri ayanamsa) — Lagna + Moon nakshatra/pada, all sidereal planet positions with nakshatra+pada+house, full 9-period Vimshottari Mahadasha tree with current period highlighted.</p>\n","urlObject":{"path":["reports","vedic-kundli"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"ae7dd8f3-54f4-48bd-9e31-de04285b7b9a","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"language\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/vedic-kundli"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"url\": \"https://api.astroway.info/reports/abc-vedic-kundli.pdf\",\n    \"storage_key\": \"reports/abc-vedic-kundli.pdf\",\n    \"byte_length\": 145000,\n    \"page_count\": 2,\n    \"duration_ms\": 4500,\n    \"expires_at\": \"2026-05-09T07:00:00Z\"\n  }\n}"},{"id":"f71baa4c-3063-4837-950b-7c2295bb353d","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"language\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/vedic-kundli"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"1c531b49-c0d0-4680-a812-51333e4a4ec5","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"language\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/vedic-kundli"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"685f488f-4c89-4b93-bb47-776a0a9e68ca"},{"name":"Generate Money Report (PDF or HTML)","id":"04c03166-d8ab-4bca-a783-f96d5a2a2c0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/money","description":"<p>Financial natal: 2nd house (earned income), 8th house (shared resources), Jupiter (expansion), Saturn (discipline). Disclaimer: not investment advice.</p>\n","urlObject":{"path":["reports","money"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"d5079a90-2ab0-4688-bbca-66bae0a33709","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/money"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"url\": \"https://api.astroway.info/reports/abc-money.pdf\",\n    \"storage_key\": \"reports/abc-money.pdf\",\n    \"byte_length\": 132000,\n    \"page_count\": 1,\n    \"duration_ms\": 3900,\n    \"expires_at\": \"2026-05-09T07:00:00Z\"\n  }\n}"},{"id":"df6bb429-9633-41d3-81b4-4c10185e697b","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/money"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"00d9878b-bd9c-489c-bd57-8f581d5c6344","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/money"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"04c03166-d8ab-4bca-a783-f96d5a2a2c0e"},{"name":"Generate Career Compass Report (PDF or HTML)","id":"9b00b966-57c5-420c-af8d-9800dc79593a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/career","description":"<p>Career-themed natal: MC, 10th-house cusp, Saturn placement, Mars motivation, aspects to Sun. Self-knowledge tool, not directive.</p>\n","urlObject":{"path":["reports","career"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"0ff62af8-f7ee-43d8-8052-2626b33c1a50","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/career"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"url\": \"https://api.astroway.info/reports/abc-career.pdf\",\n    \"storage_key\": \"reports/abc-career.pdf\",\n    \"byte_length\": 130000,\n    \"page_count\": 1,\n    \"duration_ms\": 3800,\n    \"expires_at\": \"2026-05-09T07:00:00Z\"\n  }\n}"},{"id":"f0e79ea3-ac7c-461a-83b2-b444406f562e","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/career"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"46dab4cb-ca06-4664-861f-f5ba8a340c9c","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"1990-05-15\",\n    \"time\": \"14:30:00\",\n    \"timezoneOffset\": 3,\n    \"latitude\": 50.45,\n    \"longitude\": 30.52\n  },\n  \"language\": \"uk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/career"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"9b00b966-57c5-420c-af8d-9800dc79593a"}],"id":"b8e2fd3f-4246-4284-b15f-92c3d125f441","description":"<p>📄 Reports endpoints</p>\n","_postman_id":"b8e2fd3f-4246-4284-b15f-92c3d125f441","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"AI Reports","item":[{"name":"AI Natal Narrative","id":"2623b375-5534-4bc9-8410-3978be5304f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"8008-66-63\",\n    \"time\": \"76:32:57\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 9846.871235878645,\n    \"cosmogram\": true\n  },\n  \"language\": \"uk\",\n  \"tone\": \"warm\",\n  \"length\": \"medium\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/ai/natal-narrative","description":"<p>Long-form natal-chart narrative (markdown). Inputs: chart, language (21 codes), tone (warm/professional/concise), length (short/medium/long; ≤3200 tokens). Returns the narrative text plus model and token usage. AI grounded on the computed natal chart — Sun/Moon/Asc, 13 bodies, 12 houses, ≤25 major aspects.</p>\n","urlObject":{"path":["reports","ai","natal-narrative"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"b2c083bc-1a3d-4df8-89fd-c5d739ab9a82","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"8008-66-63\",\n    \"time\": \"76:32:57\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 9846.871235878645,\n    \"cosmogram\": true\n  },\n  \"language\": \"uk\",\n  \"tone\": \"warm\",\n  \"length\": \"medium\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/ai/natal-narrative"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"narrative\": \"# Вступ\\n\\n...\",\n    \"disclaimer\": \"Цей наратив згенерований ШІ...\",\n    \"model\": \"groq/llama-3.3-70b\",\n    \"language\": \"uk\",\n    \"tone\": \"warm\",\n    \"length\": \"medium\",\n    \"tokens\": {\n      \"input\": 542,\n      \"output\": 1623\n    },\n    \"duration_ms\": 3500\n  }\n}"},{"id":"5ca211d9-aed3-4ff0-bec3-0bdbedc601dd","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"8008-66-63\",\n    \"time\": \"76:32:57\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 9846.871235878645,\n    \"cosmogram\": true\n  },\n  \"language\": \"uk\",\n  \"tone\": \"warm\",\n  \"length\": \"medium\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/ai/natal-narrative"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"7b743a5e-4486-4e76-98c5-0a53580a132c","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"8008-66-63\",\n    \"time\": \"76:32:57\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 9846.871235878645,\n    \"cosmogram\": true\n  },\n  \"language\": \"uk\",\n  \"tone\": \"warm\",\n  \"length\": \"medium\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/ai/natal-narrative"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"2623b375-5534-4bc9-8410-3978be5304f2"},{"name":"AI Transit Narrative (single date)","id":"3c55feeb-a884-4fd4-8177-c5fcd92604b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"string\",\n  \"time\": \"string\",\n  \"timezoneOffset\": 8064.65125774483,\n  \"ayanamsaId\": 9835.112354219033\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/ai/transit-narrative","description":"<p>Snapshot transit interpretation for a specific date. Inputs: chart + transitDate (+optional transitTime/tzOffset), language, tone, length. Returns narrative grounded in transit-to-natal aspects (orb ≤1°).</p>\n","urlObject":{"path":["reports","ai","transit-narrative"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"b6667f8a-2789-4219-a1a6-df0522f6fb1b","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"string\",\n  \"time\": \"string\",\n  \"timezoneOffset\": 8064.65125774483,\n  \"ayanamsaId\": 9835.112354219033\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/ai/transit-narrative"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"narrative\": \"...\",\n    \"disclaimer\": \"...\",\n    \"model\": \"...\",\n    \"tokens\": {\n      \"input\": 481,\n      \"output\": 1500\n    }\n  }\n}"},{"id":"97718108-29f6-4446-9517-05c14b7cbe08","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"string\",\n  \"time\": \"string\",\n  \"timezoneOffset\": 8064.65125774483,\n  \"ayanamsaId\": 9835.112354219033\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/ai/transit-narrative"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"c729f06b-5d93-420f-80d9-3fb0833a12fd","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"string\",\n  \"time\": \"string\",\n  \"timezoneOffset\": 8064.65125774483,\n  \"ayanamsaId\": 9835.112354219033\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/ai/transit-narrative"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"3c55feeb-a884-4fd4-8177-c5fcd92604b5"},{"name":"AI Synastry Narrative","id":"781e3e9f-a041-4ab8-819b-bb76886dd8e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"6286-87-28\",\n    \"time\": \"87:95:87\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 4310.9017018882505,\n    \"cosmogram\": true\n  },\n  \"chart2\": {\n    \"date\": \"0193-40-61\",\n    \"time\": \"46:18:21\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 1559.9547151221916,\n    \"cosmogram\": true\n  },\n  \"language\": \"uk\",\n  \"tone\": \"warm\",\n  \"length\": \"medium\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/ai/synastry-narrative","description":"<p>Long-form relationship narrative grounded in cross-chart aspects. Inputs: chart1, chart2, language, tone, length.</p>\n","urlObject":{"path":["reports","ai","synastry-narrative"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"25b2bb2a-c528-49c3-bbb0-f206975b143d","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"6286-87-28\",\n    \"time\": \"87:95:87\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 4310.9017018882505,\n    \"cosmogram\": true\n  },\n  \"chart2\": {\n    \"date\": \"0193-40-61\",\n    \"time\": \"46:18:21\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 1559.9547151221916,\n    \"cosmogram\": true\n  },\n  \"language\": \"uk\",\n  \"tone\": \"warm\",\n  \"length\": \"medium\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/ai/synastry-narrative"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"narrative\": \"...\",\n    \"disclaimer\": \"...\",\n    \"model\": \"...\",\n    \"tokens\": {\n      \"input\": 720,\n      \"output\": 1800\n    }\n  }\n}"},{"id":"733f3335-d6bf-473e-a5f7-31cb9828c14b","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"6286-87-28\",\n    \"time\": \"87:95:87\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 4310.9017018882505,\n    \"cosmogram\": true\n  },\n  \"chart2\": {\n    \"date\": \"0193-40-61\",\n    \"time\": \"46:18:21\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 1559.9547151221916,\n    \"cosmogram\": true\n  },\n  \"language\": \"uk\",\n  \"tone\": \"warm\",\n  \"length\": \"medium\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/ai/synastry-narrative"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"aa12e709-6cdb-4903-8032-69395050495e","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart1\": {\n    \"date\": \"6286-87-28\",\n    \"time\": \"87:95:87\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 4310.9017018882505,\n    \"cosmogram\": true\n  },\n  \"chart2\": {\n    \"date\": \"0193-40-61\",\n    \"time\": \"46:18:21\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 1559.9547151221916,\n    \"cosmogram\": true\n  },\n  \"language\": \"uk\",\n  \"tone\": \"warm\",\n  \"length\": \"medium\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/ai/synastry-narrative"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"781e3e9f-a041-4ab8-819b-bb76886dd8e0"},{"name":"AI Year-Ahead Narrative","id":"d5c43039-4395-420f-949b-ab2fa8237f7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"5381-45-80\",\n    \"time\": \"99:24:60\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 6078.590255029459,\n    \"cosmogram\": true\n  },\n  \"year\": 2088,\n  \"language\": \"uk\",\n  \"tone\": \"warm\",\n  \"length\": \"medium\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/ai/year-ahead-narrative","description":"<p>Long-form annual report. Combines natal context with the year's major outer-planet transits clustered by month. Inputs: chart, year (default = next year), language, tone, length (use long for full annual report).</p>\n","urlObject":{"path":["reports","ai","year-ahead-narrative"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"14895a92-584b-4a01-b0b7-5df2fe6c2531","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"5381-45-80\",\n    \"time\": \"99:24:60\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 6078.590255029459,\n    \"cosmogram\": true\n  },\n  \"year\": 2088,\n  \"language\": \"uk\",\n  \"tone\": \"warm\",\n  \"length\": \"medium\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/ai/year-ahead-narrative"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"narrative\": \"# Тема року...\",\n    \"disclaimer\": \"...\",\n    \"model\": \"...\",\n    \"tokens\": {\n      \"input\": 950,\n      \"output\": 3000\n    }\n  }\n}"},{"id":"a2477b88-7b99-4aef-8d8a-9668629ecf4e","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"5381-45-80\",\n    \"time\": \"99:24:60\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 6078.590255029459,\n    \"cosmogram\": true\n  },\n  \"year\": 2088,\n  \"language\": \"uk\",\n  \"tone\": \"warm\",\n  \"length\": \"medium\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/ai/year-ahead-narrative"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"cc357bb7-23c2-44c3-8b79-35e99598cc8d","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"5381-45-80\",\n    \"time\": \"99:24:60\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 6078.590255029459,\n    \"cosmogram\": true\n  },\n  \"year\": 2088,\n  \"language\": \"uk\",\n  \"tone\": \"warm\",\n  \"length\": \"medium\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/ai/year-ahead-narrative"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"d5c43039-4395-420f-949b-ab2fa8237f7f"},{"name":"AI Monthly Narrative","id":"be4b0872-7f09-42f6-a46d-0de2db02d544","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"5336-38-13\",\n    \"time\": \"68:13:42\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 7978.725469591031,\n    \"cosmogram\": false\n  },\n  \"year\": 2019,\n  \"month\": 7,\n  \"language\": \"uk\",\n  \"tone\": \"warm\",\n  \"length\": \"medium\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/ai/monthly-narrative","description":"<p>Single-month forecast. Tighter scope than year-ahead — uses fast and slow planet transits within the month. Inputs: chart, year, month (1-12), language, tone, length.</p>\n","urlObject":{"path":["reports","ai","monthly-narrative"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"9f690171-5369-4c49-8c8c-bdc29ff85c5b","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"5336-38-13\",\n    \"time\": \"68:13:42\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 7978.725469591031,\n    \"cosmogram\": false\n  },\n  \"year\": 2019,\n  \"month\": 7,\n  \"language\": \"uk\",\n  \"tone\": \"warm\",\n  \"length\": \"medium\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/ai/monthly-narrative"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"narrative\": \"...\",\n    \"disclaimer\": \"...\",\n    \"model\": \"...\",\n    \"tokens\": {\n      \"input\": 600,\n      \"output\": 1500\n    }\n  }\n}"},{"id":"eab349c0-6b52-4262-b043-e8e6cb1b1014","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"5336-38-13\",\n    \"time\": \"68:13:42\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 7978.725469591031,\n    \"cosmogram\": false\n  },\n  \"year\": 2019,\n  \"month\": 7,\n  \"language\": \"uk\",\n  \"tone\": \"warm\",\n  \"length\": \"medium\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/ai/monthly-narrative"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"0526e7ba-7586-4c3e-ac95-97334a74ff2a","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chart\": {\n    \"date\": \"5336-38-13\",\n    \"time\": \"68:13:42\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 7978.725469591031,\n    \"cosmogram\": false\n  },\n  \"year\": 2019,\n  \"month\": 7,\n  \"language\": \"uk\",\n  \"tone\": \"warm\",\n  \"length\": \"medium\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/reports/ai/monthly-narrative"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"be4b0872-7f09-42f6-a46d-0de2db02d544"}],"id":"c013edae-458c-40d8-897a-126063942d93","description":"<p>🤖 AI Reports endpoints</p>\n","_postman_id":"c013edae-458c-40d8-897a-126063942d93","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Webhooks","item":[{"name":"Create Webhook Subscription","id":"14707155-5083-4dcb-bb73-b8273bf1f0e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"event\": \"report-ready\",\n  \"url\": \"https://example.com/webhooks/astroway\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/subscribe","description":"<p>Subscribe to outbound webhook deliveries. Events: report-ready, transit-alert, eclipse-alert. Returns a signing_secret used to verify the X-AstroWay-Signature HMAC-SHA256 header on each delivery.</p>\n","urlObject":{"path":["webhooks","subscribe"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"0d575e05-facb-4d2f-b653-b7d7ef282ee5","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"event\": \"report-ready\",\n  \"url\": \"https://example.com/webhooks/astroway\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/subscribe"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"id\": 42,\n    \"event\": \"report-ready\",\n    \"url\": \"https://example.com/webhooks/astroway\",\n    \"signing_secret\": \"0a1b…\",\n    \"active\": true,\n    \"created_at\": \"2026-05-08T12:00:00Z\"\n  }\n}"},{"id":"006fd2c8-f4e4-4ef0-8548-21a8e5e81f39","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"event\": \"report-ready\",\n  \"url\": \"https://example.com/webhooks/astroway\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/subscribe"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"244e2fe4-414b-4ea9-ab56-e1151f50261c","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"event\": \"report-ready\",\n  \"url\": \"https://example.com/webhooks/astroway\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/subscribe"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"14707155-5083-4dcb-bb73-b8273bf1f0e9"},{"name":"List Webhook Subscriptions","id":"dde7b8d4-e9a2-46db-9fc9-638cb647195d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/webhooks","description":"<p>List all active webhook subscriptions for the authenticated user.</p>\n","urlObject":{"path":["webhooks"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"75642ade-503a-4a14-86fc-3ac89cb3e235","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"subscriptions\": [\n      {\n        \"id\": 42,\n        \"event\": \"report-ready\",\n        \"url\": \"...\",\n        \"active\": true,\n        \"failure_count\": 0,\n        \"last_delivery_at\": null,\n        \"last_status_code\": null,\n        \"created_at\": \"...\"\n      }\n    ]\n  }\n}"},{"id":"d1010b51-934c-4ddc-984f-ef069671f23a","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/webhooks"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"fdb76b93-bb3a-46f6-b5a6-5c4b38c9343c","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/webhooks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"dde7b8d4-e9a2-46db-9fc9-638cb647195d"},{"name":"Get Webhook Subscription","id":"265b443a-c0db-434d-8ccb-228a5eeaad59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/webhooks/:id","description":"<p>Fetch a single webhook subscription owned by the authenticated user.</p>\n","urlObject":{"path":["webhooks",":id"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[{"id":"456b1b3f-39c6-4af1-828c-f85606d578cf","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/webhooks/:id","host":["https://api.astroway.info/v1"],"path":["webhooks",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"id\": 42,\n    \"event\": \"report-ready\",\n    \"url\": \"...\",\n    \"active\": true,\n    \"failure_count\": 0,\n    \"last_delivery_at\": \"2026-05-08T12:00:00Z\",\n    \"last_status_code\": 200,\n    \"created_at\": \"...\"\n  }\n}"},{"id":"c56b7200-2c23-44f4-8449-065dec3a101d","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/webhooks/:id","host":["https://api.astroway.info/v1"],"path":["webhooks",":id"],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"94036a7e-b8d2-4c1a-bff0-93a4aa423398","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/webhooks/:id","host":["https://api.astroway.info/v1"],"path":["webhooks",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"265b443a-c0db-434d-8ccb-228a5eeaad59"},{"name":"Delete Webhook Subscription","id":"711b21d2-a2c8-4159-a2ac-8fbff940ae47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/webhooks/:id","description":"<p>Permanently delete a webhook subscription. No further deliveries are dispatched.</p>\n","urlObject":{"path":["webhooks",":id"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[{"id":"02f3d198-9fe2-42d9-bbc5-bdd08ab799f8","name":"Successful calculation","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/webhooks/:id","host":["https://api.astroway.info/v1"],"path":["webhooks",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"id\": 42,\n    \"deleted\": true\n  }\n}"},{"id":"443c3600-a4a2-47d8-b913-afddaaabf134","name":"Validation error","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/webhooks/:id","host":["https://api.astroway.info/v1"],"path":["webhooks",":id"],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"2d5659de-76ce-40cd-ada1-1e398108659d","name":"Missing or invalid API key","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/webhooks/:id","host":["https://api.astroway.info/v1"],"path":["webhooks",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"711b21d2-a2c8-4159-a2ac-8fbff940ae47"},{"name":"Test Webhook Delivery","id":"3a717532-f145-4d31-a529-91bb75bbb6ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/webhooks/:id/test","description":"<p>Fire a synthetic delivery to the registered URL with <code>{ \"test\": true }</code> payload. Useful when validating endpoint signature handling. Records the result in failure_count / last_status_code.</p>\n","urlObject":{"path":["webhooks",":id","test"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[{"id":"d7b25982-d8df-4c8e-b5a3-71065f5a912c","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/webhooks/:id/test","host":["https://api.astroway.info/v1"],"path":["webhooks",":id","test"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"id\": 42,\n    \"delivered\": true,\n    \"status_code\": 200,\n    \"duration_ms\": 124\n  }\n}"},{"id":"4af1b897-cd51-40ec-918c-6d0bd90cf6fd","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/webhooks/:id/test","host":["https://api.astroway.info/v1"],"path":["webhooks",":id","test"],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"9672b51a-13e0-438d-a809-033f10f1380f","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/webhooks/:id/test","host":["https://api.astroway.info/v1"],"path":["webhooks",":id","test"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"3a717532-f145-4d31-a529-91bb75bbb6ad"},{"name":"Register Transit-Trigger Webhook","id":"4055db6d-bd49-412e-afa8-574fcda00bc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/transit-trigger","description":"<p>Subscribe to natal-transit aspect threshold-crossings.</p>\n","urlObject":{"path":["webhooks","transit-trigger"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"916be9e0-d54c-432f-a095-4ed3d83da05f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/transit-trigger"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"id\": 42,\n    \"event\": \"transit-trigger\",\n    \"url\": \"...\",\n    \"signing_secret\": \"...\",\n    \"active\": true\n  }\n}"},{"id":"70785dd1-94fa-49f6-a6b7-4d1f5d7dab87","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/transit-trigger"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"4902fd50-e63a-4e1b-8e88-b2693321f297","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/transit-trigger"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"4055db6d-bd49-412e-afa8-574fcda00bc3"},{"name":"Register Eclipse-Alert Webhook","id":"7d2a28f5-0ead-4d4b-b736-1c4c30e819a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/eclipse-alert","description":"<p>Subscribe to upcoming eclipse alerts (default 7 days before).</p>\n","urlObject":{"path":["webhooks","eclipse-alert"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"0d11daea-fa6d-4da2-a1a3-927c4c33b8f3","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/eclipse-alert"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"id\": 43,\n    \"event\": \"eclipse-alert\"\n  }\n}"},{"id":"a7652101-e1bb-41a3-a809-a860b1e0723c","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/eclipse-alert"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"19248e98-7e7c-437b-b850-9f653bcb1a15","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/eclipse-alert"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"7d2a28f5-0ead-4d4b-b736-1c4c30e819a4"},{"name":"Register Retrograde-Start Webhook","id":"4c67a4db-3ef5-4381-901c-e273b2e20278","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/retrograde-start","description":"<p>Fires when any of Mercury–Pluto stations retrograde.</p>\n","urlObject":{"path":["webhooks","retrograde-start"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"7bf4ee73-d5b0-488e-b78d-36eddcaff780","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/retrograde-start"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"id\": 44,\n    \"event\": \"retrograde-start\"\n  }\n}"},{"id":"7df640af-5348-4160-b9c0-cd3997459a80","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/retrograde-start"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"7aaa027a-dcdf-46a1-8631-d4dad1775ec0","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/retrograde-start"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"4c67a4db-3ef5-4381-901c-e273b2e20278"},{"name":"Register Retrograde-End Webhook","id":"7296accf-ec2c-4d7c-9149-0c978e333334","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/retrograde-end","description":"<p>Fires when any of Mercury–Pluto stations direct.</p>\n","urlObject":{"path":["webhooks","retrograde-end"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"4413fbbc-db16-4f11-b69f-e5a251a5c1b2","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/retrograde-end"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"id\": 45,\n    \"event\": \"retrograde-end\"\n  }\n}"},{"id":"b28e405b-dd26-4bdc-91e5-efece5479fe6","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/retrograde-end"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"177fc5f7-c36a-4407-88dd-c1c68bf94483","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/retrograde-end"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"7296accf-ec2c-4d7c-9149-0c978e333334"},{"name":"Register Return-Due Webhook","id":"3ba672fd-ab7a-4648-b2d9-34f03228f3d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/return-due","description":"<p>Fires N days before a solar/lunar/planetary return is exact.</p>\n","urlObject":{"path":["webhooks","return-due"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"f39ea2a0-1854-4298-b0e8-1325d5300376","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/return-due"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"id\": 46,\n    \"event\": \"return-due\"\n  }\n}"},{"id":"ed2383dd-ea58-44b1-b6cd-fb066fd030e2","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/return-due"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"dc9a6df2-f050-4c54-b515-7c7972ceea5a","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/return-due"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"3ba672fd-ab7a-4648-b2d9-34f03228f3d3"},{"name":"Register Dasha-Change Webhook","id":"575ed47b-5bce-481a-90ba-af653a2f31af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/dasha-change","description":"<p>Fires on Vedic Vimshottari dasha period transitions.</p>\n","urlObject":{"path":["webhooks","dasha-change"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"bac6db9a-c9f3-42fd-bdff-e28aa9799edc","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/dasha-change"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"id\": 47,\n    \"event\": \"dasha-change\"\n  }\n}"},{"id":"fa12be51-bb36-4550-a45f-5f63ec5a6a0c","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/dasha-change"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"70036a82-80b3-4d2f-9ce4-2cb5a560039a","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/dasha-change"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"575ed47b-5bce-481a-90ba-af653a2f31af"},{"name":"Register Mahadasha-End Webhook","id":"239c9e44-442b-45a6-8378-af6eca5515c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/mahadasha-end","description":"<p>Fires N days before a Vimshottari mahadasha ends.</p>\n","urlObject":{"path":["webhooks","mahadasha-end"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"05cbab89-58ed-4f1c-9961-eb37e6c777fd","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/mahadasha-end"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"id\": 48,\n    \"event\": \"mahadasha-end\"\n  }\n}"},{"id":"99bf7169-e60e-44be-9cdc-f757d6f892f4","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/mahadasha-end"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"1b618b9a-17ed-4cae-960b-82ef9faba8a7","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/mahadasha-end"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"239c9e44-442b-45a6-8378-af6eca5515c7"},{"name":"Register VOC-Start Webhook","id":"6d899ad6-bd86-43e4-ada1-4bb2f4632399","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/void-of-course-start","description":"<p>Fires at the start of every VOC Moon period.</p>\n","urlObject":{"path":["webhooks","void-of-course-start"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"346c62b7-d3dd-45f9-a4fe-f9690fa9313f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/void-of-course-start"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"id\": 49,\n    \"event\": \"void-of-course-start\"\n  }\n}"},{"id":"a4759d99-e062-4cef-bb5c-451ccf52be30","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/void-of-course-start"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"e494e998-d504-4f98-8061-4747bffa65fa","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/void-of-course-start"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"6d899ad6-bd86-43e4-ada1-4bb2f4632399"},{"name":"Register Planetary-Hour-Tick Webhook","id":"6084a796-0a7a-4566-a321-a895c852a7fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/planetary-hour-tick","description":"<p>Fires at every planetary hour boundary (24/day).</p>\n","urlObject":{"path":["webhooks","planetary-hour-tick"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"a2064fad-153c-43f9-a44e-9b9dfecabeed","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/planetary-hour-tick"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"id\": 50,\n    \"event\": \"planetary-hour-tick\"\n  }\n}"},{"id":"16bfff28-14c8-4e5b-aa74-200bd06fb833","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/planetary-hour-tick"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"1a2b97cc-b26b-4974-b238-3d783dbb0178","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/planetary-hour-tick"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"6084a796-0a7a-4566-a321-a895c852a7fc"},{"name":"Register Sign-Ingress Webhook","id":"7dc9980f-be9a-41af-980b-eed2e6569795","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/sign-ingress","description":"<p>Fires when any tracked planet ingresses a new sign.</p>\n","urlObject":{"path":["webhooks","sign-ingress"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"4673dc79-be7f-441a-a0d4-92f971bdb644","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/sign-ingress"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"id\": 51,\n    \"event\": \"sign-ingress\"\n  }\n}"},{"id":"66ab3359-8884-487f-be54-6c0b7b45c907","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/sign-ingress"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"85b5a644-c004-455d-b1c3-ea5fb7d97251","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/hook\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/webhooks/sign-ingress"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"7dc9980f-be9a-41af-980b-eed2e6569795"}],"id":"9bdf6dde-f674-44f8-a832-2a69347c410b","description":"<p>🪝 Webhooks endpoints</p>\n","_postman_id":"9bdf6dde-f674-44f8-a832-2a69347c410b","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"AI & MCP","item":[{"name":"AI Chat (RAG over chart)","id":"d6afe9b0-ecd4-48b6-931f-cbf5db7e505a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"message\": \"What does my Saturn placement mean?\",\n  \"chart\": {\n    \"...\": \"...\"\n  },\n  \"language\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ai/chat","description":"<p>LLM chat grounded in a natal chart context. Persona-tunable.</p>\n","urlObject":{"path":["ai","chat"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"31e61ddb-aecb-4263-8897-6c1c252454be","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"message\": \"What does my Saturn placement mean?\",\n  \"chart\": {\n    \"...\": \"...\"\n  },\n  \"language\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ai/chat"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"reply\": \"Saturn in your...\",\n    \"model\": \"...\"\n  }\n}"},{"id":"f67fa342-305b-4057-a4cc-fea9564912ab","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"message\": \"What does my Saturn placement mean?\",\n  \"chart\": {\n    \"...\": \"...\"\n  },\n  \"language\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ai/chat"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"f73d34db-cc5d-415d-b52c-e9d78aba5970","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"message\": \"What does my Saturn placement mean?\",\n  \"chart\": {\n    \"...\": \"...\"\n  },\n  \"language\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ai/chat"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"d6afe9b0-ecd4-48b6-931f-cbf5db7e505a"},{"name":"Explain Aspect","id":"07fc264b-cd1d-458c-a5ae-3e6679e794ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"planet1\": \"Saturn\",\n  \"planet2\": \"Moon\",\n  \"aspect\": \"square\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ai/explain-aspect","description":"<p>Detailed explanation of an aspect between two planets.</p>\n","urlObject":{"path":["ai","explain-aspect"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"d1291182-b2d0-4f2a-a686-b4ed244a43dd","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"planet1\": \"Saturn\",\n  \"planet2\": \"Moon\",\n  \"aspect\": \"square\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ai/explain-aspect"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"explanation\": \"...\"\n  }\n}"},{"id":"00c506ab-9e8c-48b7-b13e-5df8ca906174","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"planet1\": \"Saturn\",\n  \"planet2\": \"Moon\",\n  \"aspect\": \"square\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ai/explain-aspect"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"15e813ae-3dca-4ac4-8091-86240a195342","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"planet1\": \"Saturn\",\n  \"planet2\": \"Moon\",\n  \"aspect\": \"square\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ai/explain-aspect"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"07fc264b-cd1d-458c-a5ae-3e6679e794ab"},{"name":"Explain Transit","id":"9fceb707-efb1-4354-82f1-a46145e0db3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transitPlanet\": \"Saturn\",\n  \"natalPlanet\": \"Sun\",\n  \"aspect\": \"conjunction\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ai/explain-transit","description":"<p>Explain a current transit hitting your natal chart.</p>\n","urlObject":{"path":["ai","explain-transit"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"487e850f-7a15-4a66-9310-d69984f946ae","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transitPlanet\": \"Saturn\",\n  \"natalPlanet\": \"Sun\",\n  \"aspect\": \"conjunction\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ai/explain-transit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"explanation\": \"...\"\n  }\n}"},{"id":"5669fad4-01ab-4f52-b069-3bd3090c0027","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transitPlanet\": \"Saturn\",\n  \"natalPlanet\": \"Sun\",\n  \"aspect\": \"conjunction\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ai/explain-transit"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"3de77d37-7df5-4cca-8678-026ae568f047","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transitPlanet\": \"Saturn\",\n  \"natalPlanet\": \"Sun\",\n  \"aspect\": \"conjunction\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ai/explain-transit"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"9fceb707-efb1-4354-82f1-a46145e0db3a"},{"name":"Comparison Coach","id":"40776669-83c1-41ac-a3de-401a7999ea70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chartA\": {\n    \"...\": \"...\"\n  },\n  \"chartB\": {\n    \"...\": \"...\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ai/comparison-coach","description":"<p>Coach two charts on relationship dynamics.</p>\n","urlObject":{"path":["ai","comparison-coach"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"f2962fb3-a94d-43f9-b2fc-b1fb5f10a480","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chartA\": {\n    \"...\": \"...\"\n  },\n  \"chartB\": {\n    \"...\": \"...\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ai/comparison-coach"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"coaching\": \"...\"\n  }\n}"},{"id":"eec948f3-aeea-4587-8b7e-acaaf3e05969","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chartA\": {\n    \"...\": \"...\"\n  },\n  \"chartB\": {\n    \"...\": \"...\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ai/comparison-coach"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"65b1a9f0-d0fb-4988-b46c-e032a6c92110","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chartA\": {\n    \"...\": \"...\"\n  },\n  \"chartB\": {\n    \"...\": \"...\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/ai/comparison-coach"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"40776669-83c1-41ac-a3de-401a7999ea70"},{"name":"MCP Tools List","id":"cfadcdf7-70c4-486c-b545-a93de863a86e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/mcp/tools-list","description":"<p>Auto-generated tool manifest for MCP clients (modelcontextprotocol/2025-03 spec).</p>\n","urlObject":{"path":["mcp","tools-list"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"c0d548b7-763a-443c-a1ae-55a6a8fbf438","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/mcp/tools-list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"e75b3a46-a3f2-4221-8603-dc34312becca","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/mcp/tools-list"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"843d2c81-7ea2-4b10-a0e5-82938423485e","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/mcp/tools-list"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"cfadcdf7-70c4-486c-b545-a93de863a86e"},{"name":"MCP Streaming Chat","id":"d78aebbb-adc5-422d-9e50-4d9fc4a9d90a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"message\": \"...\",\n  \"chart\": {\n    \"...\": \"...\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mcp/streaming","description":"<p>Server-Sent Events streaming chat completion with optional chart context.</p>\n","urlObject":{"path":["mcp","streaming"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"71189ca5-c172-47d4-80d6-70a92071d05c","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"message\": \"...\",\n  \"chart\": {\n    \"...\": \"...\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mcp/streaming"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"2eb9d24f-6666-4bcb-bce3-9e0cda03070e","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"message\": \"...\",\n  \"chart\": {\n    \"...\": \"...\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mcp/streaming"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"ae1939c1-0664-43bb-b9ba-af16ad634ba9","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"message\": \"...\",\n  \"chart\": {\n    \"...\": \"...\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mcp/streaming"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"d78aebbb-adc5-422d-9e50-4d9fc4a9d90a"},{"name":"MCP Multi-Chart Context","id":"5c2622e4-7576-4f8c-934d-96ef106afc78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"inputs\": [\n    {\n      \"date\": \"4382-62-33\",\n      \"time\": \"17:94:69\",\n      \"timezoneOffset\": 0,\n      \"latitude\": 0,\n      \"longitude\": 0,\n      \"houseSystem\": \"P\",\n      \"name\": \"\",\n      \"city\": \"\",\n      \"zodiacType\": \"tropical\",\n      \"ayanamsaId\": 5992.10547713839,\n      \"cosmogram\": false\n    },\n    {\n      \"date\": \"0624-21-12\",\n      \"time\": \"37:54:24\",\n      \"timezoneOffset\": 0,\n      \"latitude\": 0,\n      \"longitude\": 0,\n      \"houseSystem\": \"P\",\n      \"name\": \"\",\n      \"city\": \"\",\n      \"zodiacType\": \"tropical\",\n      \"ayanamsaId\": 7838.074320783457,\n      \"cosmogram\": false\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mcp/multi-chart-context","description":"<p>Compact context for MCP agents working across multiple charts.</p>\n","urlObject":{"path":["mcp","multi-chart-context"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"9b9fb7d8-65fd-4984-b4ce-e79a71690647","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"inputs\": [\n    {\n      \"date\": \"4382-62-33\",\n      \"time\": \"17:94:69\",\n      \"timezoneOffset\": 0,\n      \"latitude\": 0,\n      \"longitude\": 0,\n      \"houseSystem\": \"P\",\n      \"name\": \"\",\n      \"city\": \"\",\n      \"zodiacType\": \"tropical\",\n      \"ayanamsaId\": 5992.10547713839,\n      \"cosmogram\": false\n    },\n    {\n      \"date\": \"0624-21-12\",\n      \"time\": \"37:54:24\",\n      \"timezoneOffset\": 0,\n      \"latitude\": 0,\n      \"longitude\": 0,\n      \"houseSystem\": \"P\",\n      \"name\": \"\",\n      \"city\": \"\",\n      \"zodiacType\": \"tropical\",\n      \"ayanamsaId\": 7838.074320783457,\n      \"cosmogram\": false\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mcp/multi-chart-context"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"1218fd51-0a72-409d-bcaa-d5a3d37a811b","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"inputs\": [\n    {\n      \"date\": \"4382-62-33\",\n      \"time\": \"17:94:69\",\n      \"timezoneOffset\": 0,\n      \"latitude\": 0,\n      \"longitude\": 0,\n      \"houseSystem\": \"P\",\n      \"name\": \"\",\n      \"city\": \"\",\n      \"zodiacType\": \"tropical\",\n      \"ayanamsaId\": 5992.10547713839,\n      \"cosmogram\": false\n    },\n    {\n      \"date\": \"0624-21-12\",\n      \"time\": \"37:54:24\",\n      \"timezoneOffset\": 0,\n      \"latitude\": 0,\n      \"longitude\": 0,\n      \"houseSystem\": \"P\",\n      \"name\": \"\",\n      \"city\": \"\",\n      \"zodiacType\": \"tropical\",\n      \"ayanamsaId\": 7838.074320783457,\n      \"cosmogram\": false\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mcp/multi-chart-context"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"46a971a3-3913-4f4d-8e78-e3d2937e97b6","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"inputs\": [\n    {\n      \"date\": \"4382-62-33\",\n      \"time\": \"17:94:69\",\n      \"timezoneOffset\": 0,\n      \"latitude\": 0,\n      \"longitude\": 0,\n      \"houseSystem\": \"P\",\n      \"name\": \"\",\n      \"city\": \"\",\n      \"zodiacType\": \"tropical\",\n      \"ayanamsaId\": 5992.10547713839,\n      \"cosmogram\": false\n    },\n    {\n      \"date\": \"0624-21-12\",\n      \"time\": \"37:54:24\",\n      \"timezoneOffset\": 0,\n      \"latitude\": 0,\n      \"longitude\": 0,\n      \"houseSystem\": \"P\",\n      \"name\": \"\",\n      \"city\": \"\",\n      \"zodiacType\": \"tropical\",\n      \"ayanamsaId\": 7838.074320783457,\n      \"cosmogram\": false\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mcp/multi-chart-context"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"5c2622e4-7576-4f8c-934d-96ef106afc78"}],"id":"9eaff879-dfe3-46a8-b7da-ff39db152922","description":"<p>🤖 AI &amp; MCP endpoints</p>\n","_postman_id":"9eaff879-dfe3-46a8-b7da-ff39db152922","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Family Astrology","item":[{"name":"Saturn Return Cycles","id":"1b965172-f386-489e-a978-4ed2dddf13b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"members\": [\n    {\n      \"date\": \"4476-56-77\",\n      \"time\": \"66:73:81\",\n      \"timezoneOffset\": 0,\n      \"latitude\": 0,\n      \"longitude\": 0,\n      \"houseSystem\": \"P\",\n      \"name\": \"\",\n      \"city\": \"\",\n      \"zodiacType\": \"sidereal\",\n      \"ayanamsaId\": 7064.552213169854,\n      \"cosmogram\": true,\n      \"role\": \"sibling\"\n    },\n    {\n      \"date\": \"8160-27-04\",\n      \"time\": \"50:45:94\",\n      \"timezoneOffset\": 0,\n      \"latitude\": 0,\n      \"longitude\": 0,\n      \"houseSystem\": \"P\",\n      \"name\": \"\",\n      \"city\": \"\",\n      \"zodiacType\": \"sidereal\",\n      \"ayanamsaId\": 7584.290642845653,\n      \"cosmogram\": false,\n      \"role\": \"child\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/family/saturn-return-cycles","description":"<p>Saturn return timing across a family cohort.</p>\n","urlObject":{"path":["family","saturn-return-cycles"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"4abd8136-ad11-4fa8-94d0-e38766875b32","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"members\": [\n    {\n      \"date\": \"4476-56-77\",\n      \"time\": \"66:73:81\",\n      \"timezoneOffset\": 0,\n      \"latitude\": 0,\n      \"longitude\": 0,\n      \"houseSystem\": \"P\",\n      \"name\": \"\",\n      \"city\": \"\",\n      \"zodiacType\": \"sidereal\",\n      \"ayanamsaId\": 7064.552213169854,\n      \"cosmogram\": true,\n      \"role\": \"sibling\"\n    },\n    {\n      \"date\": \"8160-27-04\",\n      \"time\": \"50:45:94\",\n      \"timezoneOffset\": 0,\n      \"latitude\": 0,\n      \"longitude\": 0,\n      \"houseSystem\": \"P\",\n      \"name\": \"\",\n      \"city\": \"\",\n      \"zodiacType\": \"sidereal\",\n      \"ayanamsaId\": 7584.290642845653,\n      \"cosmogram\": false,\n      \"role\": \"child\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/family/saturn-return-cycles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"982f66ad-3f13-4143-8612-db861aa90d73","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"members\": [\n    {\n      \"date\": \"4476-56-77\",\n      \"time\": \"66:73:81\",\n      \"timezoneOffset\": 0,\n      \"latitude\": 0,\n      \"longitude\": 0,\n      \"houseSystem\": \"P\",\n      \"name\": \"\",\n      \"city\": \"\",\n      \"zodiacType\": \"sidereal\",\n      \"ayanamsaId\": 7064.552213169854,\n      \"cosmogram\": true,\n      \"role\": \"sibling\"\n    },\n    {\n      \"date\": \"8160-27-04\",\n      \"time\": \"50:45:94\",\n      \"timezoneOffset\": 0,\n      \"latitude\": 0,\n      \"longitude\": 0,\n      \"houseSystem\": \"P\",\n      \"name\": \"\",\n      \"city\": \"\",\n      \"zodiacType\": \"sidereal\",\n      \"ayanamsaId\": 7584.290642845653,\n      \"cosmogram\": false,\n      \"role\": \"child\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/family/saturn-return-cycles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"edbfe096-439f-4c79-b14f-f6797cbd681e","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"members\": [\n    {\n      \"date\": \"4476-56-77\",\n      \"time\": \"66:73:81\",\n      \"timezoneOffset\": 0,\n      \"latitude\": 0,\n      \"longitude\": 0,\n      \"houseSystem\": \"P\",\n      \"name\": \"\",\n      \"city\": \"\",\n      \"zodiacType\": \"sidereal\",\n      \"ayanamsaId\": 7064.552213169854,\n      \"cosmogram\": true,\n      \"role\": \"sibling\"\n    },\n    {\n      \"date\": \"8160-27-04\",\n      \"time\": \"50:45:94\",\n      \"timezoneOffset\": 0,\n      \"latitude\": 0,\n      \"longitude\": 0,\n      \"houseSystem\": \"P\",\n      \"name\": \"\",\n      \"city\": \"\",\n      \"zodiacType\": \"sidereal\",\n      \"ayanamsaId\": 7584.290642845653,\n      \"cosmogram\": false,\n      \"role\": \"child\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/family/saturn-return-cycles"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"1b965172-f386-489e-a978-4ed2dddf13b3"},{"name":"Parent-Child Deep","id":"9cf2f290-9b0b-4a35-85d2-16dfc62f8322","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"parent\": {\n    \"date\": \"1293-98-81\",\n    \"time\": \"32:13:95\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 7841.089861528656,\n    \"cosmogram\": false\n  },\n  \"child\": {\n    \"date\": \"6753-74-53\",\n    \"time\": \"54:86:16\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 569.6294499865573,\n    \"cosmogram\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/family/parent-child-deep","description":"<p>Deep parent-child synastry analysis.</p>\n","urlObject":{"path":["family","parent-child-deep"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"4f9f3a8c-3eab-4027-bdab-ee25ff9303e5","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"parent\": {\n    \"date\": \"1293-98-81\",\n    \"time\": \"32:13:95\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 7841.089861528656,\n    \"cosmogram\": false\n  },\n  \"child\": {\n    \"date\": \"6753-74-53\",\n    \"time\": \"54:86:16\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 569.6294499865573,\n    \"cosmogram\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/family/parent-child-deep"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"c7537609-eec5-46a5-b603-43ec9e455ada","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"parent\": {\n    \"date\": \"1293-98-81\",\n    \"time\": \"32:13:95\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 7841.089861528656,\n    \"cosmogram\": false\n  },\n  \"child\": {\n    \"date\": \"6753-74-53\",\n    \"time\": \"54:86:16\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 569.6294499865573,\n    \"cosmogram\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/family/parent-child-deep"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"72b50e91-2338-46eb-92a2-7b937953c0c1","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"parent\": {\n    \"date\": \"1293-98-81\",\n    \"time\": \"32:13:95\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 7841.089861528656,\n    \"cosmogram\": false\n  },\n  \"child\": {\n    \"date\": \"6753-74-53\",\n    \"time\": \"54:86:16\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 569.6294499865573,\n    \"cosmogram\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/family/parent-child-deep"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"9cf2f290-9b0b-4a35-85d2-16dfc62f8322"},{"name":"Genogram","id":"dbeda157-f501-41ed-b55e-891b51143d58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"grandparent\": {\n    \"date\": \"7241-61-28\",\n    \"time\": \"12:11:85\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 7981.489481523571,\n    \"cosmogram\": false\n  },\n  \"parent\": {\n    \"date\": \"7933-90-16\",\n    \"time\": \"31:97:79\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 4153.54643361237,\n    \"cosmogram\": false\n  },\n  \"child\": {\n    \"date\": \"7050-14-07\",\n    \"time\": \"94:82:34\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 7502.279921762478,\n    \"cosmogram\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/family/genogram","description":"<p>Multi-generational family pattern map.</p>\n","urlObject":{"path":["family","genogram"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"d4120017-1c40-4de8-83bf-5d3d9d16ba3d","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"grandparent\": {\n    \"date\": \"7241-61-28\",\n    \"time\": \"12:11:85\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 7981.489481523571,\n    \"cosmogram\": false\n  },\n  \"parent\": {\n    \"date\": \"7933-90-16\",\n    \"time\": \"31:97:79\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 4153.54643361237,\n    \"cosmogram\": false\n  },\n  \"child\": {\n    \"date\": \"7050-14-07\",\n    \"time\": \"94:82:34\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 7502.279921762478,\n    \"cosmogram\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/family/genogram"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"genogram\": {}\n  }\n}"},{"id":"a72346c8-5442-48ee-a46a-e80332dcf296","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"grandparent\": {\n    \"date\": \"7241-61-28\",\n    \"time\": \"12:11:85\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 7981.489481523571,\n    \"cosmogram\": false\n  },\n  \"parent\": {\n    \"date\": \"7933-90-16\",\n    \"time\": \"31:97:79\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 4153.54643361237,\n    \"cosmogram\": false\n  },\n  \"child\": {\n    \"date\": \"7050-14-07\",\n    \"time\": \"94:82:34\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 7502.279921762478,\n    \"cosmogram\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/family/genogram"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"329f5e0b-234f-4661-9c2b-b0fce045d7dc","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"grandparent\": {\n    \"date\": \"7241-61-28\",\n    \"time\": \"12:11:85\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 7981.489481523571,\n    \"cosmogram\": false\n  },\n  \"parent\": {\n    \"date\": \"7933-90-16\",\n    \"time\": \"31:97:79\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 4153.54643361237,\n    \"cosmogram\": false\n  },\n  \"child\": {\n    \"date\": \"7050-14-07\",\n    \"time\": \"94:82:34\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 7502.279921762478,\n    \"cosmogram\": false\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/family/genogram"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"dbeda157-f501-41ed-b55e-891b51143d58"},{"name":"Sibling Dynamics","id":"dc2023b1-fd56-4ce7-ae39-69695feffd69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sibling1\": {\n    \"date\": \"2948-89-27\",\n    \"time\": \"11:02:26\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 9822.547479140425,\n    \"cosmogram\": false\n  },\n  \"sibling2\": {\n    \"date\": \"3641-52-08\",\n    \"time\": \"48:07:20\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 3410.167832777988,\n    \"cosmogram\": true\n  },\n  \"parent\": {\n    \"date\": \"8607-75-35\",\n    \"time\": \"92:74:44\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 5970.167432459745,\n    \"cosmogram\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/family/sibling-dynamics","description":"<p>Inter-sibling synastry and dynamics.</p>\n","urlObject":{"path":["family","sibling-dynamics"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"67c8ace3-cfd2-4e99-88ff-3442d3355854","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sibling1\": {\n    \"date\": \"2948-89-27\",\n    \"time\": \"11:02:26\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 9822.547479140425,\n    \"cosmogram\": false\n  },\n  \"sibling2\": {\n    \"date\": \"3641-52-08\",\n    \"time\": \"48:07:20\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 3410.167832777988,\n    \"cosmogram\": true\n  },\n  \"parent\": {\n    \"date\": \"8607-75-35\",\n    \"time\": \"92:74:44\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 5970.167432459745,\n    \"cosmogram\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/family/sibling-dynamics"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"66cc9d54-bc6f-4c0e-98ac-8580a56598ce","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sibling1\": {\n    \"date\": \"2948-89-27\",\n    \"time\": \"11:02:26\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 9822.547479140425,\n    \"cosmogram\": false\n  },\n  \"sibling2\": {\n    \"date\": \"3641-52-08\",\n    \"time\": \"48:07:20\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 3410.167832777988,\n    \"cosmogram\": true\n  },\n  \"parent\": {\n    \"date\": \"8607-75-35\",\n    \"time\": \"92:74:44\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 5970.167432459745,\n    \"cosmogram\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/family/sibling-dynamics"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"ba7e3926-6f2e-4189-b5a7-f59f554baf5f","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sibling1\": {\n    \"date\": \"2948-89-27\",\n    \"time\": \"11:02:26\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 9822.547479140425,\n    \"cosmogram\": false\n  },\n  \"sibling2\": {\n    \"date\": \"3641-52-08\",\n    \"time\": \"48:07:20\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 3410.167832777988,\n    \"cosmogram\": true\n  },\n  \"parent\": {\n    \"date\": \"8607-75-35\",\n    \"time\": \"92:74:44\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"tropical\",\n    \"ayanamsaId\": 5970.167432459745,\n    \"cosmogram\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/family/sibling-dynamics"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"dc2023b1-fd56-4ce7-ae39-69695feffd69"},{"name":"Family System Pattern","id":"1ba5b66f-e71c-41af-b552-db2c2417b573","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"members\": [\n    {\n      \"date\": \"4476-56-77\",\n      \"time\": \"66:73:81\",\n      \"timezoneOffset\": 0,\n      \"latitude\": 0,\n      \"longitude\": 0,\n      \"houseSystem\": \"P\",\n      \"name\": \"\",\n      \"city\": \"\",\n      \"zodiacType\": \"sidereal\",\n      \"ayanamsaId\": 7064.552213169854,\n      \"cosmogram\": true,\n      \"role\": \"sibling\"\n    },\n    {\n      \"date\": \"8160-27-04\",\n      \"time\": \"50:45:94\",\n      \"timezoneOffset\": 0,\n      \"latitude\": 0,\n      \"longitude\": 0,\n      \"houseSystem\": \"P\",\n      \"name\": \"\",\n      \"city\": \"\",\n      \"zodiacType\": \"sidereal\",\n      \"ayanamsaId\": 7584.290642845653,\n      \"cosmogram\": false,\n      \"role\": \"child\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/family/system-pattern","description":"<p>System-level family astrological signatures.</p>\n","urlObject":{"path":["family","system-pattern"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"5fb77840-7530-4b4b-b068-6a97d6db92a6","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"members\": [\n    {\n      \"date\": \"4476-56-77\",\n      \"time\": \"66:73:81\",\n      \"timezoneOffset\": 0,\n      \"latitude\": 0,\n      \"longitude\": 0,\n      \"houseSystem\": \"P\",\n      \"name\": \"\",\n      \"city\": \"\",\n      \"zodiacType\": \"sidereal\",\n      \"ayanamsaId\": 7064.552213169854,\n      \"cosmogram\": true,\n      \"role\": \"sibling\"\n    },\n    {\n      \"date\": \"8160-27-04\",\n      \"time\": \"50:45:94\",\n      \"timezoneOffset\": 0,\n      \"latitude\": 0,\n      \"longitude\": 0,\n      \"houseSystem\": \"P\",\n      \"name\": \"\",\n      \"city\": \"\",\n      \"zodiacType\": \"sidereal\",\n      \"ayanamsaId\": 7584.290642845653,\n      \"cosmogram\": false,\n      \"role\": \"child\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/family/system-pattern"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"996fdb9d-237e-4775-b92f-3ad862865b8a","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"members\": [\n    {\n      \"date\": \"4476-56-77\",\n      \"time\": \"66:73:81\",\n      \"timezoneOffset\": 0,\n      \"latitude\": 0,\n      \"longitude\": 0,\n      \"houseSystem\": \"P\",\n      \"name\": \"\",\n      \"city\": \"\",\n      \"zodiacType\": \"sidereal\",\n      \"ayanamsaId\": 7064.552213169854,\n      \"cosmogram\": true,\n      \"role\": \"sibling\"\n    },\n    {\n      \"date\": \"8160-27-04\",\n      \"time\": \"50:45:94\",\n      \"timezoneOffset\": 0,\n      \"latitude\": 0,\n      \"longitude\": 0,\n      \"houseSystem\": \"P\",\n      \"name\": \"\",\n      \"city\": \"\",\n      \"zodiacType\": \"sidereal\",\n      \"ayanamsaId\": 7584.290642845653,\n      \"cosmogram\": false,\n      \"role\": \"child\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/family/system-pattern"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"39f0940e-e03f-4e7e-80a1-131c2c79079c","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"members\": [\n    {\n      \"date\": \"4476-56-77\",\n      \"time\": \"66:73:81\",\n      \"timezoneOffset\": 0,\n      \"latitude\": 0,\n      \"longitude\": 0,\n      \"houseSystem\": \"P\",\n      \"name\": \"\",\n      \"city\": \"\",\n      \"zodiacType\": \"sidereal\",\n      \"ayanamsaId\": 7064.552213169854,\n      \"cosmogram\": true,\n      \"role\": \"sibling\"\n    },\n    {\n      \"date\": \"8160-27-04\",\n      \"time\": \"50:45:94\",\n      \"timezoneOffset\": 0,\n      \"latitude\": 0,\n      \"longitude\": 0,\n      \"houseSystem\": \"P\",\n      \"name\": \"\",\n      \"city\": \"\",\n      \"zodiacType\": \"sidereal\",\n      \"ayanamsaId\": 7584.290642845653,\n      \"cosmogram\": false,\n      \"role\": \"child\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/family/system-pattern"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"1ba5b66f-e71c-41af-b552-db2c2417b573"}],"id":"2414f9ae-64ee-4641-b0ac-fdf4ce7107f9","description":"<p>👨‍👩‍👧 Family Astrology endpoints</p>\n","_postman_id":"2414f9ae-64ee-4641-b0ac-fdf4ce7107f9","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Hellenistic — Brennan tradition","item":[{"name":"ZR from Spirit","id":"855508ed-161a-40b3-93ad-c6a09c0b81ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/zodiacal-releasing-spirit","description":"<p>Zodiacal Releasing from Lot of Spirit — career/action periods.</p>\n","urlObject":{"path":["hellenistic","brennan","zodiacal-releasing-spirit"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"6388f7a3-e6fc-4c01-9452-81a322b55bc7","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/zodiacal-releasing-spirit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"currentPeriod\": {}\n  }\n}"},{"id":"e5e09a79-2d8e-4b6f-81dd-a3c7ec01ded9","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/zodiacal-releasing-spirit"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"2055cfde-bcc5-4fca-8abd-bc8560256f76","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/zodiacal-releasing-spirit"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"855508ed-161a-40b3-93ad-c6a09c0b81ad"},{"name":"ZR from Fortune","id":"1ddf49ba-dd3a-4fd2-b345-81cfd1c94fb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/zodiacal-releasing-fortune","description":"<p>Zodiacal Releasing from Lot of Fortune — body/livelihood periods.</p>\n","urlObject":{"path":["hellenistic","brennan","zodiacal-releasing-fortune"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"3f6109a0-e56b-4839-aaf6-7f1ff3904c15","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/zodiacal-releasing-fortune"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"1ae1180f-7a87-4832-bf4f-817f6cda7ef6","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/zodiacal-releasing-fortune"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"2089d7ec-09fe-4dff-9aba-75e7dd453913","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/zodiacal-releasing-fortune"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"1ddf49ba-dd3a-4fd2-b345-81cfd1c94fb8"},{"name":"ZR Loosing of Bond","id":"3a242fb4-e998-4961-889d-bf47ab00e3b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/zr-loosing-of-bond","description":"<p>Loosing of Bond detection within ZR sequence.</p>\n","urlObject":{"path":["hellenistic","brennan","zr-loosing-of-bond"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"905bd7fe-6e84-438f-a066-370fb4358466","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/zr-loosing-of-bond"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"be305592-c9a6-420c-b197-e704bb3510e1","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/zr-loosing-of-bond"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"40c1b397-3fb3-440b-ba2f-a46634092af7","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/zr-loosing-of-bond"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"3a242fb4-e998-4961-889d-bf47ab00e3b2"},{"name":"ZR Peak Periods","id":"1fc91ec5-e674-47d2-9cee-683b441ffe70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/zr-peak-periods","description":"<p>Peak periods in ZR (angular signs from Lot).</p>\n","urlObject":{"path":["hellenistic","brennan","zr-peak-periods"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"1e43e147-324c-47cb-b8d7-8eff8e3f124d","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/zr-peak-periods"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"23df9086-f983-401c-a0d0-ac83d540d8f7","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/zr-peak-periods"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"f001cfef-1079-4f82-9fbe-e3c8d1095e4d","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/zr-peak-periods"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"1fc91ec5-e674-47d2-9cee-683b441ffe70"},{"name":"15 Hermetic Lots","id":"74b5792b-aa0e-4ab8-b36e-687cd36c1a68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/lots-15","description":"<p>All 15 Hermetic Lots per Brennan §11.</p>\n","urlObject":{"path":["hellenistic","brennan","lots-15"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"46235e2e-9d5d-4eb9-9dd1-20e15591bab5","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/lots-15"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"ec37ff8e-6a83-4f40-bf16-deb93c2b4367","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/lots-15"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"5f8a8cec-6d5b-418c-865c-28c53492bf25","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/lots-15"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"74b5792b-aa0e-4ab8-b36e-687cd36c1a68"},{"name":"Profections Detail","id":"3cd9c438-6f2f-4ec3-b9d5-8b0f84c72949","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\",\n  \"age\": 35\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/profections-detail","description":"<p>Annual profection year-lord with full classical condition.</p>\n","urlObject":{"path":["hellenistic","brennan","profections-detail"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"a53f6472-3b9d-4294-93d1-6ecd655a3d57","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\",\n  \"age\": 35\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/profections-detail"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"profection\": {}\n  }\n}"},{"id":"5edc93a9-f7d4-42d2-baa7-9e6a5025dc29","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\",\n  \"age\": 35\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/profections-detail"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"d2f0bedb-af5b-4ca1-b699-8c35aa1b3c9d","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\",\n  \"age\": 35\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/profections-detail"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"3cd9c438-6f2f-4ec3-b9d5-8b0f84c72949"},{"name":"Time-Lord Stack","id":"4e94d8ac-e189-44f0-9b80-e2a52cf81625","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\",\n  \"date\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/time-lord-stack","description":"<p>Combined stack of profection + ZR + decennials for a date.</p>\n","urlObject":{"path":["hellenistic","brennan","time-lord-stack"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"ca71bdf1-f222-4a13-9d78-13ceeba8f274","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\",\n  \"date\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/time-lord-stack"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"stack\": {}\n  }\n}"},{"id":"02daf5ee-4143-49f0-b5b6-08c466117aa6","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\",\n  \"date\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/time-lord-stack"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"2a930b1a-b136-4e3e-8d0d-e17cb0b17d1d","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\",\n  \"date\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/time-lord-stack"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"4e94d8ac-e189-44f0-9b80-e2a52cf81625"},{"name":"Joys of Planets","id":"8f174cf1-063d-4cbd-a609-ff9c94c3f448","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/joys-of-planets","description":"<p>Classical planetary joys (Sun-Leo-9th, etc.).</p>\n","urlObject":{"path":["hellenistic","brennan","joys-of-planets"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"1b9fe8f2-ab18-4900-8e4b-9d4fc641ef54","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/joys-of-planets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"a154d8ad-2e51-47ea-bfb8-eaea07879980","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/joys-of-planets"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"1a1fb3a0-2859-4ca4-b529-c7ab61de2496","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/joys-of-planets"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"8f174cf1-063d-4cbd-a609-ff9c94c3f448"},{"name":"Triplicity Rulers","id":"77528f78-ff09-4f33-b630-8042a6363a60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/triplicity-rulers","description":"<p>Dorothean triplicity rulers (day/night/common).</p>\n","urlObject":{"path":["hellenistic","brennan","triplicity-rulers"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"40e27c75-a3ec-4331-9f4e-df4d08868c21","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/triplicity-rulers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"de78a13c-c573-4bd5-ad84-3fdf2a4fbf35","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/triplicity-rulers"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"7c7f5bad-24da-431b-81de-7a65ddf959a8","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/triplicity-rulers"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"77528f78-ff09-4f33-b630-8042a6363a60"},{"name":"Bonifications/Maltreatments","id":"cd4dd198-f15c-46af-86a1-defcfed58ada","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/bonifications-maltreatments","description":"<p>Planet conditions per Valens — 9 categories.</p>\n","urlObject":{"path":["hellenistic","brennan","bonifications-maltreatments"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"cbdb6e4c-64cd-4b92-885f-6b47052cd55a","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/bonifications-maltreatments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"5dcf4ec7-ddfc-48b2-9104-2acb5598cf8f","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/bonifications-maltreatments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"fab7ac6a-1bfb-449d-804d-5fe955dc0b50","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/brennan/bonifications-maltreatments"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"cd4dd198-f15c-46af-86a1-defcfed58ada"}],"id":"8c545b71-297a-4d0f-a2fe-def7fd637c89","description":"<p>🏛️ Hellenistic — Brennan tradition endpoints</p>\n","_postman_id":"8c545b71-297a-4d0f-a2fe-def7fd637c89","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Hellenistic — Hand tradition","item":[{"name":"Lots of Seven","id":"f630aef7-6a97-437d-9233-1471993da3bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/lots-of-seven","description":"<p>Seven primary Lots per Hand.</p>\n","urlObject":{"path":["hellenistic","hand","lots-of-seven"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"2d13e05d-d542-43bf-a46f-f54d4d28ff97","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/lots-of-seven"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"48dd63b1-ded6-4444-a401-ba05a1ce25bc","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/lots-of-seven"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"12ad01d4-a90b-4ffd-be8d-bf327628ef25","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/lots-of-seven"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"f630aef7-6a97-437d-9233-1471993da3bb"},{"name":"Decennials","id":"f678b7d7-95cc-42be-9931-d06896b6a627","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/decennials","description":"<p>Hand's decennial timing technique.</p>\n","urlObject":{"path":["hellenistic","hand","decennials"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"fd4d6422-8b4b-4fac-a2b8-4c70f00be3d8","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/decennials"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"0c97c8b0-8639-4088-807a-f85b1a181c56","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/decennials"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"a163f639-0423-4a70-af14-c4ff8e71fb6e","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/decennials"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"f678b7d7-95cc-42be-9931-d06896b6a627"},{"name":"Perfections","id":"265ea847-bb95-48f5-a5c9-754075511ee6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/perfections","description":"<p>Perfection-of-aspects timing.</p>\n","urlObject":{"path":["hellenistic","hand","perfections"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"a3175803-d2c2-40ce-84bd-3f3a4c9a30ce","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/perfections"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"4902791c-ab31-4aa1-a647-146b676b4481","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/perfections"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"b95f7ab5-dc84-4646-ae45-53a34cbc644d","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/perfections"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"265ea847-bb95-48f5-a5c9-754075511ee6"},{"name":"Sect Strength Score","id":"b3a5cd08-69ad-4b91-aed5-0217808a66bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/sect-strength","description":"<p>Numerical sect-light dignity scoring.</p>\n","urlObject":{"path":["hellenistic","hand","sect-strength"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"7ae44be0-a037-4e6c-b5aa-d729cb466927","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/sect-strength"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"score\": 8\n  }\n}"},{"id":"752fb582-3ef4-4a7c-9d0c-b9880da5ff5e","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/sect-strength"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"e5063973-cfdc-4046-b990-90caedcccd38","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/sect-strength"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"b3a5cd08-69ad-4b91-aed5-0217808a66bf"},{"name":"Critical Degrees","id":"cc82d299-c859-4a7c-bf6e-c7abac82d8ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/critical-degrees","description":"<p>Critical degrees by modality.</p>\n","urlObject":{"path":["hellenistic","hand","critical-degrees"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"cdea58ca-62e9-4d5f-92f5-56bc655100b7","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/critical-degrees"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"742753c6-cb68-4862-ad8c-d4c936011fb1","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/critical-degrees"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"a6affe23-0c2b-4b6e-bfe3-20506dcacde8","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/critical-degrees"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"cc82d299-c859-4a7c-bf6e-c7abac82d8ab"},{"name":"Horoskopos Trine","id":"b1b83ac0-4ef7-4864-93e1-f99639c63b65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/horoscopos-trine","description":"<p>Bodies trining the rising sign.</p>\n","urlObject":{"path":["hellenistic","hand","horoscopos-trine"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"fcab2188-4638-4d8a-bd60-7e75f3cb1df6","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/horoscopos-trine"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"837237af-094f-4c1c-9e21-94b944ae6299","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/horoscopos-trine"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"8f2e499e-7d72-4404-90a7-389b8f2b38dc","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/horoscopos-trine"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"b1b83ac0-4ef7-4864-93e1-f99639c63b65"},{"name":"Quarter Lord","id":"535efff2-d1b6-4eda-8022-a3388f2aeea6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/quarter-lord","description":"<p>Lord of the chart's seasonal quarter.</p>\n","urlObject":{"path":["hellenistic","hand","quarter-lord"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"042ad2ca-f9bb-4e65-b406-97a3dd5341ca","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/quarter-lord"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"lord\": \"Mars\"\n  }\n}"},{"id":"139e77af-2faf-4bda-933f-61bffa4f7225","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/quarter-lord"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"3d27f554-7347-4ffb-83a6-03986a8109a7","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/quarter-lord"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"535efff2-d1b6-4eda-8022-a3388f2aeea6"},{"name":"Decanic Rulers","id":"0a32d1b6-58f3-49bd-800b-19ab27b0a04b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/decanic-rulers","description":"<p>Chaldean decan rulers per planet.</p>\n","urlObject":{"path":["hellenistic","hand","decanic-rulers"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"c70f8803-ac40-4c47-9570-5a2588d0acf3","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/decanic-rulers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"a8a1e071-e074-47bc-9fae-188828dcf254","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/decanic-rulers"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"c9367b31-1817-4d4d-b373-5c0789ce11e0","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/decanic-rulers"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"0a32d1b6-58f3-49bd-800b-19ab27b0a04b"},{"name":"Egyptian Bounds","id":"dd7d3ee4-62be-4eda-ba08-e5ec86c40833","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/bounds","description":"<p>Ptolemaic Egyptian bounds rulers.</p>\n","urlObject":{"path":["hellenistic","hand","bounds"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"2534d53c-d2d6-4a61-bac7-b9873747aacc","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/bounds"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"08f2d361-3ee0-4ec2-9a7b-65e371fd5932","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/bounds"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"bd16a31f-bac2-4992-a3e1-6b198d9fe8e2","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/bounds"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"dd7d3ee4-62be-4eda-ba08-e5ec86c40833"},{"name":"Hyleg Longevity","id":"c3577539-9a69-478b-b99e-aec89e7d5eb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/longevity-hyleg","description":"<p>Tetrabiblos III.10 hyleg + alcocoden.</p>\n","urlObject":{"path":["hellenistic","hand","longevity-hyleg"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"0eb38573-ee05-4eae-b090-da852b1a78e1","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/longevity-hyleg"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"hyleg\": {}\n  }\n}"},{"id":"88c631a9-ec59-4b04-bc94-257503de7b11","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/longevity-hyleg"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"2e6852f2-9a53-43fd-a17e-2009538a6e96","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/hand/longevity-hyleg"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"c3577539-9a69-478b-b99e-aec89e7d5eb3"}],"id":"38cc921e-4e52-4c93-bd99-7f068f85313a","description":"<p>🏛️ Hellenistic — Hand tradition endpoints</p>\n","_postman_id":"38cc921e-4e52-4c93-bd99-7f068f85313a","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Hellenistic — Greenbaum tradition","item":[{"name":"Daimon-Tyche Axis","id":"e0faa3a8-0f23-4a4c-a1b5-5d121c66f0ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/daimon-tyche-axis","description":"<p>Spirit-Fortune axis as primary chart spine.</p>\n","urlObject":{"path":["hellenistic","greenbaum","daimon-tyche-axis"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"8945129a-0bfb-4c89-8ddf-e23b0a858633","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/daimon-tyche-axis"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"axis\": {}\n  }\n}"},{"id":"d474f19a-1b63-4128-8b1b-dd94c6d89aad","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/daimon-tyche-axis"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"00bbb380-a3ea-4bb9-bd46-67f4652bb91c","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/daimon-tyche-axis"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"e0faa3a8-0f23-4a4c-a1b5-5d121c66f0ad"},{"name":"Lot of Eros Detail","id":"118eafbd-bbfd-440b-b8c5-93bf6b54d479","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/lot-of-eros-detail","description":"<p>Eros calculation with conditions analysis.</p>\n","urlObject":{"path":["hellenistic","greenbaum","lot-of-eros-detail"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"2723334d-987c-442e-984c-2046ff47bbfc","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/lot-of-eros-detail"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"eros\": {}\n  }\n}"},{"id":"8ff9320b-abe3-46cd-8269-f8cb556231e9","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/lot-of-eros-detail"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"ba50eb6e-4e18-40f3-80ad-c1d96b1cd77f","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/lot-of-eros-detail"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"118eafbd-bbfd-440b-b8c5-93bf6b54d479"},{"name":"Temple Doctrine","id":"905be5df-0b1e-41d3-9236-1913e966f82c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/temple-doctrine","description":"<p>Temple-house assignments per Greenbaum.</p>\n","urlObject":{"path":["hellenistic","greenbaum","temple-doctrine"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"3560b7da-4774-4df0-9a94-d25dbaca40eb","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/temple-doctrine"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"358568a9-cda4-447a-a1db-1413e175b63d","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/temple-doctrine"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"60472baf-34e1-4ec5-a525-93112f7186ea","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/temple-doctrine"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"905be5df-0b1e-41d3-9236-1913e966f82c"},{"name":"Dodekatemoria","id":"92fa3ded-480d-44fb-9d48-c965d08e9786","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/dodekatemoria","description":"<p>Dodecatemoria sub-divisions of zodiac.</p>\n","urlObject":{"path":["hellenistic","greenbaum","dodekatemoria"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"0d74e3d8-17e6-4295-bc6f-b35e4a4d293c","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/dodekatemoria"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"d3914747-c0f3-4267-ba34-cc6a17414253","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/dodekatemoria"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"aaedb9e1-8513-44ad-84bd-848ee6cdf386","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/dodekatemoria"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"92fa3ded-480d-44fb-9d48-c965d08e9786"},{"name":"Duodecima","id":"db2899c5-4583-4846-90da-fe8ccc07f620","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/duodecima","description":"<p>Duodecima — 2.5° micro-sign per planet.</p>\n","urlObject":{"path":["hellenistic","greenbaum","duodecima"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"f2f17ff6-6f2b-4bbe-a8b5-769cae459ace","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/duodecima"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"3d8bbfe8-5837-4b26-81a1-fa1ead1a422a","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/duodecima"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"911730a7-c5fe-44b4-9aef-baddb9a16480","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/duodecima"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"db2899c5-4583-4846-90da-fe8ccc07f620"},{"name":"Antiscia (Hellenistic)","id":"62fe1ab9-894c-4374-9ea0-499ad293f108","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/antiscia-hellenistic","description":"<p>Solstitial antiscia per Hellenistic conventions.</p>\n","urlObject":{"path":["hellenistic","greenbaum","antiscia-hellenistic"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"6c7554e7-37e0-4a0e-8252-98aaf85e606c","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/antiscia-hellenistic"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"13fe5853-ec11-4067-9829-e5fba37f8662","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/antiscia-hellenistic"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"658da8c5-6ae0-43f7-aeb9-841a496fa29c","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/antiscia-hellenistic"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"62fe1ab9-894c-4374-9ea0-499ad293f108"},{"name":"Contra-Antiscia","id":"73f150bb-7882-4583-aad0-b39e3a09ec68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/contra-antiscia","description":"<p>Equinoctial contra-antiscia.</p>\n","urlObject":{"path":["hellenistic","greenbaum","contra-antiscia"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"d2c2c929-8f35-4702-a361-ffba78d62181","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/contra-antiscia"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"c2f2c453-4e93-4d69-828f-17a550134ac7","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/contra-antiscia"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"9fd06045-021e-4d48-a576-855d1d3f1174","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/contra-antiscia"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"73f150bb-7882-4583-aad0-b39e3a09ec68"},{"name":"Zodiacal Decans","id":"e0f810e3-8380-4492-a410-dab0547d9515","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/zodiacal-decans","description":"<p>Zodiacal decans with attributions.</p>\n","urlObject":{"path":["hellenistic","greenbaum","zodiacal-decans"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"52966df1-f462-4d4a-ba8b-82ac3aec5d72","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/zodiacal-decans"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"12e667f0-c47a-4a04-912d-e5016bf6db87","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/zodiacal-decans"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"01df4e4d-69c8-4742-9866-07f93f997dd2","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/zodiacal-decans"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"e0f810e3-8380-4492-a410-dab0547d9515"},{"name":"Quality of Time","id":"70ec5e39-5a6c-4fce-91bb-87d9612acdc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/quality-of-time","description":"<p>Synchronistic quality of a moment.</p>\n","urlObject":{"path":["hellenistic","greenbaum","quality-of-time"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"16b485d2-550b-4dd6-be57-a020d2314d13","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/quality-of-time"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"quality\": {}\n  }\n}"},{"id":"7295bd28-d949-40bf-a0c8-494f4c7a175c","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/quality-of-time"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"e3a70f3a-ecc7-45ae-b313-2f2cdea4cf1f","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/quality-of-time"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"70ec5e39-5a6c-4fce-91bb-87d9612acdc2"},{"name":"Sphaera Barbarica","id":"9802db16-73aa-4b25-8ead-c830bcf53bd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/sphaera-barbarica","description":"<p>Constellations beyond the zodiac.</p>\n","urlObject":{"path":["hellenistic","greenbaum","sphaera-barbarica"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"81bebd7d-29b1-48bb-9526-9658282562d4","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/sphaera-barbarica"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"2976b753-e0d8-4c25-aec3-6c505b41761f","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/sphaera-barbarica"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"2d4e6806-0357-4e0c-b564-150df7cb17b5","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/greenbaum/sphaera-barbarica"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"9802db16-73aa-4b25-8ead-c830bcf53bd0"}],"id":"9d818319-a91b-4a82-a618-a160ec821703","description":"<p>🏛️ Hellenistic — Greenbaum tradition endpoints</p>\n","_postman_id":"9d818319-a91b-4a82-a618-a160ec821703","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Hellenistic — Schmidt tradition","item":[{"name":"Stoic Elementhood","id":"22295e39-9a59-44c2-a6f7-93245f5655e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/stoic-elementhood","description":"<p>Stoic doctrine of elemental natures.</p>\n","urlObject":{"path":["hellenistic","schmidt","stoic-elementhood"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"9d70eb19-3e93-40e2-895f-df37008311aa","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/stoic-elementhood"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"94a7dd62-7999-4bd4-a244-0edc40f1e875","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/stoic-elementhood"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"28fa7b5c-1177-4197-b1a2-32188658bfb3","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/stoic-elementhood"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"22295e39-9a59-44c2-a6f7-93245f5655e1"},{"name":"Qualities & Quantities","id":"3c4574a0-bb97-4248-8c21-a6a03fe6f1e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/qualities-and-quantities","description":"<p>Qualitative + quantitative analysis.</p>\n","urlObject":{"path":["hellenistic","schmidt","qualities-and-quantities"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"7858bb72-48a8-4059-8258-c173763a2b06","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/qualities-and-quantities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"analysis\": {}\n  }\n}"},{"id":"8f61a555-6e30-448e-9fc5-7d4ff42bda37","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/qualities-and-quantities"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"c1a26dde-02dd-49a8-8238-c8e98532b42d","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/qualities-and-quantities"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"3c4574a0-bb97-4248-8c21-a6a03fe6f1e1"},{"name":"Levels of Causation","id":"b4e2fdf0-0ad1-4693-91bd-da011f5c6234","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/levels-of-causation","description":"<p>Schmidt's causation tiers.</p>\n","urlObject":{"path":["hellenistic","schmidt","levels-of-causation"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"447f116d-249b-4960-a1de-cecc9226808f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/levels-of-causation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"819d26df-8785-4c84-a9bf-9e948ce49449","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/levels-of-causation"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"c22452ce-137c-47fb-a91d-aa1d95cbd64a","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/levels-of-causation"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"b4e2fdf0-0ad1-4693-91bd-da011f5c6234"},{"name":"Lord of Prediction","id":"8961adaf-1c34-4068-a90d-b261321ab552","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/lord-of-prediction","description":"<p>Predictive significator selection.</p>\n","urlObject":{"path":["hellenistic","schmidt","lord-of-prediction"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"d04d5cd1-c09e-404f-a304-5c4df8d0c057","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/lord-of-prediction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"lord\": \"Saturn\"\n  }\n}"},{"id":"8d7296b8-e5f5-48d4-9b51-4e484b4e91e8","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/lord-of-prediction"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"f2c87b2f-0f39-4834-9adf-495599089252","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/lord-of-prediction"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"8961adaf-1c34-4068-a90d-b261321ab552"},{"name":"Stations & Phases","id":"c7be9c84-d241-4fc1-b62c-77ad01fb62e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/stations-and-phases","description":"<p>Heliacal phases and stations.</p>\n","urlObject":{"path":["hellenistic","schmidt","stations-and-phases"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"665af450-1f33-4bca-b465-daa67bd05c25","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/stations-and-phases"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"fbfa6d2c-717e-414f-80bb-a207f3a9e57a","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/stations-and-phases"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"58c66ec7-7bbe-41ca-a8dd-184971beb5e0","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/stations-and-phases"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"c7be9c84-d241-4fc1-b62c-77ad01fb62e5"},{"name":"Morning/Evening Stars","id":"f88a5d9f-9eaf-46a9-b719-5ca9679ec95c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/morning-evening-stars","description":"<p>Morning vs evening star classification.</p>\n","urlObject":{"path":["hellenistic","schmidt","morning-evening-stars"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"ddc6dd01-a771-4fe6-81f6-a4677c850af4","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/morning-evening-stars"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"159a9cc9-f21e-46ee-9c4b-5c42b7a6d4c9","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/morning-evening-stars"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"974a1401-10dc-4f10-ab26-bbf8b6e0f8cc","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/morning-evening-stars"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"f88a5d9f-9eaf-46a9-b719-5ca9679ec95c"},{"name":"Sect Classes","id":"2c1ef61f-daf0-475a-9695-9c10882acc2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/sect-classes","description":"<p>Sect classifications per Schmidt.</p>\n","urlObject":{"path":["hellenistic","schmidt","sect-classes"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"224806bf-e196-4f2f-bbfe-cace945adfa6","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/sect-classes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"sect\": \"diurnal\"\n  }\n}"},{"id":"963fa01f-3978-4ef5-9d5b-5459bafec5ec","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/sect-classes"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"3a2ef37f-301a-4d3f-9bdd-05f8d9c82a39","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/sect-classes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"2c1ef61f-daf0-475a-9695-9c10882acc2e"},{"name":"Derivative Houses","id":"de1ccf06-071b-4361-ae98-13fbdf0b8ff6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/derivative-houses-method","description":"<p>Derived-house technique.</p>\n","urlObject":{"path":["hellenistic","schmidt","derivative-houses-method"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"c0f757af-00a9-4db2-867e-50e1e4ca3484","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/derivative-houses-method"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"7a0804a3-be5a-4372-9b1c-27d180f6460c","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/derivative-houses-method"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"627fc96c-8e7b-42ae-bdfb-2eb41c999b3c","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/derivative-houses-method"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"de1ccf06-071b-4361-ae98-13fbdf0b8ff6"},{"name":"Aspectual Typology","id":"270c36b5-29e1-44fe-baf3-d95d363c928d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/aspectual-typology","description":"<p>Aspect classes per Schmidt.</p>\n","urlObject":{"path":["hellenistic","schmidt","aspectual-typology"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"20eb7b6f-6eb4-4471-b978-5a8332f58a75","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/aspectual-typology"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"2325a0b9-6c22-4839-bee1-a60b5a62089d","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/aspectual-typology"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"3c5b9a2e-21aa-49e9-be0a-907646b2086a","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/aspectual-typology"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"270c36b5-29e1-44fe-baf3-d95d363c928d"},{"name":"Ennea Mooirai","id":"962b591b-0b18-4307-8026-449390124de5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/ennea-mooirai","description":"<p>Nine fates classification.</p>\n","urlObject":{"path":["hellenistic","schmidt","ennea-mooirai"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"e65ac008-8bd6-4485-8d16-94cb04845947","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/ennea-mooirai"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"ced959e3-03c5-49e0-9924-212256b21989","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/ennea-mooirai"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"6e1491bc-bfc3-414f-9886-687aff7f77d7","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/hellenistic/schmidt/ennea-mooirai"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"962b591b-0b18-4307-8026-449390124de5"}],"id":"38ea17a2-add7-406f-95e5-29448f57fbae","description":"<p>🏛️ Hellenistic — Schmidt tradition endpoints</p>\n","_postman_id":"38ea17a2-add7-406f-95e5-29448f57fbae","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Modern Psychological","item":[{"name":"Greene — Archetypal Figures","id":"28126aea-57a1-4286-969a-61c14717c3d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/greene/archetypal-figures","description":"<p>Archetypal patterns in the chart per Liz Greene.</p>\n","urlObject":{"path":["modern","greene","archetypal-figures"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"2967c23b-b9d0-4f55-a210-b26e8392d9b8","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/greene/archetypal-figures"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"826f3d03-7e23-4690-83c4-fb474c500121","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/greene/archetypal-figures"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"216d417b-487e-44cd-8747-87e4c3742efe","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/greene/archetypal-figures"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"28126aea-57a1-4286-969a-61c14717c3d3"},{"name":"Greene — Parental Imagos","id":"8ff634cc-c0d9-4b02-9220-4e8a973e97f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/greene/parental-imagos","description":"<p>Parental imagos analysis.</p>\n","urlObject":{"path":["modern","greene","parental-imagos"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"f1d4f266-58be-4022-953f-958b78f477ad","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/greene/parental-imagos"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"imagos\": {}\n  }\n}"},{"id":"f6ae3809-8f5e-4051-8b8b-52950eb6c9c2","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/greene/parental-imagos"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"fe8befde-9de3-4e9f-a34d-3380d604952e","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/greene/parental-imagos"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"8ff634cc-c0d9-4b02-9220-4e8a973e97f4"},{"name":"Greene — Saturn Shadow","id":"62307ae5-3938-4aad-8328-e5d86e374a5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/greene/saturn-shadow","description":"<p>Saturn-as-shadow integration work.</p>\n","urlObject":{"path":["modern","greene","saturn-shadow"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"6987d0e0-9793-4a7e-b261-4e081bd88d23","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/greene/saturn-shadow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"shadow\": {}\n  }\n}"},{"id":"2c0fac37-8bc4-456c-97f0-87a85b13322b","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/greene/saturn-shadow"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"e0ed7ed2-39f9-45a6-8e27-2d853a7a732e","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/greene/saturn-shadow"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"62307ae5-3938-4aad-8328-e5d86e374a5f"},{"name":"Greene — Lunar Myth","id":"aead185a-caf4-43c3-aca2-fc6e13b264e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/greene/lunar-myth","description":"<p>Lunar archetypes by sign and house.</p>\n","urlObject":{"path":["modern","greene","lunar-myth"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"690102c4-1205-4d6a-839b-0b5af2a76a70","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/greene/lunar-myth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"myth\": {}\n  }\n}"},{"id":"ff97f439-df2c-4196-b6fe-8b8c27a7a42a","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/greene/lunar-myth"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"fd776a0a-31f0-4984-8188-2d12f1b2cf70","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/greene/lunar-myth"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"aead185a-caf4-43c3-aca2-fc6e13b264e4"},{"name":"Greene — Individuation Path","id":"40628bca-a9e7-47f6-8b7e-48a16987fde3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/greene/individuation-path","description":"<p>Individuation arc per natal chart.</p>\n","urlObject":{"path":["modern","greene","individuation-path"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"82442de6-0176-45f6-95fe-13a66f6493d5","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/greene/individuation-path"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"1f0942d2-11b3-4677-919d-55be9d13c516","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/greene/individuation-path"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"c6b10abb-9b68-470a-9c7a-ce4fcc7f1108","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/greene/individuation-path"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"40628bca-a9e7-47f6-8b7e-48a16987fde3"},{"name":"Arroyo — Element Balance","id":"46b9d336-4511-4174-a3f4-0b60d17d5321","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/arroyo/element-balance","description":"<p>Element distribution and integration.</p>\n","urlObject":{"path":["modern","arroyo","element-balance"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"d390f4b2-2d87-4f75-a886-ea443c300cc0","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/arroyo/element-balance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"elements\": {}\n  }\n}"},{"id":"472636e0-a976-4975-9171-c3b7c371bdb8","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/arroyo/element-balance"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"8bd5f971-8efc-4c37-9d1d-bab2bb6353e7","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/arroyo/element-balance"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"46b9d336-4511-4174-a3f4-0b60d17d5321"},{"name":"Arroyo — Element Integration","id":"8244fcc5-1390-469e-88dd-0a4d276deb5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/arroyo/element-integration","description":"<p>Strategies for integrating weak elements.</p>\n","urlObject":{"path":["modern","arroyo","element-integration"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"1ab9c59b-4bc0-4fd6-8e0f-43d26a5dbb13","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/arroyo/element-integration"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"3b4a36fc-5463-416d-ada6-367574834258","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/arroyo/element-integration"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"85e0e179-369d-491f-b775-57a7d161c223","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/arroyo/element-integration"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"8244fcc5-1390-469e-88dd-0a4d276deb5c"},{"name":"Arroyo — Cycle of Becoming","id":"1e3c4e35-42f1-44c3-980c-efa672047e99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/arroyo/cycle-of-becoming","description":"<p>Arroyo's evolutionary cycle.</p>\n","urlObject":{"path":["modern","arroyo","cycle-of-becoming"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"fa739c9e-44b4-44d0-b81c-69fb3803eb8f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/arroyo/cycle-of-becoming"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"f3b8dbf7-e31b-41e6-b5c6-3c604bd23d3f","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/arroyo/cycle-of-becoming"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"c3d622bf-5176-4acb-99ce-6cc0714ae236","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/arroyo/cycle-of-becoming"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"1e3c4e35-42f1-44c3-980c-efa672047e99"},{"name":"Arroyo — Water Houses Trauma","id":"9406c80d-e0cc-4fc5-b352-c4413355c973","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/arroyo/water-houses-trauma","description":"<p>Water-house trauma patterns.</p>\n","urlObject":{"path":["modern","arroyo","water-houses-trauma"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"3bffa249-93b3-4804-a689-b08efb584c28","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/arroyo/water-houses-trauma"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"0e65046e-405b-40d8-bc5f-4c7cdc30ba69","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/arroyo/water-houses-trauma"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"a4064188-69a5-49d1-8fa9-c8bb5ead2163","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/arroyo/water-houses-trauma"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"9406c80d-e0cc-4fc5-b352-c4413355c973"},{"name":"Arroyo — Relational Map","id":"6ac151d1-b73a-49b2-b980-9f00ddad1cda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/arroyo/relational-element-map","description":"<p>Relational element compatibility map.</p>\n","urlObject":{"path":["modern","arroyo","relational-element-map"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"ce861e86-3f0b-45e4-9f0f-d35143b79ab0","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/arroyo/relational-element-map"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"bd0e9ff1-41ca-41b1-81cc-d049d5ccc8b0","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/arroyo/relational-element-map"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"324b6fe4-68db-49e6-aec7-caa21b1d4aa9","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/arroyo/relational-element-map"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"6ac151d1-b73a-49b2-b980-9f00ddad1cda"},{"name":"Rudhyar — Lunation Phase","id":"9683c0a6-33a1-4853-aa24-c94faceda12a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/rudhyar/lunation-phase","description":"<p>8-phase lunation classification.</p>\n","urlObject":{"path":["modern","rudhyar","lunation-phase"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"3a05c443-a6ef-4a17-9337-ef7182f7c879","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/rudhyar/lunation-phase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"phase\": \"Crescent\"\n  }\n}"},{"id":"ba40fda0-03b1-4942-9a21-cb18424f39ff","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/rudhyar/lunation-phase"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"45a6ce33-1460-4677-9492-06ac1c0aadd3","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/rudhyar/lunation-phase"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"9683c0a6-33a1-4853-aa24-c94faceda12a"},{"name":"Rudhyar — Symbolic Degrees","id":"3669c2aa-1bd5-4729-9ec3-9266f36a0270","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/rudhyar/symbolic-degrees","description":"<p>Symbolic-degree analysis.</p>\n","urlObject":{"path":["modern","rudhyar","symbolic-degrees"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"c4560dba-4747-4741-95b7-ce8828980098","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/rudhyar/symbolic-degrees"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"02b0a77f-d1fa-47a6-ae64-f451102d0a6f","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/rudhyar/symbolic-degrees"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"b790cbe1-e45b-4da8-ad18-445b7205d507","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/rudhyar/symbolic-degrees"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"3669c2aa-1bd5-4729-9ec3-9266f36a0270"},{"name":"Rudhyar — Cycles of Becoming","id":"b9c28b92-f982-41ee-92cf-a0e4f2053553","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/rudhyar/cycles-of-becoming","description":"<p>Outer-planet cycles as becoming.</p>\n","urlObject":{"path":["modern","rudhyar","cycles-of-becoming"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"0059e2a4-7991-47d3-839e-d53bd111af41","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/rudhyar/cycles-of-becoming"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"11cfcbd4-2b38-4d88-b71e-0db5573a6a9e","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/rudhyar/cycles-of-becoming"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"0a9a648b-811d-4212-ad08-438203725077","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/rudhyar/cycles-of-becoming"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"b9c28b92-f982-41ee-92cf-a0e4f2053553"},{"name":"Rudhyar — Personality Keynote","id":"1587cd4d-fd54-409c-8904-23047a1c73fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/rudhyar/personality-keynote","description":"<p>Single-keynote signature for the chart.</p>\n","urlObject":{"path":["modern","rudhyar","personality-keynote"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"c06e6a91-7732-4b68-9d3b-f5383df58b78","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/rudhyar/personality-keynote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"keynote\": \"...\"\n  }\n}"},{"id":"a616472d-2316-46c2-a43f-866928a5ad43","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/rudhyar/personality-keynote"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"05f95b7f-f150-4afd-b217-01e6a41000f5","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/rudhyar/personality-keynote"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"1587cd4d-fd54-409c-8904-23047a1c73fc"},{"name":"Rudhyar — Transits as Rebirth","id":"b6a895b7-0274-4233-84bc-9d0b6a9e8b1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/rudhyar/transits-as-rebirth","description":"<p>Reframe major transits as rebirth.</p>\n","urlObject":{"path":["modern","rudhyar","transits-as-rebirth"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"23b34589-5630-4252-a930-baa9ced7dce6","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/rudhyar/transits-as-rebirth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"46618201-e715-436c-a1cb-a789cc4ed82e","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/rudhyar/transits-as-rebirth"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"f61fbd91-db62-4350-863f-81832273151c","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/modern/rudhyar/transits-as-rebirth"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"b6a895b7-0274-4233-84bc-9d0b6a9e8b1b"}],"id":"e9b88791-e794-4973-bbba-a9810acfce10","description":"<p>🧠 Modern Psychological endpoints</p>\n","_postman_id":"e9b88791-e794-4973-bbba-a9810acfce10","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Evolutionary Astrology","item":[{"name":"Pluto Natal Condition","id":"fc3c097f-e537-42bd-bc04-ea966621bf8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/evolutionary/pluto-natal-condition","description":"<p>JWG: Pluto sign+house+ruler+hard aspects.</p>\n","urlObject":{"path":["evolutionary","pluto-natal-condition"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"cff326fb-653d-4bd5-a11d-0f9e6b639b71","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/evolutionary/pluto-natal-condition"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"condition\": {}\n  }\n}"},{"id":"c8bcc422-b013-44ef-b42e-839ba71b8365","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/evolutionary/pluto-natal-condition"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"2d2131c7-b220-4c98-87ea-206c7a2d6098","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/evolutionary/pluto-natal-condition"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"fc3c097f-e537-42bd-bc04-ea966621bf8c"},{"name":"Skipped Steps","id":"f0f09ebb-e02c-41d6-83c5-281dbef526ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/evolutionary/skipped-steps","description":"<p>Planets squaring nodal axis = unfinished karma.</p>\n","urlObject":{"path":["evolutionary","skipped-steps"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"c26185d2-ce84-45d0-b64d-b62e1674bb04","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/evolutionary/skipped-steps"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"73002510-313a-40e6-a531-a022d08095ff","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/evolutionary/skipped-steps"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"7ddcd0ff-a2b1-447a-bace-ffe9f25c001b","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/evolutionary/skipped-steps"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"f0f09ebb-e02c-41d6-83c5-281dbef526ba"},{"name":"Nodal Axis Detail","id":"f8511bfd-2faf-44ca-a917-c95953d45b72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/evolutionary/nodal-axis-detail","description":"<p>Full NN/SN with rulers + conjuncts.</p>\n","urlObject":{"path":["evolutionary","nodal-axis-detail"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"ebd64e96-1744-4ec1-b48e-7f15498c9a37","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/evolutionary/nodal-axis-detail"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"axis\": {}\n  }\n}"},{"id":"85db4eef-c9d7-47cf-b062-7b379a7447cd","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/evolutionary/nodal-axis-detail"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"aceb05ba-2890-4c26-b200-ae6f04e77ec6","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/evolutionary/nodal-axis-detail"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"f8511bfd-2faf-44ca-a917-c95953d45b72"},{"name":"Soul Types","id":"d478830c-1338-47c2-881a-cd8b70fa3b34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/evolutionary/soul-types","description":"<p>JWG's 4-type by Pluto house quadrant.</p>\n","urlObject":{"path":["evolutionary","soul-types"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"872aeb7c-e60a-41af-985a-e3cec00e2cca","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/evolutionary/soul-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"type\": \"Egocentric\"\n  }\n}"},{"id":"c7873adf-91ec-49dc-b1af-e6027697bb31","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/evolutionary/soul-types"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"f60075de-5fe7-4fc6-a40c-8156fcfa838c","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/evolutionary/soul-types"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"d478830c-1338-47c2-881a-cd8b70fa3b34"},{"name":"Yesterday's Sky","id":"940ae305-be36-49fe-b90f-42c05558fd6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/evolutionary/yesterday-sky","description":"<p>Forrest 2008 past-life method.</p>\n","urlObject":{"path":["evolutionary","yesterday-sky"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"f4eebf5b-aad8-42b9-8bf1-ff5ac54b0c97","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/evolutionary/yesterday-sky"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"yesterday\": {}\n  }\n}"},{"id":"a0d9484a-6785-40ed-a6b0-73f687a2b919","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/evolutionary/yesterday-sky"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"5de094c6-bf62-4516-bb39-8828c4c255d0","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/evolutionary/yesterday-sky"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"940ae305-be36-49fe-b90f-42c05558fd6e"}],"id":"d9d6e956-18c5-4314-9da5-8b254b90620e","description":"<p>♇ Evolutionary Astrology endpoints</p>\n","_postman_id":"d9d6e956-18c5-4314-9da5-8b254b90620e","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Cosmobiology / Hamburg School","item":[{"name":"90° Dial","id":"52320f02-c6a0-4612-a509-816b62dc02f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\",\n  \"withTnp\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/dial-90","description":"<p>All chart points in 90° cardinal modulus.</p>\n","urlObject":{"path":["cosmobiology","dial-90"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"bc73278a-865d-4f83-abb2-53e0cc0c80f2","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\",\n  \"withTnp\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/dial-90"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"cee17e06-8e92-47cf-b130-fd744305223b","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\",\n  \"withTnp\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/dial-90"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"cabbff7c-cec8-495e-a4ee-dd6120db9a43","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\",\n  \"withTnp\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/dial-90"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"52320f02-c6a0-4612-a509-816b62dc02f4"},{"name":"Midpoint Pictures","id":"b7d984e9-eaee-4876-8a72-06513d7ea8a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\",\n  \"orb\": 1.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/midpoint-pictures","description":"<p>A=B/C structures with sentence form.</p>\n","urlObject":{"path":["cosmobiology","midpoint-pictures"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"01688a7f-752c-4f8d-a1dc-505275a32dc6","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\",\n  \"orb\": 1.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/midpoint-pictures"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"ff94d57b-556f-4f3c-94a2-8ed991f3e945","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\",\n  \"orb\": 1.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/midpoint-pictures"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"8d886d2f-425b-4b69-8d7b-bff280fa5716","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\",\n  \"orb\": 1.5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/midpoint-pictures"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"b7d984e9-eaee-4876-8a72-06513d7ea8a0"},{"name":"Sensitive Points","id":"6ab2105d-7ef9-4184-b807-476ba845c4f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/sensitive-points","description":"<p>Ebertin's personal points midpoint hits.</p>\n","urlObject":{"path":["cosmobiology","sensitive-points"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"0e512917-ef23-4c8a-9b05-4b6c18bb90f8","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/sensitive-points"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"742ecf0d-16d8-4252-aa3d-e356684e217a","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/sensitive-points"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"7e79b83e-7419-461a-84a1-b17930bac572","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/sensitive-points"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"6ab2105d-7ef9-4184-b807-476ba845c4f9"},{"name":"8H Aspect Grid","id":"c503faa4-8914-41cb-b297-f52479baaf3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/eight-harmonic-aspects","description":"<p>22.5° / 45° / 67.5° / 90° / 135° aspects.</p>\n","urlObject":{"path":["cosmobiology","eight-harmonic-aspects"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"8c27e14f-52bc-4d54-bb0b-962ff99f44de","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/eight-harmonic-aspects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"85f210c3-1ba4-474f-a6f4-2dc2ce64e934","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/eight-harmonic-aspects"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"0d3b2157-a40e-43db-97e7-3e6a3fbd55ce","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/eight-harmonic-aspects"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"c503faa4-8914-41cb-b297-f52479baaf3b"},{"name":"Transit Midpoints","id":"bd839ec0-41cd-4c2a-a2aa-db1d99efd2ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\",\n  \"targetDate\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/transit-midpoints","description":"<p>Transits hitting natal midpoints in 90° dial.</p>\n","urlObject":{"path":["cosmobiology","transit-midpoints"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"79793701-9491-4c5f-82f4-7febe2ff0a83","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\",\n  \"targetDate\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/transit-midpoints"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"ad1f2587-08e6-45c7-9f46-fe35a5e61c11","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\",\n  \"targetDate\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/transit-midpoints"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"fda9f3ee-d189-4e70-8788-e689a62978f1","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\",\n  \"targetDate\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/transit-midpoints"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"bd839ec0-41cd-4c2a-a2aa-db1d99efd2ee"},{"name":"Uranian TNPs","id":"96ec3156-4c4b-4ae0-be6d-5ef5544f38ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/uranian-tnps","description":"<p>8 Hamburg trans-Neptunian bodies.</p>\n","urlObject":{"path":["cosmobiology","uranian-tnps"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"820f77a0-5e74-4e12-a077-00d3e240ddaa","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/uranian-tnps"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"ff976e0e-e8d5-4833-9576-e4e433a8a4c4","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/uranian-tnps"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"75a1bc24-5ce0-48a2-8a8e-1963d07a2545","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/uranian-tnps"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"96ec3156-4c4b-4ae0-be6d-5ef5544f38ab"},{"name":"Cosmogram (90° Render Data)","id":"05c6456d-3556-4999-87f6-66d71483270c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/cosmogram","description":"<p>Ebertin cosmogram render data.</p>\n","urlObject":{"path":["cosmobiology","cosmogram"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"e509fdd4-2dd1-408b-92e6-c76b5727c219","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/cosmogram"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"c13c1ec2-9155-4264-9989-2510a0fad7f4","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/cosmogram"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"7d380acd-b11f-43e1-838c-515b1f180d9a","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/cosmogram"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"05c6456d-3556-4999-87f6-66d71483270c"},{"name":"Witte Formulas","id":"d2326abc-4f0a-47c4-87ba-67bfa2e00cf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/witte-formulas","description":"<p>Witte planetary pictures A+B−C=D.</p>\n","urlObject":{"path":["cosmobiology","witte-formulas"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"f7ab61d6-f9e8-40de-96aa-ecbe2c336929","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/witte-formulas"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"5028b87a-ddd5-482e-aa35-83a3d1cc283d","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/witte-formulas"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"4b3d7123-c503-4b0a-8ba5-bad9a85762c0","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/witte-formulas"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"d2326abc-4f0a-47c4-87ba-67bfa2e00cf4"},{"name":"Lefeldt Extensions","id":"4b9ff053-af45-4d6f-b0e7-cacf9fd0d0aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/lefeldt-extensions","description":"<p>Lefeldt-Brummund 22.5° subdivisions.</p>\n","urlObject":{"path":["cosmobiology","lefeldt-extensions"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"6b67132a-2f29-4599-990e-c0a8065fb01f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/lefeldt-extensions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"d7620214-6e43-4f48-98cb-ef814f69a1a9","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/lefeldt-extensions"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"a1beaa2f-c02a-4127-a709-dfc92444eaa6","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/lefeldt-extensions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"4b9ff053-af45-4d6f-b0e7-cacf9fd0d0aa"},{"name":"Personal Point Tree","id":"2a92e3bf-13bc-4166-81bc-27aa3913eefd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/personal-point-tree","description":"<p>Tree per personal point.</p>\n","urlObject":{"path":["cosmobiology","personal-point-tree"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"3ee1a8f5-6b54-4994-b9e0-8f3fa911d11b","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/personal-point-tree"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"tree\": {}\n  }\n}"},{"id":"8fb00602-829d-41c2-a27e-a4357933e7f5","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/personal-point-tree"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"f0a3067f-5052-41c8-8bf9-4dc1f257da7d","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/cosmobiology/personal-point-tree"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"2a92e3bf-13bc-4166-81bc-27aa3913eefd"}],"id":"08f88d83-7445-4016-84b5-caf0fa97d58d","description":"<p>🎯 Cosmobiology / Hamburg School endpoints</p>\n","_postman_id":"08f88d83-7445-4016-84b5-caf0fa97d58d","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Real-time Streaming","item":[{"name":"Stream Positions","id":"2de7e249-b1d7-476d-b3cf-e3ff07bce51e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/positions","description":"<p>Current planetary positions snapshot, tickSeconds=30.</p>\n","urlObject":{"path":["stream","positions"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"344a09b5-9066-4e8f-80bd-e7ba6c3b3d87","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/positions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"tickSeconds\": 417.6631375956763\n  }\n}"},{"id":"c6172c05-3fbb-43d3-b5bf-47f5b7e27146","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/positions"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"32f0ea6b-d65f-4695-8744-17e33b0393fd","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/positions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"2de7e249-b1d7-476d-b3cf-e3ff07bce51e"},{"name":"Stream Transit Alerts","id":"784a1e9f-fcff-4b0d-bd34-d75b1835170e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\",\n  \"hours\": 24\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/transit-alerts","description":"<p>Natal-transit hits within next N hours.</p>\n","urlObject":{"path":["stream","transit-alerts"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"791a3e7e-6e40-4002-9558-68671991243c","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\",\n  \"hours\": 24\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/transit-alerts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"bd20b45f-7e26-459c-a001-b20920f0d0c1","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\",\n  \"hours\": 24\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/transit-alerts"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"cfbb1094-bd33-4f04-85cd-4169ad9ef07b","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"...chart\": \"...\",\n  \"hours\": 24\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/transit-alerts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"784a1e9f-fcff-4b0d-bd34-d75b1835170e"},{"name":"Stream Eclipse Incoming","id":"f962f10c-aecf-4cdc-bc08-c0ed3591ea21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/eclipse-incoming","description":"<p>Countdown to next 5 eclipses.</p>\n","urlObject":{"path":["stream","eclipse-incoming"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"167938a1-42e7-4f97-817a-49681c8b5c89","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/eclipse-incoming"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"b89f7c32-793b-465c-bdcf-f2e3e3039e72","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/eclipse-incoming"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"92584f95-db20-4fb5-8c5e-caeb4837cfbb","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/eclipse-incoming"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"f962f10c-aecf-4cdc-bc08-c0ed3591ea21"},{"name":"Stream Retrograde Alerts","id":"791b4a65-b0a0-4391-a43f-5b73d759d58d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/retrograde-alerts","description":"<p>All planets retro state + next stations.</p>\n","urlObject":{"path":["stream","retrograde-alerts"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"4cd62e94-ebd7-4999-9ec1-07bff40a53ac","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/retrograde-alerts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"953c2fec-89e3-498c-b93c-9ac973ed5371","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/retrograde-alerts"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"0c2211dd-8bd6-4fb5-8953-38a9666a153a","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/retrograde-alerts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"791b4a65-b0a0-4391-a43f-5b73d759d58d"},{"name":"Stream Void-of-Course","id":"3eac61e1-f3e3-4df8-97e6-07ae4f193a8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/void-of-course","description":"<p>Current Moon VOC + next ingress.</p>\n","urlObject":{"path":["stream","void-of-course"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"2683a545-0888-481d-964b-a6641258a730","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/void-of-course"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"status\": {}\n  }\n}"},{"id":"6e231abf-0095-49ce-ad5d-8f994e985a8a","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/void-of-course"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"8f0a97cd-091b-4de6-87af-9b73b38ef7ab","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/void-of-course"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"3eac61e1-f3e3-4df8-97e6-07ae4f193a8c"},{"name":"Stream Lunar Phase","id":"6f525abf-c62d-4120-9cba-fba9a73511bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/lunar-phase","description":"<p>Current 8-phase + countdown to next major phase.</p>\n","urlObject":{"path":["stream","lunar-phase"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"80f0553e-e02a-4774-bf31-e75ecb6ff82c","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/lunar-phase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"phase\": \"...\",\n    \"illuminationPct\": 60\n  }\n}"},{"id":"2042af80-1216-4504-816b-35a146d0255f","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/lunar-phase"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"b36b055c-6b4b-4abe-b41e-ad75b4e44d23","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/lunar-phase"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"6f525abf-c62d-4120-9cba-fba9a73511bc"},{"name":"Stream Ingress","id":"9375b6dc-3b1c-48eb-a9d0-4ef4cfe4f839","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"days\": 30\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/ingress","description":"<p>Next planet sign-ingresses for N days.</p>\n","urlObject":{"path":["stream","ingress"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"cd4f231f-9ba5-4ae9-9fd0-8007fb0ab634","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"days\": 30\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/ingress"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"fe754868-b792-4559-ba69-1d68192abfaf","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"days\": 30\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/ingress"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"c648efc3-0862-467f-9a45-30b8995e1563","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"days\": 30\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/ingress"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"9375b6dc-3b1c-48eb-a9d0-4ef4cfe4f839"},{"name":"Stream Eclipse Totality","id":"eac3ae83-84e6-46b8-a914-45c9d8c605cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/eclipse-totality","description":"<p>Next solar+lunar eclipses with totality info.</p>\n","urlObject":{"path":["stream","eclipse-totality"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"ac4b11f1-85c5-41ef-8700-72a29f805143","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/eclipse-totality"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"nextSolar\": {},\n    \"nextLunar\": {}\n  }\n}"},{"id":"2b2a2532-a6db-4b1d-9771-dc4c4c6d7304","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/eclipse-totality"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"7788ced1-1583-4b96-b95f-730a11c15a4d","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/eclipse-totality"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"eac3ae83-84e6-46b8-a914-45c9d8c605cd"},{"name":"Stream Planetary Hour Changes","id":"de821d24-b283-42a1-98a3-770af3082d36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"timezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/planetary-hour-changes","description":"<p>Current planetary hour + next 24.</p>\n","urlObject":{"path":["stream","planetary-hour-changes"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"67951b16-d251-4e75-92ba-8b3311bb567b","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"timezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/planetary-hour-changes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"current\": {}\n  }\n}"},{"id":"fd5c836e-edfb-4204-a5ac-28abee9544e8","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"timezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/planetary-hour-changes"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"8a53b2a3-c16e-4d6a-ba72-52b430d9c261","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"timezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/planetary-hour-changes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"de821d24-b283-42a1-98a3-770af3082d36"},{"name":"Stream Sunrise/Sunset","id":"701e85f1-e1b7-47fc-8334-f8481c3922c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"timezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/sunrise-sunset","description":"<p>Today + tomorrow sun events.</p>\n","urlObject":{"path":["stream","sunrise-sunset"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"61f57b5f-2fc0-4d50-8e75-396dcc861f14","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"timezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/sunrise-sunset"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"today\": {},\n    \"tomorrow\": {}\n  }\n}"},{"id":"9c5ddf58-169c-4ec2-b389-c217e019f591","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"timezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/sunrise-sunset"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"58e70818-28db-4d6e-85ee-ea16fd86ec60","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"latitude\": 50.45,\n  \"longitude\": 30.52,\n  \"timezoneOffset\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/stream/sunrise-sunset"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"701e85f1-e1b7-47fc-8334-f8481c3922c9"}],"id":"34234d43-8e59-44f0-aaac-12b0b2c82020","description":"<p>📡 Real-time Streaming endpoints</p>\n","_postman_id":"34234d43-8e59-44f0-aaac-12b0b2c82020","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Embeddable Widgets","item":[{"name":"Daily Horoscope (HTML)","id":"b919ef8d-87aa-4f01-a443-7e03ecc7ca17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/daily-horoscope","description":"<p>Iframe-friendly daily horoscope card per zodiac sign.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}},"urlObject":{"path":["embed","daily-horoscope"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"c4ebae24-5f37-4e2e-abc3-802e1a1e30be","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/daily-horoscope"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"2fdcd6c7-e72c-4d53-8352-819b6b52d575","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/daily-horoscope"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"7687b0e5-b207-4272-9047-168486be0263","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/daily-horoscope"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"b919ef8d-87aa-4f01-a443-7e03ecc7ca17"},{"name":"Natal Wheel (HTML+SVG)","id":"bbb294bd-fb66-48c5-b051-d9563d661c69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/wheel","description":"<p>Iframe natal wheel render.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}},"urlObject":{"path":["embed","wheel"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"79470963-a42e-4c7e-b26b-a5ce07acdc42","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/wheel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"bbb0c854-e5f0-4b72-b20c-676014450452","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/wheel"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"035ff401-7931-498b-b624-ff98aa291076","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/wheel"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"bbb294bd-fb66-48c5-b051-d9563d661c69"},{"name":"Transit Timeline (HTML)","id":"91d03802-1053-41d2-b310-fc102939baf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/transit-timeline","description":"<p>7-day Moon ingress timeline.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}},"urlObject":{"path":["embed","transit-timeline"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"b7134909-7c9c-4bdf-b98a-74a791a7557c","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/transit-timeline"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"73c34614-5b52-47dc-a377-a77676c44317","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/transit-timeline"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"081ff111-beba-4c0e-b3da-cde8a52fca39","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/transit-timeline"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"91d03802-1053-41d2-b310-fc102939baf4"},{"name":"HD Bodygraph (HTML)","id":"8a08dede-1f8a-45e7-95bc-08657fccefa2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/bodygraph","description":"<p>Type/strategy/authority/profile + center status.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}},"urlObject":{"path":["embed","bodygraph"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"3c346d2e-1ca3-4005-9462-b0c097dedcec","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/bodygraph"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"a2f7d803-efe2-429d-8c74-8e12155c89d8","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/bodygraph"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"fb7ca08c-2722-47b6-a74d-5c4219d60d00","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/bodygraph"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"8a08dede-1f8a-45e7-95bc-08657fccefa2"},{"name":"Vedic Kundli (HTML+SVG)","id":"e9b3b393-381d-4d4a-8311-6f2a6f510516","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/kundli","description":"<p>North-Indian kundli SVG.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}},"urlObject":{"path":["embed","kundli"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"91444993-4151-4c12-a0c5-aa01ca16a847","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/kundli"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"f3aa3848-d538-482d-879e-2c1b80f33b3a","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/kundli"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"2873df81-820c-4a17-a10e-aed6e9a653d5","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/kundli"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"e9b3b393-381d-4d4a-8311-6f2a6f510516"},{"name":"Mini Chart (HTML+SVG)","id":"2314eefb-2ff0-4ace-a665-491051eb67f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/mini-chart","description":"<p>Compact natal wheel for sidebars.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}},"urlObject":{"path":["embed","mini-chart"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"2d14a886-ee4f-4195-bdb5-2b0e6c1a494e","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/mini-chart"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"d5624a5c-001d-4098-9231-df9f98382987","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/mini-chart"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"7459f3dc-d467-4499-8280-f518eeb39669","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/mini-chart"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"2314eefb-2ff0-4ace-a665-491051eb67f6"},{"name":"Planet of Day (HTML)","id":"76d91948-e449-47a8-a9e4-cd3da5cdc1ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/planet-of-day","description":"<p>Today's planetary day-ruler card.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}},"urlObject":{"path":["embed","planet-of-day"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"203ef465-88cb-4804-99b3-3a92fa24f67e","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/planet-of-day"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"17e342ae-f1dd-4722-9b58-134171650561","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/planet-of-day"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"d69f4249-8e69-4cad-a7b0-515b57528b79","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/planet-of-day"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"76d91948-e449-47a8-a9e4-cd3da5cdc1ea"},{"name":"Moon Phase (HTML+SVG)","id":"2ba2a35a-8c09-439c-a78e-3c5aefc8540f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/moon-phase","description":"<p>Current Moon phase widget.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}},"urlObject":{"path":["embed","moon-phase"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"86a7435e-6db7-47ab-ab7f-9ec5e805b0dd","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/moon-phase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"0dae56c6-7794-4416-ae4a-9d79869c67dd","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/moon-phase"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"dfde04d5-0f34-464e-8441-23bed1cd99c3","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/moon-phase"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"2ba2a35a-8c09-439c-a78e-3c5aefc8540f"},{"name":"Daily Tarot (HTML)","id":"39947b38-f38a-49f0-8914-f965c9ef5a7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/daily-tarot","description":"<p>Deterministic 1-card RWS draw.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}},"urlObject":{"path":["embed","daily-tarot"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"9fdfc898-42cf-4d90-8ffc-3e2964db5c4c","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/daily-tarot"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"9daeefd8-72e9-4e6f-bf75-54f719cd1b76","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/daily-tarot"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"48fc60f1-589e-4f37-a34e-d8e5ff197d47","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/daily-tarot"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"39947b38-f38a-49f0-8914-f965c9ef5a7a"},{"name":"Monthly Forecast (HTML)","id":"e2da3b1e-e0ad-4610-957d-c39231f6be27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/monthly-forecast","description":"<p>Per-sign 4-week themed forecast.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}},"urlObject":{"path":["embed","monthly-forecast"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"8362665a-72eb-4068-b690-2ef3ba0b84e6","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/monthly-forecast"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"4ef38934-c9e3-41ad-8f8f-8c94dbc77a22","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/monthly-forecast"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"a6558eeb-701b-492b-b321-4c49eedb83fa","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/embed/monthly-forecast"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"e2da3b1e-e0ad-4610-957d-c39231f6be27"}],"id":"67a03fb6-b841-46d1-ba67-d1294af9e9f0","description":"<p>🖼️ Embeddable Widgets endpoints</p>\n","_postman_id":"67a03fb6-b841-46d1-ba67-d1294af9e9f0","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"MCP Advanced","item":[{"name":"MCP Tool-Call Stream","id":"49c6b165-fdee-420c-afc4-7d62670805fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tool\": \"string\",\n  \"args\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"language\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mcp/tool-call-stream","description":"<p>SSE-stream of a tool call envelope.</p>\n","urlObject":{"path":["mcp","tool-call-stream"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"a712b83f-209a-4451-b7f3-8cca6e7575e3","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tool\": \"string\",\n  \"args\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"language\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mcp/tool-call-stream"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"149e4cf8-59dc-4033-bad6-db68be2bebbb","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tool\": \"string\",\n  \"args\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"language\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mcp/tool-call-stream"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"d98dc834-4039-4309-8758-6b4b6af9d932","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tool\": \"string\",\n  \"args\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"language\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mcp/tool-call-stream"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"49c6b165-fdee-420c-afc4-7d62670805fe"},{"name":"MCP Multi-Agent Coordinate","id":"76f00db8-8c22-4e1e-b5fb-117ef3a80481","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"question\": \"...\",\n  \"agents\": [\n    \"classical\",\n    \"modern\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mcp/multi-agent-coordinate","description":"<p>Run N personas in parallel + LLM synthesis.</p>\n","urlObject":{"path":["mcp","multi-agent-coordinate"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"ada66bd5-072b-4f96-98f3-016e95b48a14","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"question\": \"...\",\n  \"agents\": [\n    \"classical\",\n    \"modern\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mcp/multi-agent-coordinate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"synthesis\": \"string\"\n  }\n}"},{"id":"3aa5b4b9-579b-47f1-850c-9eabca1cbc46","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"question\": \"...\",\n  \"agents\": [\n    \"classical\",\n    \"modern\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mcp/multi-agent-coordinate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"e7b1af9c-81c8-4cb9-9451-cb767a6fddd0","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"question\": \"...\",\n  \"agents\": [\n    \"classical\",\n    \"modern\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mcp/multi-agent-coordinate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"76f00db8-8c22-4e1e-b5fb-117ef3a80481"},{"name":"MCP Agent Debate","id":"8c30f370-3f44-4332-b710-2d89c833f6fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"topic\": \"...\",\n  \"agentA\": \"...\",\n  \"agentB\": \"...\",\n  \"rounds\": 2\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mcp/agent-debate","description":"<p>2 personas debate a topic, multi-round transcript.</p>\n","urlObject":{"path":["mcp","agent-debate"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"0f75a3dc-be9e-4005-8d6a-e5f23f8627b0","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"topic\": \"...\",\n  \"agentA\": \"...\",\n  \"agentB\": \"...\",\n  \"rounds\": 2\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mcp/agent-debate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"47c617e0-48b5-445f-9cb5-11627c198b88","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"topic\": \"...\",\n  \"agentA\": \"...\",\n  \"agentB\": \"...\",\n  \"rounds\": 2\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mcp/agent-debate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"1e3cdb80-d1e7-4243-8389-34fe2c0f9245","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"topic\": \"...\",\n  \"agentA\": \"...\",\n  \"agentB\": \"...\",\n  \"rounds\": 2\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mcp/agent-debate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"8c30f370-3f44-4332-b710-2d89c833f6fc"},{"name":"MCP RAG Search","id":"ca6f2b12-7650-417e-b2b7-c3fa56848ef6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"query\": \"string\",\n  \"chart\": {\n    \"date\": \"1333-48-22\",\n    \"time\": \"53:13:08\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 5524.632916597534,\n    \"cosmogram\": false\n  },\n  \"topK\": 5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mcp/rag-search","description":"<p>Keyword-tag scoring over chart chunks.</p>\n","urlObject":{"path":["mcp","rag-search"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"2ae5b2ac-d8ee-4cde-b9e1-a05b2a36d442","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"query\": \"string\",\n  \"chart\": {\n    \"date\": \"1333-48-22\",\n    \"time\": \"53:13:08\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 5524.632916597534,\n    \"cosmogram\": false\n  },\n  \"topK\": 5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mcp/rag-search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"09b8241e-ac80-4740-9d8d-09dd33316811","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"query\": \"string\",\n  \"chart\": {\n    \"date\": \"1333-48-22\",\n    \"time\": \"53:13:08\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 5524.632916597534,\n    \"cosmogram\": false\n  },\n  \"topK\": 5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mcp/rag-search"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"c06a70c0-4651-4472-898a-117b2d8d5699","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"query\": \"string\",\n  \"chart\": {\n    \"date\": \"1333-48-22\",\n    \"time\": \"53:13:08\",\n    \"timezoneOffset\": 0,\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"houseSystem\": \"P\",\n    \"name\": \"\",\n    \"city\": \"\",\n    \"zodiacType\": \"sidereal\",\n    \"ayanamsaId\": 5524.632916597534,\n    \"cosmogram\": false\n  },\n  \"topK\": 5\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/mcp/rag-search"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"ca6f2b12-7650-417e-b2b7-c3fa56848ef6"},{"name":"MCP Agent Pool Status","id":"13716510-61a4-471e-866f-0eab4147887b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/mcp/agent-pool-status","description":"<p>8 personas with specialties.</p>\n","urlObject":{"path":["mcp","agent-pool-status"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"98734c35-647f-464c-805f-3ca693019e06","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/mcp/agent-pool-status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"32ac297e-f934-4910-922a-32418f0a7f3c","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/mcp/agent-pool-status"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"835ae27a-ba81-4704-b833-4d8b2473cc33","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/mcp/agent-pool-status"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"13716510-61a4-471e-866f-0eab4147887b"}],"id":"1a8e06a7-5468-4660-b0cb-269e878773d1","description":"<p>🔌 MCP Advanced endpoints</p>\n","_postman_id":"1a8e06a7-5468-4660-b0cb-269e878773d1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Geomancy (Agrippa)","item":[{"name":"Via — The Way","id":"001310c4-bf84-4b1f-8ba8-dffa62170da3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/via","description":"<p>Movement, change, journey.</p>\n","urlObject":{"path":["geomancy","via"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"21e47f1f-139f-49b0-9fb8-5e50329a7cbe","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/via"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"figure\": {}\n  }\n}"},{"id":"9e1dc7c7-02d1-42d2-999a-fa12032b9690","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/via"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"a6e50c21-6188-4b83-9045-c91f265b8908","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/via"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"001310c4-bf84-4b1f-8ba8-dffa62170da3"},{"name":"Populus — The People","id":"f4ca83fc-2f9f-4533-a20c-f9739c330c0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/populus","description":"<p>Crowd, gathering, public.</p>\n","urlObject":{"path":["geomancy","populus"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"a7fff377-dfb9-46a9-a400-4e0356f9bf76","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/populus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"figure\": {}\n  }\n}"},{"id":"fbbbf123-f225-49ca-97cd-2d8134690f8f","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/populus"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"bb182736-5074-4daa-95b4-bd2b7875aea2","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/populus"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"f4ca83fc-2f9f-4533-a20c-f9739c330c0b"},{"name":"Albus — White","id":"f4d3b2fc-98a4-4e26-aabb-b3b098949875","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/albus","description":"<p>Wisdom, peace, clarity.</p>\n","urlObject":{"path":["geomancy","albus"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"a1f1f79f-1776-47c3-a27c-377bd64be6be","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/albus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"figure\": {}\n  }\n}"},{"id":"1d49c991-1085-4da5-a885-005f62ad6c41","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/albus"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"f5c8d327-3cc9-448d-813b-f0e222fec8b4","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/albus"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"f4d3b2fc-98a4-4e26-aabb-b3b098949875"},{"name":"Rubeus — Red","id":"cf56b519-2ddc-4e98-ad02-374b5a7e02e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/rubeus","description":"<p>Passion, anger, blood — ill omen.</p>\n","urlObject":{"path":["geomancy","rubeus"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"ba9f7fb7-f3a4-4d64-8ef6-9ec55998464c","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/rubeus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"figure\": {}\n  }\n}"},{"id":"c34b529c-24e6-4df1-bc3f-d8f91548f2c6","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/rubeus"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"e18b7c4c-ed3d-453d-bfbf-f62f6f6fbd2b","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/rubeus"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"cf56b519-2ddc-4e98-ad02-374b5a7e02e0"},{"name":"Coniunctio — Conjunction","id":"48bd051f-afce-4a89-a7cc-03d7e61a4d57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/coniunctio","description":"<p>Union, meeting, partnership.</p>\n","urlObject":{"path":["geomancy","coniunctio"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"7e6bd555-a939-4a47-8313-ddaf30980465","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/coniunctio"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"figure\": {}\n  }\n}"},{"id":"8dc1b22e-a2d0-412d-87aa-e347f0e11f3e","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/coniunctio"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"e4d6a57d-087b-4326-9172-01e08b702791","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/coniunctio"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"48bd051f-afce-4a89-a7cc-03d7e61a4d57"},{"name":"Puella — Girl","id":"84203df9-ba60-47f2-9b1a-3987a2db1706","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/puella","description":"<p>Beauty, harmony, love.</p>\n","urlObject":{"path":["geomancy","puella"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"9f2a69ab-7677-4943-a867-c0f0e4cc22ee","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/puella"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"figure\": {}\n  }\n}"},{"id":"9262a7e2-0032-4f08-8bce-badcf35080ef","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/puella"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"29b722bb-d00e-42b9-bb4a-8a6fcc9e3276","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/puella"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"84203df9-ba60-47f2-9b1a-3987a2db1706"},{"name":"Amissio — Loss","id":"9b6be839-c635-476f-a525-bd3ec8ce2796","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/amissio","description":"<p>Loss, letting go, slipping away.</p>\n","urlObject":{"path":["geomancy","amissio"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"bd8c1803-6787-449f-a325-bbe67375de30","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/amissio"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"figure\": {}\n  }\n}"},{"id":"c81fb5ee-85a8-4815-864e-8fe3003ff9a5","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/amissio"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"67bb6292-d344-4779-99b2-9191f592f0ad","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/amissio"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"9b6be839-c635-476f-a525-bd3ec8ce2796"},{"name":"Fortuna Major","id":"df2d46c2-19f6-4748-8a2d-856a09176985","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/fortuna-major","description":"<p>Greater Fortune — lasting success.</p>\n","urlObject":{"path":["geomancy","fortuna-major"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"587ddc93-9f82-4086-bb6f-47e045e9b22e","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/fortuna-major"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"figure\": {}\n  }\n}"},{"id":"97e26a46-9232-4016-bac1-f636d8f560c8","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/fortuna-major"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"ca710bff-c18a-4e08-952d-9b18c95d3c06","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/fortuna-major"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"df2d46c2-19f6-4748-8a2d-856a09176985"},{"name":"Fortuna Minor","id":"9624c16c-8810-4dff-9381-73392ff1a48c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/fortuna-minor","description":"<p>Lesser Fortune — quick gains.</p>\n","urlObject":{"path":["geomancy","fortuna-minor"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"39cedc0a-b65b-4122-8ee4-17083b97df7a","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/fortuna-minor"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"figure\": {}\n  }\n}"},{"id":"18f6b0a0-3f6e-4f7d-ae87-6b08af17f8d2","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/fortuna-minor"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"3705f91c-5caa-41ad-9324-0d809e19716b","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/fortuna-minor"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"9624c16c-8810-4dff-9381-73392ff1a48c"},{"name":"Acquisitio — Gain","id":"1f98c9bc-b90c-4f7b-94ae-8bc419405d60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/acquisitio","description":"<p>Gain, profit, abundance.</p>\n","urlObject":{"path":["geomancy","acquisitio"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"ebd39c3e-c20c-4f0d-936e-26d2d7de56ab","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/acquisitio"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"figure\": {}\n  }\n}"},{"id":"3ce14931-2c03-41b1-bc32-ed1ce0c6a659","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/acquisitio"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"382363f8-abfa-4806-bf75-fe34c3eee68a","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/acquisitio"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"1f98c9bc-b90c-4f7b-94ae-8bc419405d60"},{"name":"Carcer — Prison","id":"4d9340d1-fbbb-4602-8676-a641dec22480","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/carcer","description":"<p>Restriction, confinement, isolation.</p>\n","urlObject":{"path":["geomancy","carcer"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"683f7ba4-9d65-48f9-9cbd-c25e78550d5e","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/carcer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"figure\": {}\n  }\n}"},{"id":"cd376077-4c58-42d0-b50a-9c9a113a9790","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/carcer"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"93f13ad7-954a-4572-8149-b7fe206ebba5","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/carcer"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"4d9340d1-fbbb-4602-8676-a641dec22480"},{"name":"Tristitia — Sorrow","id":"6d0674c1-2188-4646-a298-80724e5a00ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/tristitia","description":"<p>Sadness, depression, melancholy.</p>\n","urlObject":{"path":["geomancy","tristitia"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"118c2a25-98c7-4cce-a6da-7737ffec56cc","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/tristitia"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"figure\": {}\n  }\n}"},{"id":"37aa01b7-a22d-447a-a83f-6382d086343b","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/tristitia"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"f5b354c4-7a76-452d-9572-bb965eb6d20f","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/tristitia"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"6d0674c1-2188-4646-a298-80724e5a00ff"},{"name":"Laetitia — Joy","id":"89c57e03-ec71-40fa-a5a1-71631d165209","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/laetitia","description":"<p>Happiness, optimism, healing.</p>\n","urlObject":{"path":["geomancy","laetitia"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"0cc9cd71-e003-4380-ab87-f7b605adf20b","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/laetitia"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"figure\": {}\n  }\n}"},{"id":"55dfea78-7606-42cb-8255-fab7bf71ab18","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/laetitia"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"817d70d2-d194-4831-8e53-0a071e8e7553","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/laetitia"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"89c57e03-ec71-40fa-a5a1-71631d165209"},{"name":"Cauda Draconis","id":"4d4d4d22-4e5d-4e40-8c30-6db16dee1d57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/cauda-draconis","description":"<p>Dragon's Tail — endings, exit.</p>\n","urlObject":{"path":["geomancy","cauda-draconis"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"e379cc24-f8da-469b-be60-86ddf2a2be5c","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/cauda-draconis"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"figure\": {}\n  }\n}"},{"id":"0f068502-fd1b-44b2-8b3e-decd0a6482dc","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/cauda-draconis"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"b9e28569-bab6-4f3d-b608-5cce798018a4","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/cauda-draconis"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"4d4d4d22-4e5d-4e40-8c30-6db16dee1d57"},{"name":"Caput Draconis","id":"b1460916-fba2-4bcf-a321-1ef8fa26efdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/caput-draconis","description":"<p>Dragon's Head — beginnings, threshold.</p>\n","urlObject":{"path":["geomancy","caput-draconis"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"0f198da9-a3ea-4dc4-a496-ae23773b0eab","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/caput-draconis"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"figure\": {}\n  }\n}"},{"id":"373bc877-71d1-49fd-a66a-004cf1839e3b","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/caput-draconis"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"bca1d438-b328-4dc3-9065-aebc42a1a03d","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/caput-draconis"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"b1460916-fba2-4bcf-a321-1ef8fa26efdb"},{"name":"Puer — Boy","id":"737e9545-4cf2-4183-810c-591dc15d0264","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/puer","description":"<p>Young man, energy, impulse.</p>\n","urlObject":{"path":["geomancy","puer"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"4c713923-3f2e-41f5-9bb9-ddc10f1eec75","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/puer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"figure\": {}\n  }\n}"},{"id":"0befbd91-b506-40be-bfa6-c996e1193ef0","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/puer"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"05718b9f-64a1-4651-ad21-dd745e12405b","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/geomancy/puer"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"737e9545-4cf2-4183-810c-591dc15d0264"}],"id":"d5d42771-88e0-4271-a7e0-2345313510f2","description":"<p>🔮 Geomancy (Agrippa) endpoints</p>\n","_postman_id":"d5d42771-88e0-4271-a7e0-2345313510f2","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Elder Futhark Runes","item":[{"name":"Single Rune Draw","id":"2191f0c2-edc8-44f7-9b5e-88ac718b0a61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/runes/single","description":"<p>Deterministic 1-rune draw.</p>\n","urlObject":{"path":["runes","single"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"3b333380-3324-47ea-8135-b57aba7deda3","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/runes/single"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"4a84846a-d557-4967-9201-af5e4ce67e8e","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/runes/single"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"fb2e22ff-0dc7-433c-a1f7-a2d1156c8520","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/runes/single"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"2191f0c2-edc8-44f7-9b5e-88ac718b0a61"},{"name":"Norn 3-Rune Cast","id":"032f5a72-70e9-4465-8c94-7588b252c005","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/runes/three","description":"<p>Past/Present/Future (Urdr/Verdandi/Skuld).</p>\n","urlObject":{"path":["runes","three"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"35612e7d-b43e-45e7-b4b9-34ee572d91a4","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/runes/three"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"257ebad4-44de-406b-98bd-acc493dfaadd","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/runes/three"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"01f0faa1-07aa-40cf-961d-3b4cadb47541","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/runes/three"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"032f5a72-70e9-4465-8c94-7588b252c005"},{"name":"9-Rune Cast","id":"20c6d3e8-0b8b-4707-a4a8-574d7c3a899f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/runes/nine","description":"<p>Pennick layout 9-rune cast.</p>\n","urlObject":{"path":["runes","nine"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"2eb783c2-56be-44d8-8f46-5fefe9b2271c","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/runes/nine"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"bc02dd8c-684e-475d-be61-ff21562837f9","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/runes/nine"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"c7953291-edfd-488b-b805-2d7f4a2e0569","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/runes/nine"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"20c6d3e8-0b8b-4707-a4a8-574d7c3a899f"},{"name":"Rune by Zodiac","id":"b9d92580-01db-47e8-81dd-e4e009933137","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sign\": \"leo\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/runes/by-zodiac","description":"<p>Tropical-sign → Elder Futhark affinity rune.</p>\n","urlObject":{"path":["runes","by-zodiac"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"8139a894-b569-4901-8793-b2f9196e1ba2","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sign\": \"leo\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/runes/by-zodiac"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"affinityRune\": {}\n  }\n}"},{"id":"d0e98933-d367-4b5e-bd98-94e81f5d8ea2","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sign\": \"leo\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/runes/by-zodiac"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"68e1389b-5bd5-4fb0-921c-f8fb9a80abd3","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sign\": \"leo\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/runes/by-zodiac"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"b9d92580-01db-47e8-81dd-e4e009933137"},{"name":"Elder Futhark List","id":"893bcfb7-7359-4709-9388-dcb3a39cf380","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/runes","description":"<p>All 24 runes.</p>\n","urlObject":{"path":["runes"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"79c57669-4337-4404-90d8-962b01626ff1","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/runes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {}\n}"},{"id":"ad5396c4-6890-4d33-9e81-a5d72103e447","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/runes"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"28ea567a-a58c-4652-b9de-926fdc68b176","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/runes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"893bcfb7-7359-4709-9388-dcb3a39cf380"}],"id":"6a2f8099-e459-413d-b237-0c6b76f59833","description":"<p>ᚠ Elder Futhark Runes endpoints</p>\n","_postman_id":"6a2f8099-e459-413d-b237-0c6b76f59833","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Palmistry (Cheiro)","item":[{"name":"Life Line","id":"2bd334f5-0860-44eb-b7a0-1a2fc96f4cc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/palmistry/life-line","description":"<p>Vitality, health, life force.</p>\n","urlObject":{"path":["palmistry","life-line"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"50c5d1ae-8583-4b50-ad30-91723d552f8e","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/palmistry/life-line"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"line\": {}\n  }\n}"},{"id":"32d45880-3d8c-42fd-8cb1-60e2f051fb35","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/palmistry/life-line"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"b7d7a993-3c9b-4b52-b33a-e07eebccd2aa","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/palmistry/life-line"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"2bd334f5-0860-44eb-b7a0-1a2fc96f4cc0"},{"name":"Heart Line","id":"6db8bfd6-c06e-4c21-b2c4-b2323d723f2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/palmistry/heart-line","description":"<p>Emotional life, romance.</p>\n","urlObject":{"path":["palmistry","heart-line"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"aecba35d-7afe-4abc-b432-af6084fd45df","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/palmistry/heart-line"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"line\": {}\n  }\n}"},{"id":"83ef244e-38e3-4eff-9a7f-c17b69bcea9a","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/palmistry/heart-line"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"2ecf2047-2a53-4b13-887e-335e9cfc4e21","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/palmistry/heart-line"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"6db8bfd6-c06e-4c21-b2c4-b2323d723f2b"},{"name":"Head Line","id":"519c2abf-56c0-4435-b2cf-6d170d2c2eaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/palmistry/head-line","description":"<p>Intellect, mental approach.</p>\n","urlObject":{"path":["palmistry","head-line"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"5944f4a5-f060-4353-8856-cd0b371a719f","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/palmistry/head-line"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"line\": {}\n  }\n}"},{"id":"b05f7ee3-c265-481a-8145-dc20d9bf64ff","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/palmistry/head-line"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"a3118c33-520a-4a15-90b9-ca0bd888ba5d","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/palmistry/head-line"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"519c2abf-56c0-4435-b2cf-6d170d2c2eaf"},{"name":"Fate Line","id":"d7d59322-3f78-4af8-a0dc-eed393ef6d61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/palmistry/fate-line","description":"<p>Career, life direction.</p>\n","urlObject":{"path":["palmistry","fate-line"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"efa499f7-bfb5-4827-9511-0e6599552223","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/palmistry/fate-line"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"line\": {}\n  }\n}"},{"id":"51d40696-fe8d-449c-94c5-1b8a000296cf","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/palmistry/fate-line"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"05433f10-bd23-4840-8769-01ea3a4d3ab5","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/palmistry/fate-line"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"d7d59322-3f78-4af8-a0dc-eed393ef6d61"},{"name":"Marriage Line","id":"ea7b3669-5ea2-4a23-a081-c4dce87b2485","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/palmistry/marriage-line","description":"<p>Significant partnerships.</p>\n","urlObject":{"path":["palmistry","marriage-line"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"d0c5b9c1-10c1-46bf-8c91-fc647dd3fe55","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/palmistry/marriage-line"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"line\": {}\n  }\n}"},{"id":"1b918dfd-6582-406e-9ed7-03b07b5c8e40","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/palmistry/marriage-line"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"d12e8e1a-c07e-4776-8a94-a0f55ec32d0c","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/palmistry/marriage-line"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"ea7b3669-5ea2-4a23-a081-c4dce87b2485"}],"id":"52d41bfd-0c0f-4e4f-bc9b-b041b181ddaf","description":"<p>✋ Palmistry (Cheiro) endpoints</p>\n","_postman_id":"52d41bfd-0c0f-4e4f-bc9b-b041b181ddaf","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"I Ching (Standalone)","item":[{"name":"Hexagram Lookup","id":"c99df297-f676-412e-a366-f11d2b7d09ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/iching/lookup/:number","description":"<p>Fetch hexagram 1-64 by King Wen number.</p>\n","urlObject":{"path":["iching","lookup",":number"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[{"type":"any","key":"number"}]}},"response":[{"id":"8210e935-d12b-4b78-9de5-5373380d0c5e","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/iching/lookup/:number","host":["https://api.astroway.info/v1"],"path":["iching","lookup",":number"],"variable":[{"key":"number"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"hexagram\": {}\n  }\n}"},{"id":"721c8e83-b4a6-41dd-8e4b-769ee6acd7c2","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/iching/lookup/:number","host":["https://api.astroway.info/v1"],"path":["iching","lookup",":number"],"variable":[{"key":"number"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"f2d63f7f-5212-43fa-a9a3-c0a3c011ae26","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.astroway.info/v1/iching/lookup/:number","host":["https://api.astroway.info/v1"],"path":["iching","lookup",":number"],"variable":[{"key":"number"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"c99df297-f676-412e-a366-f11d2b7d09ee"},{"name":"Daily I Ching","id":"bde98f48-36d3-4d6c-adac-f68991afb874","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/iching/daily","description":"<p>Deterministic per-date hexagram.</p>\n","urlObject":{"path":["iching","daily"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"95c3e6b0-cb36-4c43-b6ef-1d2422d53d2b","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/iching/daily"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"hexagram\": {}\n  }\n}"},{"id":"24974a6c-11b8-43a8-881e-1a67956ce9ae","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/iching/daily"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"d11a155d-1818-4469-b98c-94335ca21b1a","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/iching/daily"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"bde98f48-36d3-4d6c-adac-f68991afb874"},{"name":"Throw Coins","id":"a9a37935-bb35-40be-bf5a-8b8166b287f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/iching/throw-coins","description":"<p>Seeded 3-coin method.</p>\n","urlObject":{"path":["iching","throw-coins"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"a11562c7-08ce-44c3-93a9-d341b27748c7","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/iching/throw-coins"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"hexagram\": {}\n  }\n}"},{"id":"cc78f7a3-8a57-4e5b-8d0c-06fee7059df1","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/iching/throw-coins"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"1a7f7178-fd26-4784-9b71-c361abf7bd89","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/iching/throw-coins"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"a9a37935-bb35-40be-bf5a-8b8166b287f8"},{"name":"With Changing Lines","id":"ca02cf3e-d63d-49b9-80f2-c3917d2f057b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/iching/with-changing-lines","description":"<p>Primary + transformed hexagrams.</p>\n","urlObject":{"path":["iching","with-changing-lines"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"7e4c8ad8-5fcd-4df9-9b86-f5cf43ea4be8","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/iching/with-changing-lines"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"primary\": {},\n    \"transformedHexagram\": {}\n  }\n}"},{"id":"fc621dd8-f1ae-4a5d-8d18-a3c4ff237e26","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/iching/with-changing-lines"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"bdc529ab-79fd-42d2-8b54-77fc0cfef4c1","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"seed\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/iching/with-changing-lines"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"ca02cf3e-d63d-49b9-80f2-c3917d2f057b"},{"name":"By Question","id":"21300923-a219-4531-a34f-1e4b1bb24694","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"question\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/iching/by-question","description":"<p>Deterministic hexagram from question text.</p>\n","urlObject":{"path":["iching","by-question"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"49ea86d7-351b-492f-a49f-74fc5df59e53","name":"Successful calculation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"question\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/iching/by-question"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"hexagram\": {}\n  }\n}"},{"id":"07a9cfdc-9417-45ff-9730-eb22bfdf9d64","name":"Validation error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"question\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/iching/by-question"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"3ba70854-34bf-4bae-b83f-21d1463cce35","name":"Missing or invalid API key","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"question\": \"...\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.astroway.info/v1/iching/by-question"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"21300923-a219-4531-a34f-1e4b1bb24694"}],"id":"fa0e2670-e16e-4bdf-b08c-617d7d3aebd9","description":"<p>☯️ I Ching (Standalone) endpoints</p>\n","_postman_id":"fa0e2670-e16e-4bdf-b08c-617d7d3aebd9","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}},{"name":"Zodiac Signs (Per-Sign Deep)","item":[{"name":"Aries — Cardinal Fire","id":"d5eb36e8-72cf-4bd0-a2c2-47cecb96e2ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/aries","description":"<p>Pioneering will, raw initiation. Ruler Mars. I AM signature.</p>\n","urlObject":{"path":["zodiac","aries"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"737c180e-87b6-4b39-9973-d506eb338e23","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/aries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"sign\": {},\n    \"description\": \"string\",\n    \"cohort\": {}\n  }\n}"},{"id":"20be45b1-fba2-46c2-ace4-cdc537677839","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/aries"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"f5a28eac-1fc2-47c3-826f-7dadbde9fdb2","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/aries"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"d5eb36e8-72cf-4bd0-a2c2-47cecb96e2ae"},{"name":"Taurus — Fixed Earth","id":"97c65171-e3cd-44ba-b405-2fd20f6e8837","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/taurus","description":"<p>Embodied stability, sensory wealth. Ruler Venus. I HAVE.</p>\n","urlObject":{"path":["zodiac","taurus"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"5f777d26-6bf3-4847-a891-2a9aa7600280","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/taurus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"sign\": {}\n  }\n}"},{"id":"3b6cac91-93c1-43c4-b6ce-1291be3e8495","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/taurus"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"e492fe43-caea-4d06-91e6-2d308c8044b0","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/taurus"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"97c65171-e3cd-44ba-b405-2fd20f6e8837"},{"name":"Gemini — Mutable Air","id":"141b5e62-ae9d-4769-a00c-cc7d8cc5c7b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/gemini","description":"<p>Curious connection, plural perspectives. Ruler Mercury. I THINK.</p>\n","urlObject":{"path":["zodiac","gemini"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"9dbdaf57-46af-4841-8a36-9fb25d68b0aa","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/gemini"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"sign\": {}\n  }\n}"},{"id":"434a1b87-460f-46a7-b724-b7dc07bc3a5b","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/gemini"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"b7c85815-446a-474d-897d-51e91ecb7708","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/gemini"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"141b5e62-ae9d-4769-a00c-cc7d8cc5c7b6"},{"name":"Cancer — Cardinal Water","id":"9467ca49-1e2c-4013-9ef7-1322bff10c38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/cancer","description":"<p>Protective nurture, tidal memory. Ruler Moon. I FEEL.</p>\n","urlObject":{"path":["zodiac","cancer"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"655e20a1-8076-4409-99e3-ea7b2e8fe94d","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/cancer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"sign\": {}\n  }\n}"},{"id":"00dcfa1a-79de-4393-91de-7b45c1424434","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/cancer"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"db197282-a731-49e2-8eb9-afa7083c42c1","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/cancer"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"9467ca49-1e2c-4013-9ef7-1322bff10c38"},{"name":"Leo — Fixed Fire","id":"83ef86ea-85be-4afa-86ae-0d3c13789107","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/leo","description":"<p>Radiant generosity, theatrical authority. Ruler Sun. I WILL.</p>\n","urlObject":{"path":["zodiac","leo"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"ea444d06-4754-40d6-8d52-c5ddb4c18ca5","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/leo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"sign\": {}\n  }\n}"},{"id":"5bcbfe41-af50-4f2b-8375-7af22dce964b","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/leo"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"5d4a8129-3b2f-41db-a8eb-7823a254b25e","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/leo"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"83ef86ea-85be-4afa-86ae-0d3c13789107"},{"name":"Virgo — Mutable Earth","id":"4c7d3336-046d-4e37-ba5f-08cec5d90ac6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/virgo","description":"<p>Discerning service, refined craft. Ruler Mercury. I ANALYZE.</p>\n","urlObject":{"path":["zodiac","virgo"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"a9872c61-09dc-4b9a-83b1-582b18858d76","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/virgo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"sign\": {}\n  }\n}"},{"id":"8fc14bb5-d31b-4f6b-a4bc-8aa0dcb928a4","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/virgo"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"fb53bbae-babc-4712-ac3f-0ca0141253d9","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/virgo"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"4c7d3336-046d-4e37-ba5f-08cec5d90ac6"},{"name":"Libra — Cardinal Air","id":"3ca7982f-b6a4-45b9-b837-98f3bddf9218","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/libra","description":"<p>Partnership, aesthetic balance, mediation. Ruler Venus. I BALANCE.</p>\n","urlObject":{"path":["zodiac","libra"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"2b762999-4ced-4557-a0f1-4e8314084fcd","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/libra"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"sign\": {}\n  }\n}"},{"id":"6ada423b-4b88-4a1e-93f1-3608fab35a17","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/libra"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"1fa52a53-16c5-46ab-b909-8eaa99c51000","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/libra"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"3ca7982f-b6a4-45b9-b837-98f3bddf9218"},{"name":"Scorpio — Fixed Water","id":"964c1191-a7fc-4932-8bea-1f56c890de9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/scorpio","description":"<p>Penetrating depth, transformation. Mars + Pluto. I DESIRE.</p>\n","urlObject":{"path":["zodiac","scorpio"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"b48d34a4-4681-4085-90d6-543a04404d3b","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/scorpio"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"sign\": {}\n  }\n}"},{"id":"4cb4abad-52d5-43b3-b6d3-e34a5c832460","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/scorpio"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"93c90afb-6ab6-4fcf-a437-66cf18311337","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/scorpio"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"964c1191-a7fc-4932-8bea-1f56c890de9e"},{"name":"Sagittarius — Mutable Fire","id":"69bf5e51-1d68-4b5e-9188-c1a9d623c2bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/sagittarius","description":"<p>Philosophical quest, frank expansion. Ruler Jupiter. I SEE.</p>\n","urlObject":{"path":["zodiac","sagittarius"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"da525104-1150-485f-bf62-7b18d41f6773","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/sagittarius"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"sign\": {}\n  }\n}"},{"id":"b10bb494-942c-4b65-ac2e-ae18b9a71eaf","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/sagittarius"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"4aa123ef-ff43-4438-8414-9eaf707fad9e","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/sagittarius"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"69bf5e51-1d68-4b5e-9188-c1a9d623c2bc"},{"name":"Capricorn — Cardinal Earth","id":"3d2c5e66-716f-4d0b-a079-fd0c3216e9df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/capricorn","description":"<p>Disciplined mastery, long-view structure. Ruler Saturn. I USE.</p>\n","urlObject":{"path":["zodiac","capricorn"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"6292b001-cf1f-40b9-9f16-976c7431f363","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/capricorn"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"sign\": {}\n  }\n}"},{"id":"f01d88ea-d836-46e4-9ba6-2d8314c101f4","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/capricorn"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"5f658298-187b-4b51-8e16-7de1afa58154","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/capricorn"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"3d2c5e66-716f-4d0b-a079-fd0c3216e9df"},{"name":"Aquarius — Fixed Air","id":"72ca95c8-59e5-43ca-9e6e-ad64ca20dab3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/aquarius","description":"<p>Communal innovation, futurist detachment. Saturn + Uranus. I KNOW.</p>\n","urlObject":{"path":["zodiac","aquarius"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"05c660d2-9844-46a7-9329-762041678619","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/aquarius"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"sign\": {}\n  }\n}"},{"id":"53b6e1dc-9ac2-46a2-bb29-b4db689ae8bf","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/aquarius"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"cbe96487-373a-4824-95b6-9d4bc4ac32ea","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/aquarius"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"72ca95c8-59e5-43ca-9e6e-ad64ca20dab3"},{"name":"Pisces — Mutable Water","id":"79c2dcec-c182-49e2-8130-85ac74907b34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/pisces","description":"<p>Oceanic compassion, dissolving boundaries. Jupiter + Neptune. I BELIEVE.</p>\n","urlObject":{"path":["zodiac","pisces"],"host":["https://api.astroway.info/v1"],"query":[],"variable":[]}},"response":[{"id":"d5d16f87-9484-478a-9962-b80cbbe7143a","name":"Successful calculation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/pisces"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": true,\n  \"data\": {\n    \"sign\": {}\n  }\n}"},{"id":"a1844fe8-ca43-4ba0-8941-13e459db052b","name":"Validation error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/pisces"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_INPUT\",\n    \"message\": \"Validation failed: date: Date must be YYYY-MM-DD\",\n    \"details\": [\n      {\n        \"path\": \"date\",\n        \"message\": \"Date must be YYYY-MM-DD\"\n      }\n    ]\n  }\n}"},{"id":"9d3bae66-5939-4c74-8501-a97df9ba32eb","name":"Missing or invalid API key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"},{"key":"Accept","value":"application/json"}],"url":"https://api.astroway.info/v1/zodiac/pisces"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false,\n  \"error\": {\n    \"code\": \"INVALID_API_KEY\",\n    \"message\": \"Invalid API key\"\n  }\n}"}],"_postman_id":"79c2dcec-c182-49e2-8130-85ac74907b34"}],"id":"37a3bd87-1f2f-4c03-b376-907bdc857154","description":"<p>♈ Zodiac Signs (Per-Sign Deep) endpoints</p>\n","_postman_id":"37a3bd87-1f2f-4c03-b376-907bdc857154","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]},"isInherited":true,"source":{"_postman_id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","id":"fb5f00c0-d1a8-42fa-8951-8da08850f6a6","name":"AstroWay Calculation API","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"aw_test_REPLACE_WITH_YOUR_KEY"}]}},"variable":[{"key":"baseUrl","value":"https://api.astroway.info/v1","description":"API base URL"},{"key":"apiKey","value":"aw_test_REPLACE_WITH_YOUR_KEY","description":"Get a free key at https://api.astroway.info/dashboard/keys"},{"key":"baseUrl","value":"https://api.astroway.info/v1"}]}