JSON

Birth Flowers by Month - JSON

Birth flowers are flowers associated with the month or day of one's birth. Each month has a representative flower with its own unique meaning. Flowers have long been used as a means of conveying human emotions and thoughts. By giving birth flowers, you can express special feelings and blessings to the recipient.

birth flowers flower meanings flower gifts birthday flowers plants
[
  {
    "code": "01",
    "slug": "january-tulip",
    "name": "Tulip",
    "description": "The birth flower for January. A bulbous flower that heralds the arrival of spring.",
    "month": "January",
    "flowerLanguage": [
      "Compassion",
      "Fame",
      "Declaration of Love"
    ]
  },
  {
    "code": "02",
    "slug": "february-anemone",
    "name": "Anemone",
    "description": "The birth flower for February. A gorgeous flower that blooms while waiting for spring.",
    "month": "February",
    "flowerLanguage": [
      "Fleeting Love",
      "I Love You",
      "Hope for Tomorrow"
    ]
  },
  {
    "code": "03",
    "slug": "march-ranunculus",
    "name": "Ranunculus",
    "description": "The birth flower for March. A flower with charming frill-like petals.",
    "month": "March",
    "flowerLanguage": [
      "Radiant Charm",
      "Charming",
      "Honor",
      "Radiating Brilliance"
    ]
  },
  {
    "code": "04",
    "slug": "april-gerbera",
    "name": "Gerbera",
    "description": "The birth flower for April. A flower with a cheerful and bright atmosphere.",
    "month": "April",
    "flowerLanguage": [
      "Hope",
      "Forward-looking",
      "Always Moving Forward",
      "Beauty"
    ]
  },
  {
    "code": "05",
    "slug": "may-peony",
    "name": "Peony",
    "description": "The birth flower for May. In Japan, it is synonymous with beauty.",
    "month": "May",
    "flowerLanguage": [
      "Bashfulness",
      "Modesty",
      "Purity",
      "Dignity"
    ]
  },
  {
    "code": "06",
    "slug": "june-lisianthus",
    "name": "Lisianthus",
    "description": "The birth flower for June. Blooms beautiful frilled double flowers.",
    "month": "June",
    "flowerLanguage": [
      "Refreshing Beauty",
      "Elegance",
      "Hope"
    ]
  },
  {
    "code": "07",
    "slug": "july-sunflower",
    "name": "Sunflower",
    "description": "The birth flower for July. Blooms bright, large flowers like the sun.",
    "month": "July",
    "flowerLanguage": [
      "I Only Have Eyes for You",
      "Adoration",
      "Affection"
    ]
  },
  {
    "code": "08",
    "slug": "august-anthurium",
    "name": "Anthurium",
    "description": "The birth flower for August. A tropical flower with characteristic heart-shaped petals.",
    "month": "August",
    "flowerLanguage": [
      "A Heart Tormented by Love",
      "Worldly Desires"
    ]
  },
  {
    "code": "09",
    "slug": "september-dahlia",
    "name": "Dahlia",
    "description": "The birth flower for September. A flower with gorgeous and diverse forms.",
    "month": "September",
    "flowerLanguage": [
      "Splendor",
      "Dignity",
      "Elegance"
    ]
  },
  {
    "code": "10",
    "slug": "october-callalily",
    "name": "Calla Lily",
    "description": "The birth flower for October. A flower with a modest and graceful appearance.",
    "month": "October",
    "flowerLanguage": [
      "Maidenly Modesty",
      "Purity",
      "Splendid Beauty"
    ]
  },
  {
    "code": "11",
    "slug": "november-casablanca",
    "name": "Casablanca Lily",
    "description": "The birth flower for November. A type of lily with a noble and elegant fragrance.",
    "month": "November",
    "flowerLanguage": [
      "Purity",
      "Dignity"
    ]
  },
  {
    "code": "12",
    "slug": "december-rose",
    "name": "Rose",
    "description": "The birth flower for December. The queen of flowers loved around the world.",
    "month": "December",
    "flowerLanguage": [
      "I Love You",
      "Chastity",
      "Passionate Love"
    ]
  }
]