|
63 | 63 | }, |
64 | 64 | { |
65 | 65 | "name": "Crystals and Healing Stones", |
66 | | - "description": "Crystal healing API with 80 healing crystals and gemstones and their spiritual, emotional, and physical properties. Filter by chakra (Root through Crown), zodiac sign, or element, search by keyword, browse birthstones by month, discover crystal pairings, and get random or daily crystal picks. Includes Mohs hardness, numerological vibration, and planetary associations per stone. Built for wellness apps, crystal shops, chakra-balancing tools, astrology integrations, and AI spiritual advisors. One key covers every RoxyAPI domain, with Remote MCP and typed SDKs." |
| 66 | + "description": "Crystal healing API covering the most popular and widely-searched healing crystals and gemstones, from Amethyst and Rose Quartz to Moldavite and Selenite, each with its spiritual, emotional, and physical properties. Filter by chakra (Root through Crown), zodiac sign, or element, search by keyword, browse birthstones by month, discover crystal pairings, and get random or daily crystal picks. Includes Mohs hardness, numerological vibration, and planetary associations per stone. Built for wellness apps, crystal shops, chakra-balancing tools, astrology integrations, and AI spiritual advisors. One key covers every RoxyAPI domain, with Remote MCP and typed SDKs." |
67 | 67 | }, |
68 | 68 | { |
69 | 69 | "name": "Dreams", |
@@ -68448,10 +68448,10 @@ |
68448 | 68448 | "schema": { |
68449 | 68449 | "type": "string", |
68450 | 68450 | "example": "amethyst", |
68451 | | - "description": "URL-safe crystal identifier to find pairings for (e.g., \"amethyst\", \"rose-quartz\")." |
| 68451 | + "description": "URL-safe crystal identifier to find pairings for, case-insensitive (e.g., \"amethyst\", \"Amethyst\", \"rose-quartz\" all resolve)." |
68452 | 68452 | }, |
68453 | 68453 | "required": true, |
68454 | | - "description": "URL-safe crystal identifier to find pairings for (e.g., \"amethyst\", \"rose-quartz\").", |
| 68454 | + "description": "URL-safe crystal identifier to find pairings for, case-insensitive (e.g., \"amethyst\", \"Amethyst\", \"rose-quartz\" all resolve).", |
68455 | 68455 | "name": "id", |
68456 | 68456 | "in": "path" |
68457 | 68457 | }, |
|
70101 | 70101 | "properties": { |
70102 | 70102 | "total": { |
70103 | 70103 | "type": "number", |
70104 | | - "example": 80, |
70105 | 70104 | "description": "Total number of crystals matching the filter criteria." |
70106 | 70105 | }, |
70107 | 70106 | "limit": { |
@@ -70395,10 +70394,10 @@ |
70395 | 70394 | "schema": { |
70396 | 70395 | "type": "string", |
70397 | 70396 | "example": "amethyst", |
70398 | | - "description": "URL-safe crystal identifier (e.g., \"amethyst\", \"rose-quartz\", \"black-tourmaline\"). Must match an entry in the database." |
| 70397 | + "description": "URL-safe crystal identifier, case-insensitive (e.g., \"amethyst\", \"Amethyst\", \"rose-quartz\" all resolve). Must match an entry in the database." |
70399 | 70398 | }, |
70400 | 70399 | "required": true, |
70401 | | - "description": "URL-safe crystal identifier (e.g., \"amethyst\", \"rose-quartz\", \"black-tourmaline\"). Must match an entry in the database.", |
| 70400 | + "description": "URL-safe crystal identifier, case-insensitive (e.g., \"amethyst\", \"Amethyst\", \"rose-quartz\" all resolve). Must match an entry in the database.", |
70402 | 70401 | "name": "id", |
70403 | 70402 | "in": "path" |
70404 | 70403 | }, |
|
0 commit comments