JSON

Famous Fashion Designers - JSON

This list compiles renowned fashion designers who revolutionized the fashion industry from the 20th to 21st century and greatly influenced modern fashion. It introduces designers such as Coco Chanel, Christian Dior, Yves Saint Laurent, and Giorgio Armani, who created innovative designs in their respective eras and contributed to women's lifestyles and social advancement.

fashion designers fashion history luxury brands haute couture
[
  {
    "code": "01",
    "slug": "coco-chanel",
    "name": "Coco Chanel",
    "fullName": "Gabrielle Chanel",
    "birthYear": 1883,
    "deathYear": 1971,
    "nationality": "France",
    "brandFounded": "1910",
    "description": "A revolutionary in 20th century fashion who liberated women from corsets.",
    "signatureWorks": [
      "Little Black Dress",
      "Chanel Suit",
      "Chanel No.5"
    ],
    "era": "1910s-1970s"
  },
  {
    "code": "02",
    "slug": "christian-dior",
    "name": "Christian Dior",
    "fullName": "Christian Dior",
    "birthYear": 1905,
    "deathYear": 1957,
    "nationality": "France",
    "brandFounded": "1946",
    "description": "A legendary designer who revolutionized post-war fashion with the 'New Look.'",
    "signatureWorks": [
      "New Look",
      "Bar Jacket",
      "Miss Dior"
    ],
    "era": "1947-1957"
  },
  {
    "code": "03",
    "slug": "yves-saint-laurent",
    "name": "Yves Saint Laurent",
    "fullName": "Yves Saint Laurent",
    "birthYear": 1936,
    "deathYear": 2008,
    "nationality": "France",
    "brandFounded": "1961",
    "description": "Created 'Le Smoking' and established women's suit style.",
    "signatureWorks": [
      "Le Smoking",
      "Mondrian Collection",
      "Safari Jacket"
    ],
    "era": "1957-2008"
  },
  {
    "code": "04",
    "slug": "giorgio-armani",
    "name": "Giorgio Armani",
    "fullName": "Giorgio Armani",
    "birthYear": 1934,
    "nationality": "Italy",
    "brandFounded": "1975",
    "description": "Revolutionized 'the suit' and became the symbol of power dressing.",
    "signatureWorks": [
      "Power Suit",
      "Unstructured Jacket",
      "Red Carpet Fashion"
    ],
    "era": "1975-present"
  },
  {
    "code": "05",
    "slug": "ralph-lauren",
    "name": "Ralph Lauren",
    "fullName": "Ralph Lifshitz",
    "birthYear": 1939,
    "nationality": "United States",
    "brandFounded": "1967",
    "description": "Founder of a lifestyle brand embodying the American Dream.",
    "signatureWorks": [
      "Polo Shirt",
      "American Classic Style"
    ],
    "era": "1967-present"
  },
  {
    "code": "06",
    "slug": "karl-lagerfeld",
    "name": "Karl Lagerfeld",
    "fullName": "Karl Otto Lagerfeld",
    "birthYear": 1933,
    "deathYear": 2019,
    "nationality": "Germany",
    "description": "A versatile designer known as the 'Kaiser of Fashion.'",
    "signatureWorks": [
      "Chanel Revival",
      "Fendi Baguette"
    ],
    "era": "1950s-2019"
  },
  {
    "code": "07",
    "slug": "donatella-versace",
    "name": "Donatella Versace",
    "fullName": "Donatella Versace",
    "birthYear": 1955,
    "nationality": "Italy",
    "description": "Creative director of Versace known for sexy and bold designs.",
    "signatureWorks": [
      "Safety Pin Dress",
      "Baroque Print"
    ],
    "era": "1997-present"
  },
  {
    "code": "08",
    "slug": "alexander-mcqueen",
    "name": "Alexander McQueen",
    "fullName": "Lee Alexander McQueen",
    "birthYear": 1969,
    "deathYear": 2010,
    "nationality": "United Kingdom",
    "description": "A revolutionary British designer known as the 'enfant terrible' of fashion.",
    "signatureWorks": [
      "Skull Scarf",
      "Armadillo Shoes",
      "Savage Beauty"
    ],
    "era": "1992-2010"
  }
]