Skip to main content
GET
/
chat
/
{player}
Get Player Chat History
curl --request GET \
  --url https://api.example.com/chat/{player}
{
  "data": [
    {
      "lobbyId": "<string>",
      "message": "<string>",
      "uuid": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.seraph.si/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

player
string
required

Player UUID to fetch chat history for

Response

Successfully retrieved player chat history

data
object[]