get
/api/v1/ingress/{body}/next
Get the next ingress for a body
Overview
Returns when a specific planet will next enter a new zodiac sign.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
body | string | path | Yes | Celestial body name Allowed: SunMoonMercuryVenusMarsJupiterSaturnUranusNeptunePlutoChironNorthNodeSouthNodeNorthNodeMeanSouthNodeMeanCeresJunoVestaPallasLilithMeanLilithTrueErisSednaMakemakeHaumeaQuaoarIxionVarunaHygieaAstraeaPsycheErosSapphoAmorCupidoHadesZeusKronosApollonAdmetosVulkanusPoseidonVertexAntiVertex |
Response
200 — Next ingress event
bodystring requiredsignstring required- Enum:
AriesTaurusGeminiCancerLeoVirgoLibraScorpioSagittariusCapricornAquariusPisces signBoundarynumber requireddatestring requiredtimestampstring requiredisRetrogradeboolean requireddirectionstring required- Enum:
directretrograde
Example Request
cURL
curl "https://api.almuten.io/api/v1/ingress/{body}/next" \
-H "Authorization: Bearer YOUR_API_KEY"Example Response
JSON
{
"body": "",
"sign": "Aries",
"signBoundary": 0,
"date": "",
"timestamp": "",
"isRetrograde": true,
"direction": "direct"
}