Galactapedia

Galactapedia Overview

Returns paginated Galactapedia articles ordered by descending ID by default. Each article includes its templates, categories, and tags. Supports filtering by category, tag, template, title, and creation date. Results can be sorted by title, categories_count, tags_count, and related_articles_count.

get/api/galactapedia

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[category]string
Example:Animals

Exact match on category name (see GET /api/galactapedia/filters for valid values)

filter[tag]string
Example:100i

Exact match on tag name (see GET /api/galactapedia/filters for valid values)

filter[template]string
Example:Civilization

Exact match on template name (see GET /api/galactapedia/filters for valid values)

filter[title]string
Example:Messer

Partial match on the article title

filter[created_at]string
Example:2025

Filter by creation year (YYYY), year-month (YYYY-MM), or exact date (YYYY-MM-DD)

sortstring
Example:-id

Sort field. Prefix with "-" for descending. Supported: title, categories_count, tags_count, related_articles_count.

Response

Paginated list of Galactapedia Articles

Example response

{
  "data": [
    {
      "created_at_human": "1 hour ago"
    }
  ],
  "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 4 of the 50 revisions of this API.4416

    • added the optional property data/items/translations/oneOf[subschema #2]/items/fr to the response with the 200 status

      response-optional-property-added

  • 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 48f80f5118a6ef2670845b9dd1b90357 removed and replaced with listGalactapediaArticles

      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

  • c096aa819d1128See the full diff
    • the response property items/thumbnail became nullable for the status 200

      response-property-became-nullable

    • the items/id response's property type/format changed from integer/ to string/ for status 200

      response-property-type-changed

    • added the new optional query request parameter sort

      new-optional-request-parameter

    • added the optional property items/categories_count to the response with the 200 status

      response-optional-property-added

    • added the optional property items/category to the response with the 200 status

      response-optional-property-added

    • added the optional property items/related_articles_count to the response with the 200 status

      response-optional-property-added

    • added the optional property items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property items/tags_count to the response with the 200 status

      response-optional-property-added

    • added the optional property items/type to the response with the 200 status

      response-optional-property-added

    • added the optional property items/web_url to the response with the 200 status

      response-optional-property-added

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

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

      response-body-type-changed

    • deleted the query request parameter sort

      request-parameter-removed

    • 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 listGalactapediaArticles removed and replaced with 48f80f5118a6ef2670845b9dd1b90357

      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