Chat Message List
In-game chat
GET /api/chat/?format=api
{
"count": 2,
"next": null,
"previous": null,
"results": [
{
"id": 131283,
"sender": "j_cv",
"text": "meep",
"time": "2026-03-26T15:03:47Z",
"public": 1
},
{
"id": 131282,
"sender": "j_cv",
"text": "xD",
"time": "2026-03-26T15:03:39Z",
"public": 1
}
]
}