---
title: "Get Status"
method: GET
path: "/"
tags: ["Global"]
---

# Get Status

`GET /`

Return the status of the game server.
This also includes a few global elements, such as announcements, server reset dates and leaderboards.

## Response `200`

Fetched status successfully.

- object
  - `status` string, required — The current status of the game server.
  - `version` string, required — The current version of the API.
  - `resetDate` string, required — The date when the game server was last reset.
  - `description` string, required
  - `stats` object, required
    - `accounts` integer — Total number of accounts registered on the game server.
    - `agents` integer, required — Number of registered agents in the game.
    - `ships` integer, required — Total number of ships in the game.
    - `systems` integer, required — Total number of systems in the game.
    - `waypoints` integer, required — Total number of waypoints in the game.
  - `leaderboards` object, required
    - `mostCredits` object[], required — Top agents with the most credits.
      - `agentSymbol` string, required — Symbol of the agent.
      - `credits` integer, required — Amount of credits.
    - `mostSubmittedCharts` object[], required — Top agents with the most charted submitted.
      - `agentSymbol` string, required — Symbol of the agent.
      - `chartCount` integer, required — Amount of charts done by the agent.
  - `serverResets` object, required
    - `next` string, required — The date and time when the game server will reset.
    - `frequency` string, required — How often we intend to reset the game server.
  - `announcements` object[], required
    - `title` string, required
    - `body` string, required
  - `links` object[], required
    - `name` string, required
    - `url` string, required

## Changes

> 50 revisions in range; 2 not diffed.

- **2025-03-10** `6c351be600a0` — 1 info
  - added the optional property `stats/accounts` to the response with the `200` status
- **2025-02-13** `bc6e0ed16121` — 1 info
  - api tag `Global` added
- **2023-06-10** `69f25747ca36` — 1 info
  - the endpoint scheme security `AgentToken` was added to the API
- **2023-05-27** `69618a77f2dd` — 1 breaking
  - the `leaderboards/mostCredits/items/credits` response's property type/format changed from `integer`/`int64` to `integer`/`` for status `200`
- **2023-05-20** `86f8c56c4690` — 1 breaking, 1 warning, 2 info
  - the `leaderboards/mostCredits/items/credits` response's property type/format changed from `integer`/`int64` to `integer`/`` for status `200`
  - removed the optional property `stats/accounts` from the response with the `200` status
  - the endpoint scheme security `AgentToken` was removed from the API
  - api tag `Global` removed

[Change history](https://skmtc.dev/spacetradersapi/apis/spacetraders-api/changes/get.md)

---

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