Comm-Links

Comm-Links Overview

Returns paginated comm-links ordered by descending ID by default. Supports filtering by channel, category, series, title, content, and publication date. Results can be sorted by id, title, images_count, links_count, channel, category, series, and created_at. Use the include parameter to embed images or links.

get/api/comm-links

Query parameters

pageinteger

Page number for pagination (starts at 1). Prefer using page[number] instead.

page[number]integer

Page number for pagination (starts at 1).

page[size]integer

Number of results per page. Maximum 200.

includestring[]

Available Comm-Link includes

filter[id]integer
Example:12663

Exact match on the Comm-Link CIG ID

filter[title]string
Example:This Week in Star Citizen

Partial match on the Comm-Link title

filter[content]string
Example:star citizen

Full-text search within English Comm-Link translations

filter[channel]string
Example:Engineering

Exact match on channel name (see GET /api/comm-links/filters for valid values)

filter[series]string
Example:Around the Verse

Exact match on series name (see GET /api/comm-links/filters for valid values)

filter[category]string
Example:General

Exact match on category name (see GET /api/comm-links/filters for valid values)

filter[created_at]string
Example:2025

Filter by publication year (YYYY) or exact date (YYYY-MM-DD)

sortstring
Example:-id

Sort field. Prefix with "-" for descending. Supported: id, title, images_count, links_count, channel, category, series, created_at.

Response

Paginated list of Comm-Links

Example response

{
  "data": [
    {
      "id": 12663,
      "title": "This Week in Star Citizen",
      "channel": "Engineering",
      "category": "General",
      "series": "Around the Verse",
      "images": [
        {
          "name": "Starshipbridge.jpg",
          "rsi_url": "/media/bluo97w6u7n1ur/source/Starshipbridge.jpg",
          "size": 1504015,
          "mime_type": "image/jpeg"
        }
      ],
      "images_count": 5,
      "links": [
        {
          "href": "http://robertsspaceindustries.com/forums/",
          "text": "forums"
        }
      ],
      "links_count": 3,
      "comment_count": 42,
      "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 5 of the 50 revisions of this API.5421

    • added the optional property data/items/translations/fr to the response with the 200 status

      response-optional-property-added

  • af03a6ba771d15See the full diff
    • the response's body type/format changed from array/ to object/ for status 200

      response-body-type-changed

    • api operation id 2204c384d22cb7168f6dd5830328c4dd removed and replaced with listCommLinks

      api-operation-id-removed

    • api tag RSI-Website removed

      api-tag-removed

    • added the optional property data to the response with the 200 status

      response-optional-property-added

    • added the optional property links to the response with the 200 status

      response-optional-property-added

    • added the optional property meta to the response with the 200 status

      response-optional-property-added

    • removed the enum value translations from the property items/ of the query request parameter include

      request-parameter-property-enum-value-removed

  • c096aa819d112111See the full diff
    • for the query request parameter filter[id], the type/format was changed from string/ to integer/

      request-parameter-type-changed

    • the items/images/items/tags/items/ response's property type/format changed from string/ to object/ for status 200

      response-property-type-changed

    • removed the optional property items/links/items/api_url from the response with the 200 status

      response-optional-property-removed

    • added the optional property items/images/items/base_image to the response with the 200 status

      response-optional-property-added

    • added the optional property items/images/items/comm_links to the response with the 200 status

      response-optional-property-added

    • added the optional property items/images/items/duplicates to the response with the 200 status

      response-optional-property-added

    • added the optional property items/images/items/id to the response with the 200 status

      response-optional-property-added

    • added the optional property items/images/items/name to the response with the 200 status

      response-optional-property-added

    • added the optional property items/images/items/similarity to the response with the 200 status

      response-optional-property-added

    • added the optional property items/images/items/tags/items/images_count to the response with the 200 status

      response-optional-property-added

    • added the optional property items/images/items/tags/items/name to the response with the 200 status

      response-optional-property-added

    • added the optional property items/images/items/tags/items/translated_name to the response with the 200 status

      response-optional-property-added

    • added the optional property items/links/items/href to the response with the 200 status

      response-optional-property-added

    • added the optional property items/links/items/text to the response with the 200 status

      response-optional-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 8ff40d443bb4134See the full diff
    • the response's body type/format changed from object/ to array/ for status 200

      response-body-type-changed

    • removed the optional property data from the response with the 200 status

      response-optional-property-removed

    • removed the optional property links from the response with the 200 status

      response-optional-property-removed

    • removed the optional property meta from the response with the 200 status

      response-optional-property-removed

    • api operation id listCommLinks removed and replaced with 2204c384d22cb7168f6dd5830328c4dd

      api-operation-id-removed

    • api tag RSI-Website added

      api-tag-added

    • added the enum value translations to the property items/ of the query request parameter include

      request-parameter-property-enum-value-added

    • for the query request parameter filter[id], the type/format was generalized from integer/ to string/

      request-parameter-type-generalized

    This revision also has 95 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog