---
title: "Galactapedia Article"
method: GET
path: "/api/galactapedia/{id}"
tags: ["Galactapedia"]
---

# Galactapedia Article

`GET /api/galactapedia/{id}`

Retrieve a Galactapedia article by ID with available includes and translations.

## Path parameters

- `id` string, required — Galactapedia Article CIG ID

## Query parameters

- `locale` string
- `include` string[] — Available Galactapedia includes

## Response `200`

A singular Article

- object
  - `data` GalactapediaArticle — An article from the Galactapedia
    - `id` string — CIG identifier
    - `title` string
    - `slug` string
    - `thumbnail` string, nullable
    - `type` string, nullable — Alias for template, the first template name
    - `template` string, nullable
    - `category` string, nullable — Comma-separated category names
    - `tag` string, nullable — Comma-separated tag names
    - `rsi_url` string
    - `api_url` string
    - `web_url` string
    - `created_at` string
    - `categories` GalactapediaCategory[]
      - `id` string
      - `name` string
    - `categories_count` integer, nullable — Number of categories (present when sorting by categories_count)
    - `tags` GalactapediaTag[]
      - `id` string
      - `name` string
    - `tags_count` integer, nullable — Number of tags (present when sorting by tags_count)
    - `properties` GalactapediaProperty[]
      - `name` string
      - `value` string
    - `related_articles` GalactapediaRelatedArticle[]
      - `id` string
      - `title` string
      - `url` string
      - `api_url` string
    - `related_articles_count` integer, nullable — Number of related articles (present when sorting by related_articles_count)
    - `translations` union
      - string
      - Translation[]
        - `en` string
        - `de` string
        - `zh` string
        - `fr` string
    - `created_at_human` string

## Other responses

- `404` — No Article with specified ID found.

## Changes

- **2026-06-05** `778c43a31df2` — 1 info
  - added the optional property `data/translations/oneOf[subschema #2]/items/fr` to the response with the `200` status
- **2026-05-21** `af03a6ba771d` — 21 warning, 4 info
  - removed the optional property `api_url` from the response with the `200` status
  - removed the optional property `categories` from the response with the `200` status
  - removed the optional property `categories_count` from the response with the `200` status
  - removed the optional property `category` from the response with the `200` status
  - …21 more
- **2026-05-06** `afa5fa6c0639` — 2 breaking, 1 info
  - removed the enum value `related_articles` from the property `items/` of the `query` request parameter `include`
  - removed the enum value `translations` from the property `items/` of the `query` request parameter `include`
  - added the enum value `related` to the property `items/` of the `query` request parameter `include`
- **2026-04-24** `c096aa819d11` — 2 breaking, 7 info
  - the response property `thumbnail` became nullable for the status `200`
  - the `id` response's property type/format changed from `integer`/`` to `string`/`` for status `200`
  - added the optional property `categories_count` to the response with the `200` status
  - added the optional property `category` to the response with the `200` status
  - …5 more
- …earlier changes not shown

[Full history](https://skmtc.dev/starcitizenwiki/apis/star-citizen-wiki-api/changes/api/galactapedia/:id/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-service-production.skmtc.workers.dev/v1/apis/starcitizenwiki/star-citizen-wiki-api/revisions/8b259bb9a44c/schema)
