Comm-Links
RSI-Website
Search

Comm-Link Reverse Image Link Search

Return comm-links that reference the same RSI-hosted image URL.

post/api/comm-links/reverse-image-link-search

Request body

urlstring uri required

Full URL to an image hosted on robertsspaceindustries.com or media.robertsspaceindustries.com

Example request

{
  "url": "https://robertsspaceindustries.com/i/cc75a45005a236c6e015dfc2782a2f55ed1e84a2/ADdPNihJzmPbNuTnFsH1DqUeqBRpXdSXVVtgJTyDDgscGKrzJuoFjResiiucPBBDeyrBscqRyZz4qxNsSbWvqUwdG/alien-week-2022-front.webp"
}

Response

List of Comm-Links that use that image

idinteger

CIG identifier for the Comm-Link

titlestring

Title of the Comm-Link

rsi_urlstring uri

Link to the Comm-Link on the RSI website.

api_urlstring uri

API URL for this Comm-Link resource.

api_public_urlstring uri

Public web URL for this Comm-Link on the API portal.

channelstring

Publishing channel, e.g. Engineering, Transmission.

categorystring

Content category, e.g. General, Community, Lore, Development.

seriesstring

Series the Comm-Link belongs to, e.g. Around the Verse, 10 For the Chairman.

images_countinteger

Total number of images associated with this Comm-Link.

links_countinteger

Total number of external links in the Comm-Link content.

comment_countinteger

Number of comments on the original RSI post.

created_atstring date-time

ISO 8601 timestamp of when the Comm-Link was published.

created_at_humanstring

Human-readable relative time since publication.

Example response

[
  {
    "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"
  }
]

Changes