Starmap

Starmap Starsystems Overview

Returns paginated starsystems, optionally including related resources.

get/api/starsystems

Query parameters

pageinteger

Page number for pagination (starts at 1). Prefer using page[number] instead.

page[number]integer

Page number for pagination (starts at 1).

page[size]integer

Number of results per page. Maximum 200.

filter[affiliation]string
filter[code]string
filter[name]string
filter[status]string
filter[type]string
filter[size]number
sortstring
includestring

Include additional relationships (affiliation, celestialObjects, jumppoints).

Response

Paginated list of Starsystems

Example response

{
  "meta": {
    "current_page": 1,
    "from": 1,
    "last_page": 5,
    "per_page": 30,
    "to": 30,
    "total": 150,
    "path": "https://api.star-citizen.wiki/api/vehicles"
  }
}

Changes

Changed in 2 of the 50 revisions of this API.237

  • af03a6ba771d15See the full diff
    • the response's body type/format changed from array/ to object/ for status 200

      response-body-type-changed

    • api operation id dfb10343a9a3f85578e98f63dbfa7bf2 removed and replaced with listStarsystems

      api-operation-id-removed

    • api tag RSI-Website removed

      api-tag-removed

    • added the optional property data to the response with the 200 status

      response-optional-property-added

    • added the optional property links to the response with the 200 status

      response-optional-property-added

    • added the optional property meta to the response with the 200 status

      response-optional-property-added

  • 8ff40d443bb4132See the full diff
    • the response's body type/format changed from object/ to array/ for status 200

      response-body-type-changed

    • removed the optional property data from the response with the 200 status

      response-optional-property-removed

    • removed the optional property links from the response with the 200 status

      response-optional-property-removed

    • removed the optional property meta from the response with the 200 status

      response-optional-property-removed

    • api operation id listStarsystems removed and replaced with dfb10343a9a3f85578e98f63dbfa7bf2

      api-operation-id-removed

    • api tag RSI-Website added

      api-tag-added

    This revision also has 95 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog