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": 218762,
            "sender": "",
            "text": "* Trucker Wannabe Ferraz (3) connected",
            "time": "2024-05-01T16:33:22Z",
            "public": 1
        },
        {
            "id": 218761,
            "sender": "Pantera",
            "text": "Thank you",
            "time": "2024-05-01T16:25:02Z",
            "public": 1
        },
        {
            "id": 218760,
            "sender": "FerencHill",
            "text": "wb",
            "time": "2024-05-01T16:24:57Z",
            "public": 1
        },
        {
            "id": 218759,
            "sender": "",
            "text": "{00ff00}*{AFAFAF} El Trockero Solitario Pantera (2) connected: {008000}The{F5F5F5}B{FF0000}est",
            "time": "2024-05-01T16:24:51Z",
            "public": 1
        }
    ]
}