Communities
This section describes the endpoints for managing communities.
Community Model
The Community
object represents a community in the system.
{
"id": 0,
"name": "string",
"description": "string",
"members": [0],
"posts": [0],
"icon": "string",
"banner": "string",
"nsfw": false,
"private": false,
"creation_date": 0,
"owner": 0
}
Endpoints
Last updated