Files
recflare/apps/api/static/community-board.json
T
2026-08-03 19:43:38 -04:00

33 lines
668 B
JSON

{
"FeaturedPlayer": {
"Id": 1,
"TitleOverride": "",
"UrlOverride": null
},
"FeaturedRoomGroup": {
"FeaturedRoomGroupId": 2,
"Name": "Featured Rooms",
"Rooms": [
]
},
"CurrentAnnouncement": {
"Message": "Server powered by RecFlare",
"MoreInfoUrl": "https://recflare.net"
},
"InstagramImages": [
{
"ImageName": "test.jpg",
"ImageUrl": "https://github.com/djdevin/recflare"
}
],
"Videos": [
{
"BlobName": "something.mp4",
"Title": "test",
"Description": "test description",
"ThumbnailBlobName": "something.jpg",
"SourceUrl": "https://www.youtube.com"
}
]
}