Personal Cycles
POST
/api/numerology/personal-cycles
Calculate Personal Year, Month, and Day numbers. These reveal the current energetic influences in your life.
Authorizations
ApiKeyAuth
API key for authentication. Get your API key from the dashboard.
TypeAPI Key (header: X-Api-Key)
Request Body
application/json
JSON
{
"dateTime": "string",
"currentDate": "string"
}
Responses
Personal cycles calculation
application/vnd.api+json
JSON
{
"data": {
"personalYear": {
"value": 0,
"isMasterNumber": true,
"isKarmicDebt": true,
"reducedFrom": 0,
"calculation": "string"
},
"personalMonth": {
"value": 0,
"isMasterNumber": true,
"isKarmicDebt": true,
"reducedFrom": 0,
"calculation": "string"
},
"personalDay": {
"value": 0,
"isMasterNumber": true,
"isKarmicDebt": true,
"reducedFrom": 0,
"calculation": "string"
}
}
}