Natal chart (public, no key)
POST
/public/chart
Code sample: cURL
curl -X POST 'https://api.astroway.info/v1/public/chart' -H 'Content-Type: application/json' -d '{"date":"1990-03-15","time":"14:30:00","timezoneOffset":2,"latitude":50.45,"longitude":30.52}'Full natal chart: planets, houses, aspects, angles. Same input and same engine as the authed POST /chart, served anonymously under the public rate limit. Responses carry the free-tier _footer watermark. Field names are strict: latitude, longitude, timezoneOffset, not lat / lng / tz.
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ” Media type application/json
Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss). Defaults to lat/lon/tz=0 if omitted; pass real values for accurate computation.
object
date required
string
time required
string
timezoneOffset
number
latitude
number
longitude
number
houseSystem
string
name
string
city
string
zodiacType
string
ayanamsaId
number
cosmogram
boolean
key additional
Example
{ "date": "1990-03-15", "time": "14:30:00", "timezoneOffset": 2, "latitude": 50.45, "longitude": 30.52}Responses
Section titled “ Responses ”OK
Media type application/json
Example
{ "ok": true, "data": { "julianDay": 2447966.02, "planets": [], "houses": {}, "aspects": [] }, "_footer": "Powered by astroway.api — get your own key at https://api.astroway.info"}Invalid input
Media type application/json
Example
{ "ok": false, "error": { "code": "INVALID_FIELD", "message": "Unsupported field \"lat\". Pass a numeric \"latitude\" in decimal degrees." }} Корисно?
Дякуємо за фідбек.