Skip to main content

ReleaseDto

commentSuggestedLinks object
oneOf
null
ddlUrlstring | nullnullable
descriptionHtmlstring | nullnullable

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.

externalIdstringrequired
extractedLinks object
oneOf
null
filesstring[]required
formatsstring[]required
idstringrequired
infoHashstring | nullnullable
informationUrlstring | nullnullable

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.

lastResolveAttemptAtinteger,null<int64>nullable
linkstringrequired
magnetstring | nullnullable
observedAtinteger<int64>required
postedAtinteger<int64>required
resolutionAttemptsinteger<int32>required
resolutionConfidencenumber,null<double>nullable
resolutionPathstring | nullnullable
resolutionStatusstringrequired
sentToClientAtinteger,null<int64>nullable

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.

sentToClientLabelstring | nullnullable

Label the release was sent to the torrent client with. Omitted when absent (never sent, or sent without a label).

seriesIdinteger,null<int32>nullable
sizeBytesinteger,null<int64>nullable
sourceKindstringrequired
sourceNamestringrequired
titlestringrequired
torrentUrlstring | nullnullable
ReleaseDto
{
"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",
"title": "string",
"torrentUrl": "string"
}