redstrate.com/data/music.json

21 lines
436 B
JSON
Raw Normal View History

2022-08-24 10:24:04 -04:00
{
"categories": [
{
"name": "Music",
"description": "This is my extremely small music collection.",
"years": [
{
"year": 2022,
"pieces": [
{
"title": "you call this a town theme?",
"filename": "test.opus",
2022-09-12 10:57:41 -04:00
"newgrounds_url": "https://www.newgrounds.com/audio/listen/1153899"
2022-08-24 10:24:04 -04:00
}
]
}
]
}
]
}