v1

latestOpenAPI 3.0.0AGPLv3.02026-07-14186117194.3 KB
Video Feeds

List videos of subscriptions tied to a token

get/feeds/subscriptions.{format}

Path parameters

format'xml' | 'rss' | 'rss2' | 'atom' | 'atom1' | 'json' | 'json1' required

format expected (we focus on making rss the most featureful ; it serves Media RSS)

Query parameters

accountIdstring required

limit listing to a specific account

tokenstring required

private token allowing access

sortstring
Example:-createdAt

Sort column

nsfw'true' | 'false'

whether to include nsfw videos, if any

isLocalboolean

PeerTube >= 4.0 Display only local or remote videos

include0 | 1 | 2 | 4 | 8

PeerTube >= 4.0 Include additional videos in results (can be combined using bitwise or operator)

  • 0 NONE
  • 1 NOT_PUBLISHED_STATE
  • 2 BLACKLISTED
  • 4 BLOCKED_OWNER
  • 8 FILES
privacyOneOf1 | 2 | 3 | 4

privacy id of the video (see /videos/privacies)

PeerTube >= 4.0 Display only videos in this specific privacy/privacies

hasHLSFilesboolean

PeerTube >= 4.0 Display only videos that have HLS files

hasWebtorrentFilesboolean

PeerTube >= 4.0 Display only videos that have WebTorrent files

Response

successful operation

object required