Skip to content

Instantly share code, notes, and snippets.

@avirias
Created May 21, 2021 17:57
Show Gist options
  • Save avirias/e569fb558a7e995ab494392647a4e900 to your computer and use it in GitHub Desktop.
Save avirias/e569fb558a7e995ab494392647a4e900 to your computer and use it in GitHub Desktop.
Metal Archive Schema
{
"name" : "Arch Enemy",
"country_of_origin": "Sweden",
"location": "Halmstad, Halland",
"status": "Active",
"formed_in": 1995,
"logo_url": "https://www.metal-archives.com/images/1/0/10_logo.jpg?5127",
"image_url": "https://www.metal-archives.com/images/1/0/10_photo.jpeg?3322",
"years_active": "1995-present",
"genre": ["Melodic Death Metal"],
"lyrical_themes": "Humanity, Anti-religion, Rebellion, Society",
"current_label": "Century Media Records",
"description": "Founded by the Amott brothers after Michael Amott left Carcass. Originally with Johan Liiva as singer, the band's debut entitled Black Earth was released by the now defunct Swedish label Wrong Again Records in 1996. It obtained a fair amount of success in Japan, achieving MTV rotation with their first single \"Bury Me an Angel\", as well as moderate success in Sweden.\n\nIt is a common misconception that Johan Liiva played bass on Black Earth - it was in fact played by Michael Amott, who gave the credit to Liiva to make the album seem more like a band effort than a side project (which is what Arch Enemy essentially was at the time). The band signed a contract with Century Media Records for the release of Stigmata in 1998. This was the first Arch Enemy album to be released worldwide and it caught the attention of a wider audience, gaining popularity in both Europe and America.\n\nIn November 2000, Johan Liiva was sacked as the vocalist with the cited reasons being \"a failure to perform adequately live\". Angela Gossow, originally from Germany, replaced Liiva as vocalist. The first album featuring Gossow was Wages of Sin, released in 2001. This is also the first album where the band used C tuning, which they have kept until the present. That same year, Arch Enemy took part in the \"Japan's Beast Feast 2002\" concert, playing alongside Slayer and Motörhead.\n\nChristopher Amott left the band on good terms after finishing Doomsday Machine to return to college. After Gus G. filled in on their Ozzfest tour dates, Fredrik Åkesson stepped in to take on full time guitar duties, but ended up never featuring on a recording session as Christopher rejoined in March 2007. On March 3, 2012, after the release of Khaos Legions, it was announced on the band's Facebook page that Christopher Amott had once again departed from the band. He was replaced by Nick Cordle from Arsis.\n\nAlissa White-Gluz from The Agonist replaced Angela Gossow as singer in 2014. Later that same year, Nick Cordle left, to be replaced by Jeff Loomis.\n\nMichael Amott, Christopher Amott, Johan Liiva, Daniel Erlandsson and Sharlee D'Angelo reunited in 2016 under the moniker of Black Earth for a sold out Japan tour in May 2016 to celebrate the 20th anniversary of both Arch Enemy and the release of their debut album, Black Earth. On this tour they only performed songs from the band's first 3 albums Black Earth, Stigmata, and Burning Bridges, which was released in October 2017 as a CD/DVD package by Savage Messiah Music entitled 20 Years Of Dark Insanity: Japan Tour 2016. This release also contains a brand new studio recording, Darkness Has Returned. Furthermore, in 2019, they released a compilation album, Path of the Immortal, featuring two new tracks, Burn of the Flame and Life Infernal.\n\nCompilation appearances:\n- \"My Apocalypse\" on Century Media Bonus CD Sampler (found as a bonus disc in Strapping Young Lad's \"The New Black\" album) (Century Media Records, 2006).",
"discography": [
{
"name": "Black Earth",
"type": "Full-Length",
"year": 1996,
"url": "/release/black_earth",
"reviews": {
"count": 10,
"score": 79,
"link": "/review/black_earth"
}
}
],
"members": {
"current": [
{
"name": "Micheal Amott",
"instruments": "Guitars (1995-present), Bass (1996), Keyboards (2007)",
}
]
},
"reviews" : [
{
"release": "War Eternal",
"rating": 72,
"author": "avirias",
"date": "July 13th, 2020",
"link": "/reviews/war_eternal/id"
}
],
"similar_artists": [
{
"name" : "At The Gates",
"country" : "Sweden",
"genre": "Melodic Death Metal",
"score": 113,
"link": "/band/at_the_gates"
}
],
"links": [
{
"type" : "Official",
"data" : [
{
"key" : "Facebook",
"value" : "https://www.facebook.com/archenemyofficial"
}
]
}
]
}
@avirias
Copy link
Author

avirias commented May 21, 2021

members also have keys like live past
links also have keys like unofficial merch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment