JSON
Birthstones by Month - JSON
Birthstones by month are gemstones associated with each month of birth. This data includes both the Japanese 2021 revised version and the international standard (American Gem Society), clearly distinguishing between the different standards of each country. Each birthstone includes its meaning, Japanese name, and other details, serving as a reference for choosing gifts or talismans.
birthstones
gemstones
monthly
stone meanings
jewelry
power stones
[
{
"code": "01",
"slug": "january",
"name": "January",
"description": "The birthstone for January is Garnet.",
"birthstones": [
{
"name": "Garnet",
"japaneseName": "石榴石(せきりゅうせき)",
"meaning": "Truth, loyalty, friendship, trust",
"standards": [
"japan",
"international"
],
"color": "Deep Red"
}
]
},
{
"code": "02",
"slug": "february",
"name": "February",
"description": "The birthstone for February is Amethyst.",
"birthstones": [
{
"name": "Amethyst",
"japaneseName": "紫水晶(むらさきすいしょう)",
"meaning": "Sincerity, peace of mind, nobility",
"standards": [
"japan",
"international"
],
"color": "Purple"
}
]
},
{
"code": "03",
"slug": "march",
"name": "March",
"description": "The birthstone for March is Aquamarine (Bloodstone in international standard also).",
"birthstones": [
{
"name": "Aquamarine",
"japaneseName": "藍玉(らんぎょく)",
"meaning": "Composure, bravery, wisdom, happy marriage",
"standards": [
"japan",
"international"
],
"color": "Blue-Green"
},
{
"name": "Bloodstone",
"japaneseName": "血石(けっせき)",
"meaning": "Courage, health, vitality",
"standards": [
"international"
],
"color": "Green with Red Spots"
}
]
},
{
"code": "04",
"slug": "april",
"name": "April",
"description": "The birthstone for April is Diamond.",
"birthstones": [
{
"name": "Diamond",
"japaneseName": "金剛石(こんごうせき)",
"meaning": "Purity, innocence, eternal love",
"standards": [
"japan",
"international"
],
"color": "Colorless (various colors available)"
}
]
},
{
"code": "05",
"slug": "may",
"name": "May",
"description": "The birthstone for May is Emerald.",
"birthstones": [
{
"name": "Emerald",
"japaneseName": "翠玉(すいぎょく)",
"meaning": "Luck, hope, charity, happiness",
"standards": [
"japan",
"international"
],
"color": "Green"
}
]
},
{
"code": "06",
"slug": "june",
"name": "June",
"description": "The birthstones for June are Pearl and Alexandrite (Moonstone in international standard also).",
"birthstones": [
{
"name": "Pearl",
"japaneseName": "真珠(しんじゅ)",
"meaning": "Health, longevity, purity, wealth",
"standards": [
"japan",
"international"
],
"color": "White, Cream, Pink, Black"
},
{
"name": "Alexandrite",
"japaneseName": "変石(へんせき)",
"meaning": "Change, adaptability, creativity",
"standards": [
"japan",
"international"
],
"color": "Green to Red (color change)"
},
{
"name": "Moonstone",
"japaneseName": "月長石(げっちょうせき)",
"meaning": "Intuition, inspiration, new beginnings",
"standards": [
"international"
],
"color": "White with Blue Sheen"
}
]
},
{
"code": "07",
"slug": "july",
"name": "July",
"description": "The birthstone for July is Ruby.",
"birthstones": [
{
"name": "Ruby",
"japaneseName": "紅玉(こうぎょく)",
"meaning": "Passion, love, courage, dignity",
"standards": [
"japan",
"international"
],
"color": "Red"
}
]
},
{
"code": "08",
"slug": "august",
"name": "August",
"description": "The birthstones for August are Peridot and Spinel (Sardonyx in international standard also).",
"birthstones": [
{
"name": "Peridot",
"japaneseName": "橄欖石(かんらんせき)",
"meaning": "Happiness, marital love, peace",
"standards": [
"japan",
"international"
],
"color": "Yellow-Green"
},
{
"name": "Spinel",
"japaneseName": "尖晶石(せんしょうせき)",
"meaning": "Goal achievement, indomitable spirit",
"standards": [
"japan",
"international"
],
"color": "Red, Pink, Blue, Black"
},
{
"name": "Sardonyx",
"japaneseName": "縞瑪瑙(しまめのう)",
"meaning": "Good luck, stability, marital happiness",
"standards": [
"international"
],
"color": "Red and White Banded"
}
]
},
{
"code": "09",
"slug": "september",
"name": "September",
"description": "The birthstone for September is Sapphire.",
"birthstones": [
{
"name": "Sapphire",
"japaneseName": "青玉(せいぎょく)",
"meaning": "Truth, sincerity, health, virtue",
"standards": [
"japan",
"international"
],
"color": "Blue (various colors available)"
}
]
},
{
"code": "10",
"slug": "october",
"name": "October",
"description": "The birthstones for October are Opal and Tourmaline.",
"birthstones": [
{
"name": "Opal",
"japaneseName": "蛋白石(たんばくせき)",
"meaning": "Hope, purity, creativity, sensitivity",
"standards": [
"japan",
"international"
],
"color": "White, Black, Fire (play-of-color)"
},
{
"name": "Tourmaline",
"japaneseName": "電気石(でんきせき)",
"meaning": "Tolerance, healing, inspiration",
"standards": [
"japan",
"international"
],
"color": "Pink, Green, Blue, Watermelon"
}
]
},
{
"code": "11",
"slug": "november",
"name": "November",
"description": "The birthstones for November are Topaz and Citrine.",
"birthstones": [
{
"name": "Topaz",
"japaneseName": "黄玉(おうぎょく)",
"meaning": "Friendship, camaraderie, prosperity",
"standards": [
"japan",
"international"
],
"color": "Yellow, Blue, Pink, Colorless"
},
{
"name": "Citrine",
"japaneseName": "黄水晶(きすいしょう)",
"meaning": "Happiness, health, success, friendship",
"standards": [
"japan",
"international"
],
"color": "Yellow to Orange"
}
]
},
{
"code": "12",
"slug": "december",
"name": "December",
"description": "The birthstones for December are Turquoise, Lapis Lazuli, Tanzanite, and Zircon.",
"birthstones": [
{
"name": "Turquoise",
"japaneseName": "トルコ玉(とるこぎょく)",
"meaning": "Strong luck, success, happiness, health, friendship",
"standards": [
"japan"
],
"color": "Blue-Green"
},
{
"name": "Lapis Lazuli",
"japaneseName": "瑠璃(るり)",
"meaning": "Success, truth, health, nobility",
"standards": [
"japan"
],
"color": "Deep Blue with Gold Pyrite"
},
{
"name": "Tanzanite",
"japaneseName": "灰簾石(かいれんせき)",
"meaning": "Calmness, nobility, intelligence, mystery",
"standards": [
"japan",
"international"
],
"color": "Blue-Violet"
},
{
"name": "Zircon",
"japaneseName": "風信子石(ひやしんすせき)",
"meaning": "Peace, vitality, success, tranquility",
"standards": [
"japan",
"international"
],
"color": "Blue, Colorless, Yellow, Red"
}
]
}
]