In-game chat

GET /api/chat/?format=api
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 10264,
            "sender": "TiPiR",
            "text": "XD",
            "time": "2025-12-18T14:42:58Z",
            "public": 1
        },
        {
            "id": 10263,
            "sender": "Hubertu$",
            "text": "hi",
            "time": "2025-12-18T14:37:56Z",
            "public": 1
        },
        {
            "id": 10262,
            "sender": "TiPiR",
            "text": "wb Nub",
            "time": "2025-12-18T14:37:46Z",
            "public": 1
        },
        {
            "id": 10261,
            "sender": "",
            "text": "* Merry chrysler Hubertu$ (4) connected: {FFFFFF}/apply Biedronka Logistics  {FF0000}Lets go",
            "time": "2025-12-18T14:37:22Z",
            "public": 1
        }
    ]
}