Natal Chart Revolutions of Planets#
/api/astro/revolutions/
Use this endpoint to receive the list of revolutions (time of planetary returns) for each planet for a given year of life. If a particular planet doesn't have any returns for the given year of life, it is not included in the resulting data.
Request#
Method POST
It requires the same parameters as a standard natal chart data endpoint, plus a required field age
of integer from 0 to 150.
Response#
For each planet it returns a list of data in UTC format when the planet returns to it's natal position. The accuracy of output is +/- 9 seconds. If planet has no returns for a given year, it is not included in the response.
"Solar": [
{
"year": 2052,
"month": 7,
"day": 31,
"hour": 9,
"minute": 27,
"second": 22,
"tz": 0.0,
"duration": 365.24 // Period of revolution in days
}
],
"Lunar": [
{
"year": 2052,
"month": 8,
"day": 9,
"hour": 8,
"minute": 27,
"second": 49,
"tz": 0.0,
"duration": 27.3
},
// .. tha same for other lunar returns
],
"Mercurian": [...],
"Venerian": [...],
"Jupiterian": [...],
"Saturnian": [...]