In-game chat

GET /api/chat/?format=api
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 7,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 37579,
            "sender": "",
            "text": "* Rookie Trucker mcxama (4) connected",
            "time": "2025-07-01T03:55:46Z",
            "public": 1
        },
        {
            "id": 37578,
            "sender": "",
            "text": "mcxama left the server (Timed out)",
            "time": "2025-07-01T03:54:09Z",
            "public": 1
        },
        {
            "id": 37577,
            "sender": "",
            "text": "* Rookie Trucker mcxama (4) connected",
            "time": "2025-07-01T03:53:27Z",
            "public": 1
        },
        {
            "id": 37576,
            "sender": "",
            "text": "mcxama left the server (Timed out)",
            "time": "2025-07-01T03:52:19Z",
            "public": 1
        },
        {
            "id": 37575,
            "sender": "",
            "text": "* Rookie Trucker mcxama (4) connected",
            "time": "2025-07-01T03:51:35Z",
            "public": 1
        },
        {
            "id": 37574,
            "sender": "",
            "text": "mcxama left the server (Timed out)",
            "time": "2025-07-01T03:49:57Z",
            "public": 1
        },
        {
            "id": 37573,
            "sender": "",
            "text": "* Rookie Trucker mcxama (4) connected",
            "time": "2025-07-01T03:49:03Z",
            "public": 1
        }
    ]
}