Astrology API

Astrology API

Bodies and Active points

Last updated on 24 Feb, 2026

For the follow api call are available over 50 different planets, nodes, asteroids, or other points:

  • /positions

  • /aspects

  • /positions/enhanced

  • /aspects/enhanced

The enhanced endpoint supports all of those bodies, so you just need to specify them explicitly in active_points within options. By default, only the 7 traditional planets + Ascendant + MC are returned.

Example with everything you need:

{
  "subject": {
    "birth_data": {
      "year": 1990, "month": 6, "day": 15,
      "hour": 14, "minute": 30,
      "city": "New York", "country_code": "US"
    }
  },
  "options": {
    "active_points": [
      "Sun", "Moon", "Mercury", "Venus", "Mars",
      "Jupiter", "Saturn", "Uranus", "Neptune", "Pluto",
      "Mean_Node", "True_Node", "Mean_South_Node", "True_South_Node",
      "Chiron", "Ceres", "Pallas", "Juno", "Vesta",
      "Ascendant", "Medium_Coeli", "Descendant", "Imum_Coeli", "Vertex",
      "Mean_Lilith", "True_Lilith",
      "Part_of_Fortune", "Part_of_Spirit"
    ]
  }
}

Houses (all 12 cusps) are available via a separate endpoint: POST /api/v3/data/houses.

The full list of supported points is available at: GET /api/v3/glossary/active-points

Was this page helpful?

Powered by InstantDocs