JSON

Major Music Festivals Around the World - JSON

Major music festivals around the world are large-scale music events that attract millions of attendees annually across the globe. Festivals with unique cultures and histories are held in various countries, including Glastonbury Festival in the UK, Fuji Rock Festival in Japan, Coachella in the USA, and Rock in Rio in Brazil. These festivals create multifaceted value beyond music, including art, fashion, environmental protection, and contributions to local economies.

music festival live music rock pop EDM events concerts
[
  {
    "code": "01",
    "slug": "glastonbury-festival",
    "name": "Glastonbury Festival",
    "description": "One of the world's largest music festivals held in the UK.",
    "location": "Pilton, Somerset, England (Worthy Farm)",
    "founded": 1970,
    "genre": [
      "Rock",
      "Pop",
      "Folk",
      "Electronic"
    ],
    "attendance": "約20万人"
  },
  {
    "code": "02",
    "slug": "fuji-rock-festival",
    "name": "Fuji Rock Festival",
    "description": "Japan's largest outdoor music festival.",
    "location": "Naeba Ski Resort, Yuzawa, Niigata, Japan",
    "founded": 1997,
    "genre": [
      "Rock",
      "Pop",
      "Electronic",
      "Jazz",
      "Hip Hop"
    ],
    "attendance": "約10万人"
  },
  {
    "code": "03",
    "slug": "rock-in-rio",
    "name": "Rock in Rio",
    "description": "A world-scale music festival originating from Brazil.",
    "location": "Rio de Janeiro, Brazil (also held in Portugal, Spain, and USA)",
    "founded": 1985,
    "genre": [
      "Rock",
      "Pop",
      "Heavy Metal",
      "Brazilian Music"
    ],
    "attendance": "約70万人(4日間合計)"
  },
  {
    "code": "04",
    "slug": "coachella",
    "name": "Coachella Valley Music and Arts Festival",
    "description": "A world-renowned music festival held in the California desert.",
    "location": "Indio, California, USA",
    "founded": 1999,
    "genre": [
      "Rock",
      "Hip Hop",
      "EDM",
      "Pop",
      "Indie"
    ],
    "attendance": "約67万人(2週間合計)"
  },
  {
    "code": "05",
    "slug": "lollapalooza",
    "name": "Lollapalooza",
    "description": "A large-scale music festival originating from the USA.",
    "location": "Chicago, Illinois, USA (also held in Brazil, Chile, Argentina, and France)",
    "founded": 1991,
    "genre": [
      "Rock",
      "Pop",
      "Hip Hop",
      "EDM",
      "Punk"
    ],
    "attendance": "約40万人(4日間合計)"
  },
  {
    "code": "06",
    "slug": "tomorrowland",
    "name": "Tomorrowland",
    "description": "One of the world's largest EDM festivals held in Belgium.",
    "location": "Boom, Antwerp Province, Belgium",
    "founded": 2005,
    "genre": [
      "EDM",
      "House",
      "Techno",
      "Trance"
    ],
    "attendance": "約40万人(2週間合計)"
  },
  {
    "code": "07",
    "slug": "montreux-jazz-festival",
    "name": "Montreux Jazz Festival",
    "description": "A world-renowned jazz festival held in Switzerland.",
    "location": "Montreux, Vaud, Switzerland",
    "founded": 1967,
    "genre": [
      "Jazz",
      "Blues",
      "Rock",
      "Soul"
    ],
    "attendance": "約25万人"
  },
  {
    "code": "08",
    "slug": "summerfest",
    "name": "Summerfest",
    "description": "One of the world's largest music festivals held in the USA.",
    "location": "Milwaukee, Wisconsin, USA",
    "founded": 1968,
    "genre": [
      "Rock",
      "Pop",
      "Country",
      "R&B",
      "Hip Hop"
    ],
    "attendance": "約85万人"
  },
  {
    "code": "09",
    "slug": "sziget-festival",
    "name": "Sziget Festival",
    "description": "A large-scale music festival held on an island in Budapest, Hungary.",
    "location": "Obuda Island, Budapest, Hungary",
    "founded": 1993,
    "genre": [
      "Rock",
      "Indie",
      "Electronic",
      "World Music"
    ],
    "attendance": "約40万人"
  },
  {
    "code": "10",
    "slug": "splendour-in-the-grass",
    "name": "Splendour in the Grass",
    "description": "A major music festival held in Australia.",
    "location": "New South Wales, Australia",
    "founded": 2001,
    "genre": [
      "Rock",
      "Indie",
      "Electronic",
      "Hip Hop"
    ],
    "attendance": "約3万人"
  }
]