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.
Query parameters
Page number for pagination (starts at 1). Prefer using page[number] instead.
Page number for pagination (starts at 1).
Number of results per page. Maximum 200.
Exact match on category name (see GET /api/galactapedia/filters for valid values)
Exact match on tag name (see GET /api/galactapedia/filters for valid values)
Exact match on template name (see GET /api/galactapedia/filters for valid values)
Partial match on the article title
Filter by creation year (YYYY), year-month (YYYY-MM), or exact date (YYYY-MM-DD)
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/frto the response with the200statusresponse-optional-property-added
- ○
- ▲
the response's body type/format changed from
array/toobject/for status200response-body-type-changed
- ○
api operation id
48f80f5118a6ef2670845b9dd1b90357removed and replaced withlistGalactapediaArticlesapi-operation-id-removed
- ○
api tag
RSI-Websiteremovedapi-tag-removed
- ○
added the optional property
datato the response with the200statusresponse-optional-property-added
- ○
added the optional property
linksto the response with the200statusresponse-optional-property-added
- ○
added the optional property
metato the response with the200statusresponse-optional-property-added
- ▲
- ▲
the response property
items/thumbnailbecame nullable for the status200response-property-became-nullable
- ▲
the
items/idresponse's property type/format changed frominteger/tostring/for status200response-property-type-changed
- ○
added the new optional
queryrequest parametersortnew-optional-request-parameter
- ○
added the optional property
items/categories_countto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/categoryto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/related_articles_countto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/tagto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/tags_countto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/typeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/web_urlto the response with the200statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the response's body type/format changed from
object/toarray/for status200response-body-type-changed
- ●
deleted the
queryrequest parametersortrequest-parameter-removed
- ●
removed the optional property
datafrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
linksfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
metafrom the response with the200statusresponse-optional-property-removed
- ○
api operation id
listGalactapediaArticlesremoved and replaced with48f80f5118a6ef2670845b9dd1b90357api-operation-id-removed
- ○
api tag
RSI-Websiteaddedapi-tag-added
This revision also has 95 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲