# Planets

`GET https://api.astroway.info/v1/reference/planets`

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

Group: Reference. Auth: none, this endpoint answers without a key. Operation ID: `reference_planets_get`.

## Parameters

| Name | In | Required | Type | Description |
|---|---|---|---|---|
| `undefined` |  | no | object |  |
| `undefined` |  | no | object |  |

## Responses

| Status | Meaning |
|---|---|
| 200 | Successful calculation |
| 400 | Validation error |
| 401 | Missing or invalid API key |

### Success fields, under `data`

| Field | Type | Required | Description |
|---|---|---|---|
| `items` | object[] | no |  |
| `count` | number | no |  |

## Example

```bash
curl -X GET https://api.astroway.info/v1/reference/planets \
  -H "Content-Type: application/json"
```

---

Rendered from https://api.astroway.info/v1/openapi.json. HTML page: https://api.astroway.info/docs/api/operations/reference_planets_get/
