Skip to main content
GET
/
ping
/
{player}
Get All Player Ping History
curl --request GET \
  --url https://api.example.com/ping/{player}
{
  "data": [
    {
      "avg": 123,
      "date": "<string>",
      "history": [
        123
      ],
      "last_lobby": "<string>",
      "last_ping": "<string>",
      "max": 123,
      "min": 123
    }
  ]
}

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 ping history for

Query Parameters

time
string

Display the time properties

history
string

Display the history properties

Response

Successfully retrieved player ping history

data
object[]