volume: /data
port: 3750
bt query arg: keyword
| Field Name | Type | Description | Example |
|---|---|---|---|
id | Integer | Unique torrent identifier | 1001 |
site | String | Source site identifier | BT |
size_mb | Float | Torrent size (MB) | 2048.5 |
seeders | Integer | Number of seeders | 50 |
title | String | Torrent title | XXX-XXXX HD Version |
chinese | Boolean | Whether it has Chinese subtitles / Chinese title | True |
uc | Boolean | Whether it is a UC resource (business-defined) | False |
uhd | Boolean | Whether it is Ultra HD (4K/8K, etc.) | True |
free | Boolean | Whether it is free to download (no traffic/points required) | True |
download_url | String | Torrent magnet download link | magnet:?.... |
{
"data": [
{
"id": 1001,
"site": "BT",
"size_mb": 2048.5,
"seeders": 50,
"title": "XXX-XXXX HD Chinese Subtitled Version",
"chinese": true,
"uc": false,
"uhd": true,
"free": true,
"download_url": "magnet:?...."
},
{
"id": 1002,
"site": "BT",
"size_mb": 1536.2,
"seeders": 28,
"title": "YYY-YYYY Standard Version",
"chinese": false,
"uc": true,
"uhd": false,
"free": false,
"download_url": "magnet:?...."
}
]
}
Content type
Image
Digest
sha256:430e01e8a…
Size
177.4 MB
Last updated
about 8 hours ago
docker pull envyafish/byte-muse