---
title: "Planets"
method: GET
path: "/reference/planets"
tags: ["Reference"]
---

# Planets

`GET /reference/planets`

Reference list of planetary bodies (Sun..Pluto + nodes + Chiron + Lilith) with archetype, rulerships, exaltation/fall/detriment, orbit period, and category.

## Response `200`

Successful calculation

- object
  - `ok` boolean
  - `data` object
    - `items` object[], nullable
      - `id` number, nullable
      - `name` string, nullable
      - `glyph` string, nullable
      - `unicode` string, nullable
      - `archetype` string, nullable
      - `rules` number[], nullable
      - `exaltation` number, nullable
      - `fall` number, nullable
      - `detriment` number[], nullable
      - `orbitDays` number, nullable
      - `type` string, nullable
    - `count` number, nullable

## Other responses

- `400` — Validation error
- `401` — Missing or invalid API key

## Changes

- **2026-08-24** `8ab5a768b521` — 3 info
  - added the optional property `data/items/items/detriment` to the response with the `200` status
  - added the optional property `data/items/items/orbitDays` to the response with the `200` status
  - added the optional property `data/items/items/unicode` to the response with the `200` status

[Change history](https://skmtc.dev/astroway/apis/astroway-calculation-api/changes/reference/planets/get.md)

---

[API](https://skmtc.dev/astroway/apis/astroway-calculation-api.md) · [All operations](https://skmtc.dev/astroway/apis/astroway-calculation-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/astroway/astroway-calculation-api/revisions/8ab5a768b521/schema)
