latestOpenAPI 3.1.0EVE Developer License2026-08-12208263515.3 KB

780531a22906

Status

Get the server's status

Current status of the EVE Online cluster

get/status

Headers

Accept-Language'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'

The language to use for the response.

If-None-Matchstring

The ETag of the previous request. A 304 will be returned if this matches the current ETag.

X-Compatibility-Date'2025-12-16' date required

The compatibility date for the request.

X-Tenantstring

The tenant ID for the request.

If-Modified-Sincestring

The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.

Response

OK

playersinteger required

Number of characters currently logged in

server_versionstring required

Build number of the cluster

start_timestring date-time required

Moment the cluster started accepting connections

vipboolean required

Whether the cluster only accepts VIP logins

Example response

{
  "players": 12345,
  "server_version": "1132976",
  "start_time": "2017-01-02T12:34:56Z"
}