Get Horoscope Chart Image in SVG Format
Method | Full Url |
---|---|
POST | https://json.apireports.com/v1/horo_chart_image/:chartID |
chartID
chartID means the type of chart for which you want data.
For example:-
Params | Data Type | Description | Example |
---|---|---|---|
day | int | Date of Birth | 15 |
month | int | Month of Birth | 9 |
year | int | Year of Birth | 1994 |
hour | int | Hour of Birth | 12 |
min | int | Min of Birth | 30 |
lat | float | Latitude of Birth Place | 28.6139 |
lon | float | Longitude of Birth Place | 77.1025 |
tzone | float | Timezone of Birth Place | 5.5 |
chartStyle | String | Chart Style (north,south,east) | north |
bgClr | String | Image BG Color (Default:#FFFEC9) | #FFFEC9 |
lineClr | String | Line Color (Default:#FFC000) | #FFC000 |
signClr | String | Sign Color (Default:red) | red |
planetClr | String | Planet Color (Default:blue) | blue |
chartSize | int | Image Size (Default:350) | 350 |
lineWidth | int | Line Width (Default:2) | 2 |
fontSize | int | Font Size (Default:15) | 15 |
signSymbol | String | Show Sign Symbol Y/N (Default:N) | N |
planetSymbol | String | Show Planets Symbol Y/N (Default:N) | N |