get https://api.nodecraft.studio/v1/community/
Get page details for a community.
Responses
Get page details for a community.
xxxxxxxxxx
GET /v1/community/community_id?content_format=text HTTP/1.1
Accept: application/json
Host: api.nodecraft.studio
​
​
xxxxxxxxxx
28{
"code": "discovery.community.success",
"message": "Successfully retrieved community.",
"success": true,
"data": {
"id": "00000000-0000-0000-0000-000000000000",
"title": "Gamecraft Community",
"summary": "This is a short summary of the community",
"image_avatar": "https://nodecraft.com/image.png",
"description": "Welcome to the <strong>best</strong> server ever!",
"image_banner": "https://nodecraft.com/image.png",
"image_background": null,
"rules": " - Be nice to each other!\n - no griefing!\n - no cheating!",
"tags": [
"pvp",
"creative",
"skyblock"
],
"social_twitter": null,
"social_youtube": null,
"social_twitch": null,
"social_discord": null,
"social_store": null,
"social_website": null,
"social_custom": null
},
"error": false
}