---
title: "Retrieve the uptime and player counts"
method: GET
path: "/status"
tags: ["Status"]
---

# Retrieve the uptime and player counts

`GET /status`

EVE Server status

## Headers

- `Accept-Language` 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'
- `If-None-Match` string
- `X-Compatibility-Date` '2025-12-16', date, required
- `X-Tenant` string
- `If-Modified-Since` string

## Response `200`

OK

- StatusGet
  - `players` integer, required — Current online player count
  - `server_version` string, required — Running version as string
  - `start_time` string, date-time, required — Server start timestamp
  - `vip` boolean — If the server is in VIP mode

## Other responses

- `default` — Error

---

[API](https://skmtc.net/evetech/apis/eve-spring-inebriation-esi-tranquility.md) · [All operations](https://skmtc.net/evetech/apis/eve-spring-inebriation-esi-tranquility/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evetech/eve-spring-inebriation-esi-tranquility/versions/ac54efcef133/schema)
