Zodiac
The Zodiac type is used in response data to provide a consistent interface for accessing zodiac related data points.
JSON
"zodiac": {
"degree": {
"degrees": 15,
"minutes": 24,
"seconds": 9,
"formatted": "15º 24' 9\""
},
"sign": {
"name": "Pisces",
"slug": "pisces"
}
}
Properties
| Name | Type | Value |
|---|---|---|
degree |
Degree |
DMS (degrees, arc minutes, arc seconds) notation parts of the decimal longitude value mapped to 0º < 30º of the corresponding zodiac sign. |
sign |
Label |
Identifying information of the zodiac sign. |