Torrent Converter and Downloader API

FREEMIUM
Durch HOLYMARK | Aktualisiert il y a un mois | Tools
Popularität

0.1 / 10

Latenz

252ms

Service Level

0%

Health Check

N/A

README

REST API Documentation

{
  "endpoint": "/torrents",
  "method": "GET",
  "description": "will return the list of all torrents"
}
{
  "endpoint": "/torrents/{infoHash}",
  "method": "GET",
  "description": "will return a single torrent"
}
{
  "endpoint": "/torrents/{infoHash}/stats",
  "method": "GET",
  "description": "will return the torrent stats (speed, bandwidth, etc.)"
}
{
  "endpoint": "/torrents/{infoHash}/files",
  "method": "GET",
  "description": "will return the M3U playlist"
}
{
  "endpoint": " /torrents/{infoHash}/files/{path}",
  "method": "GET",
  "description": " will start streaming the file (honoring the `Range` header)"
}
{
  "endpoint": "/torrents/{infoHash}/pause",
  "method": "POST",
  "description": "will pause/resume the swarm and peer discovery"
}
{
  "endpoint": ["/torrents/{infoHash}/start", "/torrents/{infoHash}/stop"],
  "method": "POST",
  "description": "will start/stop the download by selecting/deselecting all files"
}
{
  "endpoint": [
    "/torrents/{infoHash}/start/{index}",
    "/torrents/{infoHash}/stop/{index}"
  ],
  "method": "POST",
  "description": "will start/stop downloading a particular file (by index)"
}
{
  "endpoint": "/torrents",
  "method": "POST",
  "description": "will add a new torrent (`{"link":"magnet link or URL"`)}"
}
{
  "endpoint": " /upload",
  "method": "POST",
  "description": " will accept a .torrent file as an attachment (`file` field in `multipart/form-data`)"
}
{
  "endpoint": "/torrents/{infoHash}",
  "method": "DELETE",
  "description": "will delete the torrent"
}
Follower: 0
Ressourcen:
Nutzungsbedingungen
API-Ersteller:
Rapid account: HOLYMARK
HOLYMARK
mkmark53
Melden Sie sich bei Rate API an
Bewertung: 5 - Stimmen: 1