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

NameTypeInRequiredDescription
bodystringpathYes

Celestial body name

Allowed:
SunMoonMercuryVenusMarsJupiterSaturnUranusNeptunePlutoChironNorthNodeSouthNodeNorthNodeMeanSouthNodeMeanCeresJunoVestaPallasLilithMeanLilithTrueErisSednaMakemakeHaumeaQuaoarIxionVarunaHygieaAstraeaPsycheErosSapphoAmorCupidoHadesZeusKronosApollonAdmetosVulkanusPoseidonVertexAntiVertex

Response

200 — Next ingress event

body string required
sign string required
Enum:
AriesTaurusGeminiCancerLeoVirgoLibraScorpioSagittariusCapricornAquariusPisces
signBoundary number required
date string required
timestamp string required
isRetrograde boolean required
direction string 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"
}