Skip to main content

ReleasePage

items object[]required
  • Array [
  • 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
  • ]
  • pageinteger<int32>required

    Possible values: >= 0

    pageSizeinteger<int32>required

    Possible values: >= 0

    totalinteger<int64>required

    Possible values: >= 0

    ReleasePage
    {
    "items": [
    {
    "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"
    }
    ],
    "page": 0,
    "pageSize": 0,
    "total": 0
    }