---
title: "Starsystem Detail"
method: GET
path: "/api/starsystems/{code}"
tags: ["Starmap", "RSI-Website"]
---

# Starsystem Detail

`GET /api/starsystems/{code}`

Retrieve a starsystem by code or identifier, with optional includes.

## Path parameters

- `code` string, required — Starsystem code or identifier (e.g. SOL)

## Query parameters

- `include` string

## Response `200`

A Starsystem

- Starsystem
  - `id` integer
  - `code` string
  - `system_api_url` string
  - `name` string
  - `status` string
  - `type` string
  - `web_url` string
  - `position` object
    - `x` number, float
    - `y` number, float
    - `z` number, float
  - `frost_line` number, float
  - `habitable_zone_inner` number, float
  - `habitable_zone_outer` number, float
  - `info_url` string
  - `description` object
  - `aggregated` object
    - `size` number, float
    - `population` number, float
    - `economy` number, float
    - `danger` number, float
    - `stars` integer
    - `planets` integer
    - `moons` integer
    - `stations` integer
  - `time_modified` string
  - `celestial_object` object, nullable
    - `celestial_object` object, nullable
      - `data` CelestialObject
        - `id` integer
        - `code` string
        - `system_id` integer
        - `celestial_object_api_url` string
        - `web_url` string
        - `name` string
        - `type` string
        - `age` integer
        - `habitable` boolean
        - `fairchanceact` boolean
        - `appearance` string
        - `designation` string
        - `distance` number, float
        - `latitude` number, float
        - `longitude` number, float
        - `axial_tilt` number, float
        - `orbit_period` number, float
        - `info_url` string
        - `description` object
        - `sensor` object
          - `population` number, float
          - `economy` number, float
          - `danger` number, float
        - `size` number, float
        - `parent_id` integer
        - `starsystem` object, nullable
          - `id` integer, nullable
          - `code` string, nullable
          - `name` string, nullable
        - `time_modified` string
  - `jumppoints` object, nullable
    - `jumppoints` object, nullable
      - `data` Jumppoint — A jumppoint from the starmap
        - `id` integer
        - `size` string
        - `direction` string
        - `entry` object
          - `id` integer
          - `system_id` string
          - `system_api_url` string
          - `celestial_object_api_url` string
          - `status` string
          - `code` string
          - `designation` string
        - `exit` object
          - `id` integer
          - `system_id` string
          - `system_api_url` string
          - `celestial_object_api_url` string
          - `status` string
          - `code` string
          - `designation` string

## Other responses

- `404` — No Starsystem with specified code found.

## Changes

- **2026-03-29** `8ff40d443bb4` — 1 breaking, 1 warning, 19 info
  - removed the media type `application/json` for the response with the status `404`
  - removed the optional property `data` from the response with the `200` status
  - api operation id `getStarsystem` removed and replaced with `1b478c502ef1afe25fbdcc192a8b7fd6`
  - api tag `RSI-Website` added
  - …17 more

[Change history](https://skmtc.dev/starcitizenwiki/apis/star-citizen-wiki-api/changes/api/starsystems/:code/get.md)

---

[API](https://skmtc.dev/starcitizenwiki/apis/star-citizen-wiki-api.md) · [All operations](https://skmtc.dev/starcitizenwiki/apis/star-citizen-wiki-api/llms.txt) · [OpenAPI document](https://skmtc.dev/starcitizenwiki/apis/star-citizen-wiki-api/revisions/5cd81baa02cb?raw)
