{
  "api": "birthstones",
  "title": "Birthstones",
  "description": "The traditional monthly birthstones with their color and symbolic meaning.",
  "emoji": "💎",
  "license": "GPL-2.0-or-later",
  "count": 12,
  "self": "https://gratisapi.com/api/birthstones/index",
  "endpoints": {
    "list": "https://gratisapi.com/api/birthstones/index",
    "item": "https://gratisapi.com/api/birthstones/{id}"
  },
  "fields": [
    "birthstone",
    "color",
    "id",
    "meaning",
    "month"
  ],
  "results": [
    {
      "id": "january",
      "month": "January",
      "birthstone": "Garnet",
      "color": "Deep red",
      "meaning": "Protection and enduring friendship",
      "url": "https://gratisapi.com/api/birthstones/january"
    },
    {
      "id": "february",
      "month": "February",
      "birthstone": "Amethyst",
      "color": "Purple",
      "meaning": "Peace, clarity, and courage",
      "url": "https://gratisapi.com/api/birthstones/february"
    },
    {
      "id": "march",
      "month": "March",
      "birthstone": "Aquamarine",
      "color": "Pale blue",
      "meaning": "Serenity and good health",
      "url": "https://gratisapi.com/api/birthstones/march"
    },
    {
      "id": "april",
      "month": "April",
      "birthstone": "Diamond",
      "color": "Colorless",
      "meaning": "Everlasting love and strength",
      "url": "https://gratisapi.com/api/birthstones/april"
    },
    {
      "id": "may",
      "month": "May",
      "birthstone": "Emerald",
      "color": "Green",
      "meaning": "Rebirth, love, and fertility",
      "url": "https://gratisapi.com/api/birthstones/may"
    },
    {
      "id": "june",
      "month": "June",
      "birthstone": "Pearl",
      "color": "White",
      "meaning": "Purity and wisdom",
      "url": "https://gratisapi.com/api/birthstones/june"
    },
    {
      "id": "july",
      "month": "July",
      "birthstone": "Ruby",
      "color": "Red",
      "meaning": "Passion, vitality, and protection",
      "url": "https://gratisapi.com/api/birthstones/july"
    },
    {
      "id": "august",
      "month": "August",
      "birthstone": "Peridot",
      "color": "Lime green",
      "meaning": "Strength and good fortune",
      "url": "https://gratisapi.com/api/birthstones/august"
    },
    {
      "id": "september",
      "month": "September",
      "birthstone": "Sapphire",
      "color": "Blue",
      "meaning": "Wisdom, loyalty, and nobility",
      "url": "https://gratisapi.com/api/birthstones/september"
    },
    {
      "id": "october",
      "month": "October",
      "birthstone": "Opal",
      "color": "Iridescent",
      "meaning": "Hope, creativity, and innocence",
      "url": "https://gratisapi.com/api/birthstones/october"
    },
    {
      "id": "november",
      "month": "November",
      "birthstone": "Topaz",
      "color": "Golden yellow",
      "meaning": "Affection and strength",
      "url": "https://gratisapi.com/api/birthstones/november"
    },
    {
      "id": "december",
      "month": "December",
      "birthstone": "Turquoise",
      "color": "Blue-green",
      "meaning": "Good fortune and protection",
      "url": "https://gratisapi.com/api/birthstones/december"
    }
  ]
}
