In-game chat

GET /api/chat/?format=api
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 21741,
            "sender": "",
            "text": "juasemoc left the server (exit)",
            "time": "2025-11-03T03:58:36Z",
            "public": 1
        },
        {
            "id": 21740,
            "sender": "",
            "text": "Viggo left the server (closed mobile application)",
            "time": "2025-11-03T03:55:17Z",
            "public": 1
        },
        {
            "id": 21739,
            "sender": "Joze[COL]",
            "text": "ty",
            "time": "2025-11-03T03:47:27Z",
            "public": 1
        },
        {
            "id": 21738,
            "sender": "Viggo",
            "text": "b*",
            "time": "2025-11-03T03:47:20Z",
            "public": 1
        },
        {
            "id": 21737,
            "sender": "Viggo",
            "text": "wn",
            "time": "2025-11-03T03:47:16Z",
            "public": 1
        },
        {
            "id": 21736,
            "sender": "",
            "text": "* King Of The Road Joze[COL] (2) connected: {ebc934}COL{182996}OMB{a31d1d}IA{ffffff} - Since 2011",
            "time": "2025-11-03T03:47:06Z",
            "public": 1
        }
    ]
}