Galactapedia
RSI-Website

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 (e.g. en, de, zh).

includestring[]

Available Galactapedia includes

Response

A singular Article

idstring

CIG identifier

titlestring
slugstring
thumbnailstring nullable
typestring nullable

Alias for template, the first template name

templatestring nullable
categorystring nullable

Comma-separated category names

tagstring nullable

Comma-separated tag names

rsi_urlstring
api_urlstring
web_urlstring
created_atstring
categories_countinteger nullable

Number of categories (present when sorting by categories_count)

tags_countinteger nullable

Number of tags (present when sorting by tags_count)

related_articles_countinteger nullable

Number of related articles (present when sorting by related_articles_count)

created_at_humanstring

Example response

{
  "created_at_human": "1 hour ago"
}

Changes