---
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

---

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