Webtor
Webtor API is an official API of [webtor.io](https://webtor.io). It allows you to: 1. Download torrent content without usage of BitTorrent-client. All BitTorrent communications are performed by Webtor servers. 2. Stream content instantly with on-the-fly transcoding. Webtor generates HLS-streams suitable for web-streaming. 3. Fetch OpenSubtitles for torrent content.
Webtor endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Store Resource /resource |
Receives torrent or magnet-uri in request body. If magnet-uri provided instead of torrent, then it tries to fetch torrent from BitTorrent network (timeout 3 minutes). |
| GET |
Get Resource /resource/{resource_id} |
Receives resource id and returns resource. |
| GET |
List Resource Contents /resource/{resource_id}/list |
Lists files and directories of specific resource. All ids in response can be used for export. |
| GET |
Export Resource Content /resource/{resource_id}/export/{content_id} |
Exports resource content. Provide urls to consume torrent content for download and streaming. |
Webtor pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $2 / month | — |
|
| PRO Recommended | $10 / month | — |
|
| ULTRA | $25 / month | — |
|
| MEGA | $100 / month | — |
|