Galactapedia
RSI-Website
Search

Galactapedia Article Search (Deprecated)

Deprecated. Use GET /api/galactapedia?filter[title]={value} for title search. This endpoint will be removed in a future version.

post/api/galactapedia/search

Request body

object required

Response

List of articles matching the query

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