Tournaments
Attention
The Tournaments API was created as a last minute addition to the SpinShare SpeenOpen Summer 2020. It's usecase is very limited and will likely change after the tournament.Mappool
Returns the mappool of the current tournament.
| Method | GET |
|---|---|
| Endpoint | /tournament/mappool |
Output Body
{
"version":1,
"status":200,
"data":[
{
"id":183,
"title":"Immortal Flame",
"subtitle":"",
"artist":"Panda Eyes \u0026 Teminite",
"charter":"Aren Eternal \u0026 TheWay123",
"uploader":99,
"fileReference":"spinshare_5e9b78d27ee28",
"tags":[
"EDM",
"Dubstep",
"CTM-Friendly",
"XD",
"Diff 20-29"
],
"views":543,
"downloads":38,
"isExplicit":false,
"isTournament":true,
"hasEasyDifficulty":false,
"hasNormalDifficulty":false,
"hasHardDifficulty":false,
"hasExtremeDifficulty":false,
"hasXDDifficulty":true,
"uploadDate":{
"date":"2020-05-01 00:00:00.000000",
"timezone_type":3,
"timezone":"Europe\/Berlin"
},
"description":"Revision 1:\r\n - Added more movement in the intro\r\n - Revamped the build\r\n - Added some beats to the drop\r\n - Made more CTM friendly\r\n - Additional changes made by TheWay123\r\n - Assigned a difficulty\r\n - Assigned a background",
"srtbMD5":"fda722a33fb8655b3b803c821d7366e2",
"paths":{
"ogg":"https:\/\/spinsha.re\/uploads\/audio\/spinshare_5e9b78d27ee28_0.ogg",
"cover":"https:\/\/spinsha.re\/uploads\/thumbnail\/spinshare_5e9b78d27ee28.jpg",
"zip":"https:\/\/spinsha.re\/api\/song\/183\/download"
}
},
...
]
}