v1

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

Comm-Link Detail

Retrieve a single Comm-Link by its CIG ID. Images with hash and metadata are always included. The response contains prev_id and next_id metadata for sequential navigation between Comm-Links.

get/api/comm-links/{id}

Path parameters

idinteger required

Comm-Link CIG ID, starting from 12663

Example:12663

Query parameters

includestring[]

Available Comm-Link includes

Response

A singular Comm-Link

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"
  }
}