GET /feeds/subscriptions.{format}
Operation ID: getSyndicatedSubscriptionVideos
Auth: unknown
Parameters (10)
(string, query, required)
limit listing to a specific account
(string, path, required)
format expected (we focus on making `rss` the most featureful ; it serves [Media RSS](https://www.rssboard.org/media-rss))
Constraints: {'enum': ['xml', 'rss', 'rss2', 'atom', 'atom1', 'json', 'json1']}
(boolean, query, optional)
**PeerTube >= 4.0** Display only videos that have HLS files
(boolean, query, optional)
**PeerTube >= 4.0** Display only videos that have WebTorrent files
(integer, query, optional)
**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
Constraints: {'enum': [0, 1, 2, 4, 8]}
(boolean, query, optional)
**PeerTube >= 4.0** Display only local or remote videos
(string, query, optional)
whether to include nsfw videos, if any
Constraints: {'enum': ['true', 'false']}
(?, query, optional)
**PeerTube >= 4.0** Display only videos in this specific privacy/privacies
(string, query, optional)
Sort column
(string, query, required)
private token allowing access
No probe data for this endpoint yet.