Seriously not Serious
A small 21+ SFW gaming community that hosts servers in Minecraft, Ark, and more.
A small 21+ SFW gaming community that hosts servers in Minecraft, Ark, 7 Days to Die, and more!
Servers are hosted out of Vint Hill, US.
Community Stats
Loading…
Servers (1)
Seriously not Serious is a community hosting 0 mods, 0 assets, and 1 server. It has 1 view and 0 favorites.
Reviews are disabledThe owner of this content item has turned off reviews, so you can't see what others think of it. Proceed with caution — reviews often surface concerns you should weigh before purchasing or using it.
Comments are disabledThe owner of this content item has turned off comments, so community discussion is hidden here. Proceed with caution — you can't see what others are saying about it.
Authentication
All requests are authenticated with a personal API key.
You need to log in to use the API.
After logging in, generate an API key from the panel API page and send it as a Bearer token.
Example request
curl "/api/content/community/1" \
-H "Authorization: Bearer <YOUR_API_KEY>"Endpoints
Public read-only endpoints.
GET/api/content/communityList items (paginated, filterable).
/api/content/communityList items (paginated, filterable).
| Parameter | In | Required | Description |
|---|---|---|---|
| page | query | no | Page number (1-based). |
| limit | query | no | Items per page (clamped to your key limit). |
| mine | query | no | Set to 1 to return only items you own. |
| search | query | no | Filter by name. |
| tags | query | no | Comma-separated tag names. |
| categoryIds | query | no | Comma-separated category ids. |
| nsfw | query | no | Include NSFW (1/0). |
curl example
curl -v -X "GET" -H "Authorization: Bearer <YOUR_API_KEY>" /api/content/communityGET/api/content/community/1Fetch this item.
/api/content/community/1Fetch this item.
No parameters — the item id in the path is all that's needed.
curl example
curl -v -X "GET" -H "Authorization: Bearer <YOUR_API_KEY>" /api/content/community/1GET/api/content/community/1/{relation}Read a relation set (tags | media | releases | links | installers | items).
/api/content/community/1/{relation}Read a relation set (tags | media | releases | links | installers | items).
| Parameter | In | Required | Description |
|---|---|---|---|
| relation | path | yes | tags | media | releases | links | installers | items |
| page | query | no | Page number (1-based). |
| limit | query | no | Items per page. |
curl example
curl -v -X "GET" -H "Authorization: Bearer <YOUR_API_KEY>" /api/content/community/1/{relation}