GET /sonolus/{type}/info
/sonolus/{type}/info provides information of items, and is used by Sonolus app to populate server item info view.
URL Parameters
| URL Parameter | Value | Description |
|---|
type | string | posts, playlists, levels, skins, backgrounds, effects, particles, engines, replays, or rooms. |
Query Parameters
Request Body
None.
Response Code
| Code | Description |
|---|
200 OK | |
401 Unauthorized | Authentication required or expired. |
Response Body
type ServerItemInfo = {
creates?: ServerForm[]
searches?: ServerForm[]
sections: ServerItemSection[]
banner?: Srl
}
Examples
{
"creates": [
],
"searches": [
],
"sections": [
],
"banner": {
}
}