Skip to main content
POST/v1/crystals/recommend

Crystal recommendations

Recommend crystals based on zodiac sign, chakra, or intention keyword. At least one filter must be provided. Providing multiple filters returns crystals that match the most criteria first. Valid chakras: Root, Sacral, Solar Plexus, Heart, Throat, Third Eye, Crown. Returns up to limit crystals (default 5, max 20).

Request parameters

zodiac_signoptional
string | null
Western zodiac sign to filter by. Example: 'Taurus', 'Scorpio'.
chakraoptional
string | null
Chakra to filter by. One of: Root, Sacral, Solar Plexus, Heart, Throat, Third Eye, Crown.
intentionoptional
string | null
Intention keyword to match. Example: 'protection', 'love', 'abundance'.
limitoptional
integer
Maximum number of recommendations to return.

Response fields

success
boolean
True if the request succeeded
message
string
Human-readable status message
data
object
data.total
integer
Number of crystals returned.
data.filters_applied
object
The filters used for this recommendation.
data.crystals
array[object]
Recommended crystals sorted by match strength.
data.crystals[].slug
string
URL-safe identifier, e.g. 'amethyst', 'blue-sapphire'.
data.crystals[].name
string
Display name of the crystal.
data.crystals[].colors
array[string]
Primary colours of this crystal.
data.crystals[].hardness_mohs
number
Hardness on the Mohs scale (1-10).
data.crystals[].chakras
array[string]
Associated chakras.
data.crystals[].element
string
Classical element: Earth, Water, Fire, Air, or All.
data.crystals[].zodiac_signs
array[string]
Associated Western zodiac signs.
data.crystals[].vedic_planet
string | null
Vedic planetary correspondence. Null if no classical Vedic text assigns this stone.
data.crystals[].vedic_correspondence
string
'navaratna' (primary classical gem), 'uparatna' (substitute gem), or 'none_classical' (no Vedic text assigns this stone).
data.crystals[].western_planet
string | null
Western metaphysical planetary correspondence.
data.crystals[].keywords
array[string]
Primary energy keywords.
data.crystals[].healing_physical
string
Physical healing properties.
data.crystals[].healing_emotional
string
Emotional healing properties.
data.crystals[].healing_spiritual
string
Spiritual healing properties.
data.crystals[].description
string
Overview description.
data.crystals[].origins
array[string]
Primary geographic origins.
data.crystals[].affirmation
string
Affirmation for working with this crystal.
data.crystals[].caution
string | null
Important safety or usage cautions. Null if none.

Errors

Missing or invalid API key.
Upstream ephemeris service error.
API key tier does not include this endpoint.
Unexpected server error.
Too many requests in a short window.
Request body exceeds the size limit.
Referenced resource was not found.
Request body failed schema validation.