Comm-Links
Images
Comm-Link Images
List available comm-link images with pagination. Each image includes its associated Comm-Links (with channel, category, series), tags, duplicates, and base image when available.
get/api/comm-link-images
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.
filter[tags]string
Example:concept
Partial match on tag name. WARNING: Images have no tags currently.
Response
Paginated list of Comm-Link Images
Example response
{
"data": [
{
"name": "Starshipbridge.jpg",
"rsi_url": "/media/bluo97w6u7n1ur/source/Starshipbridge.jpg",
"size": 1504015,
"mime_type": "image/jpeg"
}
],
"meta": {
"current_page": 1,
"from": 1,
"last_page": 5,
"per_page": 30,
"to": 30,
"total": 150,
"path": "https://api.star-citizen.wiki/api/vehicles"
}
}