ReleasePage
items object[]required
commentSuggestedLinks object
- null
- ExtractedLinksDto
Raw description blob (markdown for Nyaa posts that ran detail fetch; the RSS anchor stub otherwise). Omitted when absent. Surfaced so the review and kept views can render it inline without opening the post.
extractedLinks object
- null
- ExtractedLinksDto
URL from the post's "Information" field, verbatim. Surfaced even when it is not a provider link we resolve against (a publisher page, a Discord invite, …) so the review and kept views show the uploader's cited source. Omitted when absent.
Epoch seconds the release was pushed to the torrent client, or omitted if it was never sent. Drives the "Sent" badge on the review/kept cards.
Label the release was sent to the torrent client with. Omitted when absent (never sent, or sent without a label).
The feed that first discovered this release. One upstream post is one
row however many feeds carry it, so this is provenance, not the full
answer — see [Self::sources].
Every configured feed that carries this release, sorted. Usually one; several when overlapping feeds (an uploader feed and a query feed, say) both match the same post.
Possible values: >= 0
Possible values: >= 0
Possible values: >= 0
{
"items": [
{
"commentSuggestedLinks": "null",
"ddlUrl": "string",
"descriptionHtml": "string",
"externalId": "string",
"extractedLinks": "null",
"files": [
"string"
],
"formats": [
"string"
],
"id": "string",
"infoHash": "string",
"informationUrl": "string",
"lastResolveAttemptAt": 0,
"link": "string",
"magnet": "string",
"observedAt": 0,
"postedAt": 0,
"resolutionAttempts": 0,
"resolutionConfidence": 0,
"resolutionPath": "string",
"resolutionStatus": "string",
"sentToClientAt": 0,
"sentToClientLabel": "string",
"seriesId": 0,
"sizeBytes": 0,
"sourceKind": "string",
"sourceName": "string",
"sources": [
"string"
],
"title": "string",
"torrentUrl": "string"
}
],
"page": 0,
"pageSize": 0,
"total": 0
}