Skip to main content
GET
/
health
基础健康检查
curl --request GET \
  --url https://api.end.shallow.ink/health
{
  "code": 0,
  "message": "成功",
  "data": {
    "status": "healthy",
    "timestamp": "2026-01-26T14:00:00+08:00",
    "uptime": 123.45
  }
}

Response

200 - application/json

服务正常

code
integer
Example:

0

message
string
Example:

"成功"

data
object