v1

latestOpenAPI 3.0.0MIT (code only)2026-07-1783284693.9 KB
Galactapedia

Galactapedia Article

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

get/api/galactapedia/{id}

Path parameters

idstring required

Galactapedia Article CIG ID

Example:VyvYAGKxAz

Query parameters

localestring

Locale code for translated fields. Supported values depend on available translations (e.g. en, de, zh).

includestring[]

Available Galactapedia includes

Response

A singular Article

Example response

{
  "data": {
    "created_at_human": "1 hour ago"
  }
}