---
title: "Crystals by Chakra"
method: GET
path: "/esoteric/crystals/by-chakra/{chakra}"
tags: ["Esoteric"]
---

# Crystals by Chakra

`GET /esoteric/crystals/by-chakra/{chakra}`

Crystals indexed for a given chakra (Root / Sacral / Solar Plexus / Heart / Throat / Third Eye / Crown).

## Path parameters

- `chakra` string, required

## Response `200`

Successful calculation

- object
  - `ok` boolean
  - `data` object
    - `chakra` string, nullable
    - `items` object[], nullable
      - `name` string, nullable
      - `color` string, nullable
      - `chakra` string[], nullable
      - `zodiacSigns` string[], nullable
      - `planet` string[], nullable
      - `element` string, nullable
      - `hardness` number, nullable
      - `purposes` string[], nullable
      - `description` string, nullable
    - `count` number, nullable

## Other responses

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

## Changes

- **2026-08-24** `8ab5a768b521` — 7 info
  - added the optional property `data/items/items/chakra` to the response with the `200` status
  - added the optional property `data/items/items/color` to the response with the `200` status
  - added the optional property `data/items/items/description` to the response with the `200` status
  - added the optional property `data/items/items/element` to the response with the `200` status
  - …3 more

[Change history](https://skmtc.dev/astroway/apis/astroway-calculation-api/changes/esoteric/crystals/by-chakra/:chakra/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/4ed0fa90d9dc/schema)
