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": 392,
            "sender": "Harris.",
            "text": "hello",
            "time": "2025-09-18T08:56:51Z",
            "public": 1
        },
        {
            "id": 391,
            "sender": "",
            "text": "* Trucker Wannabe CR7_MURAD (1) connected",
            "time": "2025-09-18T08:56:47Z",
            "public": 1
        }
    ]
}