---
title: "Get Player Recent Ping History (Last 7 Days)"
method: GET
path: "/ping/today/{player}"
tags: ["Ping", "Player"]
---

# Get Player Recent Ping History (Last 7 Days)

`GET /ping/today/{player}`

Fetches detailed ping data for a specific player over the last 7 days, including daily statistics and historical records.

## Path parameters

- `player` string, required

## Response `200`

Successfully retrieved recent player ping history

- TypesPlayerPingOutputModelList
  - `data` TypesPlayerPingOutputModel[]
    - `avg` integer
    - `date` string
    - `history` integer[]
    - `last_lobby` string
    - `last_ping` string
    - `max` integer
    - `min` integer

## Other responses

- `400` — Bad request, e.g., invalid player UUID
- `401` — Unauthorized, not enough permissions
- `500` — Internal server error

---

[API](https://skmtc.dev/seraph/apis/seraph-api.md) · [All operations](https://skmtc.dev/seraph/apis/seraph-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/seraph/seraph-api/revisions/82a1ec01c64d/schema)
