Files
evilspins/server/api/artists.ts
2024-10-17 23:55:28 +02:00

82 lines
1.7 KiB
TypeScript

export default eventHandler(() => {
return [
{
id: 0,
name: "L'efondras",
url: "https://leffondras.bandcamp.com/music",
style: [0, 1, 2],
cover: "0024705317"
},
{
id: 1,
name: "The kundalini genie",
url: "https://the-kundalini-genie.bandcamp.com",
style: [0, 1, 2],
cover: "0012045550"
},
{
id: 2,
name: "Fontaines D.C.",
url: "https://fontainesdc.bandcamp.com",
style: [0, 1, 2],
cover: "0027327090"
},
{
id: 3,
name: "Fontanarosa",
url: "https://fontanarosa.bandcamp.com",
style: [0, 1, 2],
cover: "0035380235",
},
{
id: 4,
name: "Johnny mafia",
url: "https://johnnymafia.bandcamp.com",
style: [0, 1, 2],
cover: "0035009392",
},
{
id: 5,
name: "New candys",
url: "https://newcandys.bandcamp.com",
style: [0, 1, 2],
cover: "0033518637",
},
{
id: 6,
name: "Magic shoppe",
url: "https://magicshoppe.bandcamp.com",
style: [0, 1, 2],
cover: "0030748374"
},
{
id: 7,
name: "Les jaguars",
url: "https://radiomartiko.bandcamp.com/album/surf-qu-b-cois",
style: [0, 1, 2],
cover: "0016551336",
},
{
id: 8,
name: "TRAAMS",
url: "https://traams.bandcamp.com",
style: [0, 1, 2],
cover: "0028348410",
},
{
id: 9,
name: "Blue orchid",
url: "https://blue-orchid.bandcamp.com",
style: [0, 1, 2],
cover: "0034796193",
},
{
id: 10,
name: "I love UFO",
url: "https://bruitblanc.bandcamp.com",
style: [0, 1, 2],
cover: "a2203158939",
}
]
})