Skip to main content

ReleaseDto

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
lastResolveAttemptAtinteger,null<int64>nullable
linkstringrequired
magnetstring | nullnullable
observedAtinteger<int64>required
postedAtinteger<int64>required
resolutionAttemptsinteger<int32>required
resolutionConfidencenumber,null<double>nullable
resolutionPathstring | nullnullable
resolutionStatusstringrequired
seriesIdinteger,null<int32>nullable
sizeBytesinteger,null<int64>nullable
sourceKindstringrequired
sourceNamestringrequired
titlestringrequired
torrentUrlstring | nullnullable
ReleaseDto
{
"ddlUrl": "string",
"descriptionHtml": "string",
"externalId": "string",
"extractedLinks": "null",
"files": [
"string"
],
"formats": [
"string"
],
"id": "string",
"infoHash": "string",
"lastResolveAttemptAt": 0,
"link": "string",
"magnet": "string",
"observedAt": 0,
"postedAt": 0,
"resolutionAttempts": 0,
"resolutionConfidence": 0,
"resolutionPath": "string",
"resolutionStatus": "string",
"seriesId": 0,
"sizeBytes": 0,
"sourceKind": "string",
"sourceName": "string",
"title": "string",
"torrentUrl": "string"
}