---
title: "Zodiac Signs"
method: GET
path: "/reference/signs"
tags: ["Reference"]
---

# Zodiac Signs

`GET /reference/signs`

Reference list of the 12 zodiac signs with element, modality, polarity, classical and modern rulers, exaltation, fall, detriment, and body parts.

## Response `200`

Successful calculation

- object
  - `ok` boolean
  - `data` object
    - `items` object[], nullable
      - `id` number, nullable
      - `name` string, nullable
      - `glyph` string, nullable
      - `unicode` string, nullable
      - `element` string, nullable
      - `modality` string, nullable
      - `polarity` string, nullable
      - `ruler` string, nullable
      - `exaltation` string, nullable
      - `fall` string, nullable
      - `detriment` string, nullable
      - `bodyParts` string[], nullable
      - `startLongitude` number, 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/bodyParts` to the response with the `200` status
  - added the optional property `data/items/items/startLongitude` 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/signs/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)
