In-game chat

GET /api/chat/?format=api
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "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
        }
    ]
}