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.
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.
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"
}
}Changes
Changed in 3 of the 50 revisions of this API.3417
- ▲
the response's body type/format changed from
array/toobject/for status200response-body-type-changed
- ○
api operation id
a705f668107b86178c6624b972dddefdremoved and replaced withlistCommLinkImagesapi-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
items/tags/items/response's property type/format changed fromstring/toobject/for status200response-property-type-changed
- ○
added the new optional
queryrequest parameterfilter[tags]new-optional-request-parameter
- ○
added the optional property
items/base_imageto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/comm_linksto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/duplicatesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/nameto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/similarityto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/tags/items/images_countto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/tags/items/nameto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/tags/items/translated_nameto 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 parameterfilter[tags]request-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
listCommLinkImagesremoved and replaced witha705f668107b86178c6624b972dddefdapi-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
- ▲