PeerTube (8.1.0)

Download OpenAPI specification:

The PeerTube API is built on HTTP(S) and is RESTful. You can use your favorite HTTP/REST library for your programming language to use PeerTube.

See the REST API quick start for a few examples of using the PeerTube API.

Authentication

When you sign up for an account on a PeerTube instance, you are given the possibility to generate sessions on it, and authenticate there using an access token. Only one access token can currently be used at a time.

Roles

Accounts are given permissions based on their role. There are three roles on PeerTube: Administrator, Moderator, and User. See the roles guide for a detail of their permissions.

Errors

The API uses standard HTTP status codes to indicate the success or failure of the API call, completed by a RFC7807-compliant response body.

HTTP 1.1 404 Not Found
Content-Type: application/problem+json; charset=utf-8

{
  "detail": "Video not found",
  "docs": "https://docs.joinpeertube.org/api-rest-reference.html#operation/getVideo",
  "status": 404,
  "title": "Not Found",
  "type": "about:blank"
}

We provide error type (following RFC7807) and code (internal PeerTube code) values for a growing number of cases, but it is still optional. Types are used to disambiguate errors that bear the same status code and are non-obvious:

HTTP 1.1 403 Forbidden
Content-Type: application/problem+json; charset=utf-8

{
  "detail": "Cannot get this video regarding follow constraints",
  "docs": "https://docs.joinpeertube.org/api-rest-reference.html#operation/getVideo",
  "status": 403,
  "title": "Forbidden",
  "type": "https://docs.joinpeertube.org/api-rest-reference.html#section/Errors/does_not_respect_follow_constraints"
}

Here a 403 error could otherwise mean that the video is private or blocklisted.

Validation errors

Each parameter is evaluated on its own against a set of rules before the route validator proceeds with potential testing involving parameter combinations. Errors coming from validation errors appear earlier and benefit from a more detailed error description:

HTTP 1.1 400 Bad Request
Content-Type: application/problem+json; charset=utf-8

{
  "detail": "Incorrect request parameters: id",
  "docs": "https://docs.joinpeertube.org/api-rest-reference.html#operation/getVideo",
  "instance": "/api/v1/videos/9c9de5e8-0a1e-484a-b099-e80766180",
  "invalid-params": {
    "id": {
      "location": "params",
      "msg": "Invalid value",
      "param": "id",
      "value": "9c9de5e8-0a1e-484a-b099-e80766180"
    }
  },
  "status": 400,
  "title": "Bad Request",
  "type": "about:blank"
}

Where id is the name of the field concerned by the error, within the route definition. invalid-params.<field>.location can be either 'params', 'body', 'header', 'query' or 'cookies', and invalid-params.<field>.value reports the value that didn't pass validation whose invalid-params.<field>.msg is about.

Deprecated error fields

Some fields could be included with previous versions. They are still included but their use is deprecated:

  • error: superseded by detail

Rate limits

We are rate-limiting all endpoints of PeerTube's API. Custom values can be set by administrators:

Endpoint (prefix: /api/v1) Calls Time frame
/* 50 10 seconds
POST /users/token 15 5 minutes
POST /users/register 2* 5 minutes
POST /users/ask-send-verify-email 3 5 minutes

Depending on the endpoint, *failed requests are not taken into account. A service limit is announced by a 429 Too Many Requests status code.

You can get details about the current state of your rate limit by reading the following headers:

Header Description
X-RateLimit-Limit Number of max requests allowed in the current time period
X-RateLimit-Remaining Number of remaining requests in the current time period
X-RateLimit-Reset Timestamp of end of current time period as UNIX timestamp
Retry-After Seconds to delay after the first 429 is received

CORS

This API features Cross-Origin Resource Sharing (CORS), allowing cross-domain communication from the browser for some routes:

| Endpoint | |------------------------- ---| | /api/* | | /download/* | | /lazy-static/* | | /.well-known/webfinger |

In addition, all routes serving ActivityPub are CORS-enabled for all origins.

Static Video Files

Get public Web Video file

PeerTube >= 6.0

path Parameters
filename
required
string

Filename

Responses

Get private Web Video file

PeerTube >= 6.0

Authorizations:
OAuth2
path Parameters
filename
required
string

Filename

query Parameters
videoFileToken
string

Video file token generated by PeerTube so you don't need to provide an OAuth token in the request header.

Responses

Get public HLS video file

Authorizations:
OAuth2
path Parameters
filename
required
string

Filename

Responses

Get private HLS video file

Authorizations:
OAuth2
path Parameters
filename
required
string

Filename

query Parameters
reinjectVideoFileToken
boolean

Ask the server to reinject videoFileToken in URLs in m3u8 playlist

videoFileToken
string

Video file token generated by PeerTube so you don't need to provide an OAuth token in the request header.

Responses

Video Download

Download video files

Download video file

Generate a mp4 container that contains at most 1 video stream and at most 1 audio stream. Mainly used to merge the HLS audio only video file and the HLS video only resolution file.

path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

Video id or UUID

query Parameters
videoFileIds
required
Array of integers

streams of video files to mux in the output

videoFileToken
string

Video file token generated by PeerTube so you don't need to provide an OAuth token in the request header.

Responses

Video Feeds

Server syndication feeds of videos

Comments on videos feeds

path Parameters
format
required
string
Enum: "xml" "rss" "rss2" "atom" "atom1" "json" "json1"

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

query Parameters
accountId
string

limit listing comments to videos of a specific account

accountName
string

limit listing comments to videos of a specific account

videoChannelId
string

limit listing comments to videos of a specific video channel

videoChannelName
string

limit listing comments to videos of a specific video channel

videoId
string

limit listing comments to a specific video

Responses

Response samples

Content type
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>PeerTube Nightly</title>
        <link>https://peertube2.cpy.re</link>
        <description>This instance is a test instance of the PeerTube project. It is updated to the latest commit in the develop branch every business day, 8pm CET.</description>
        <lastBuildDate>Fri, 11 Sep 2026 03:03:46 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://peertube2.cpy.re</generator>
        <image>
            <title>PeerTube Nightly</title>
            <url>https://peertube2.cpy.re/lazy-static/avatars/82936e50-9560-42e7-9e4b-d96309f5c9c9.png</url>
            <link>https://peertube2.cpy.re</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://peertube2.cpy.re/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://peertube2.cpy.re/feeds/video-comments.xml?scope=local" rel="self" type="application/rss+xml"/>
        <item>
            <title><![CDATA[These projects get a lot of criticism. Why, and is it deserved? - Edoardo Regni]]></title>
            <link>https://peertube2.cpy.re/w/bkymhnk9c6G2vBoSCa14u7;threadId=194588</link>
            <guid>https://peertube2.cpy.re/w/bkymhnk9c6G2vBoSCa14u7;threadId=194588</guid>
            <pubDate>Thu, 10 Sep 2026 21:28:21 GMT</pubDate>
            <content:encoded><![CDATA[<p>Perhaps these overheated technical discussions are just a tradition somewhat sparked by Mr Torvalds. I remember he didn't like gnome, for example. He expressed that to the internet decades ago in his well-known friendly style by writing about 'interface nazis'. I never knew there was such a thing 😄</p>
]]></content:encoded>
            <dc:creator>Edoardo Regni</dc:creator>
        </item>
        <item>
            <title><![CDATA[These projects get a lot of criticism. Why, and is it deserved? - Vashlex]]></title>
            <link>https://peertube2.cpy.re/w/bkymhnk9c6G2vBoSCa14u7;threadId=194585</link>
            <guid>https://peertube2.cpy.re/w/bkymhnk9c6G2vBoSCa14u7;threadId=194585</guid>
            <pubDate>Thu, 10 Sep 2026 14:10:36 GMT</pubDate>
            <content:encoded><![CDATA[<p>very good video, just to get to know some of the projects more than before - not that I hated them. cant believe the Gnome is easy statement though. 😅</p>
]]></content:encoded>
            <dc:creator>Vashlex</dc:creator>
        </item>
        <item>
            <title><![CDATA[Mi sono CANCELLATO dai SOCIAL - La  sindrome del papavero alto - danilo_lanzi]]></title>
            <link>https://peertube2.cpy.re/w/7Lv7cdhi2Kwph3SkPGqWiZ;threadId=194584</link>
            <guid>https://peertube2.cpy.re/w/7Lv7cdhi2Kwph3SkPGqWiZ;threadId=194584</guid>
            <pubDate>Thu, 10 Sep 2026 11:28:33 GMT</pubDate>
            <content:encoded><![CDATA[<p><span><a href="https://peertube.uno/a/filippodb/video-channels" class="u-url mention" target="_blank" rel="noopener noreferrer">@<span>filippodb</span></a></span> Purtroppo è la realtà, chi diverge dalla massa viene criticato e isolato</p>]]></content:encoded>
            <dc:creator>danilo_lanzi</dc:creator>
        </item>
        <item>
            <title><![CDATA[Wonders of OSM - CapitaineMoustache]]></title>
            <link>https://peertube2.cpy.re/w/93VxxG66xKpDWeY4ut6HaF;threadId=194581</link>
            <guid>https://peertube2.cpy.re/w/93VxxG66xKpDWeY4ut6HaF;threadId=194581</guid>
            <pubDate>Wed, 09 Sep 2026 12:05:20 GMT</pubDate>
            <content:encoded><![CDATA[<p>Here the interactive slide if you want to explore the wonders by yourself 😄<br />
<a href="https://pretalx.com/media/sotm2026/submissions/VUTQVY/resources/Wonders_of_OSM_uBrVHy2.pdf" target="_blank" rel="noopener noreferrer">https://pretalx.com/media/sotm2026/submissions/VUTQVY/resources/Wonders_of_OSM_uBrVHy2.pdf</a></p>
]]></content:encoded>
            <dc:creator>CapitaineMoustache</dc:creator>
        </item>
        <item>
            <title><![CDATA[Linux Desktop Modding lässt mich nicht mehr los - Peter Michael]]></title>
            <link>https://peertube2.cpy.re/w/1CtyEGCUVfNHNSXWeEf9pv;threadId=194573</link>
            <guid>https://peertube2.cpy.re/w/1CtyEGCUVfNHNSXWeEf9pv;threadId=194573</guid>
            <pubDate>Tue, 08 Sep 2026 12:45:17 GMT</pubDate>
            <content:encoded><![CDATA[<p><span><a href="https://tube.the-morpheus.de/a/morpheus/video-channels" class="u-url mention" target="_blank" rel="noopener noreferrer">@<span>morpheus</span></a></span>
Nutze KDE seit 1.x und schleppe noch immer Konfigdateien für den Desktop mit. Es ist so wenig anstrengend wenn dein Desktop sich nur dann wenn du es willst und homöopathisch verändert.</p><p>Wabbernde Fenster und die Wunderlampe erfreuen mich noch immer. Wie auch der ursprüngliche Sound.</p><p>Danke für die Videos besonders hier im Fediverse, bitte mehr KDE bzw. Plasma.</p>]]></content:encoded>
            <dc:creator>Peter Michael</dc:creator>
        </item>
        <item>
            <title><![CDATA[oberon, sixel - tanakian]]></title>
            <link>https://peertube2.cpy.re/w/dBHidpR3zdPfWD8PGKpgUL;threadId=194545</link>
            <guid>https://peertube2.cpy.re/w/dBHidpR3zdPfWD8PGKpgUL;threadId=194545</guid>
            <pubDate>Tue, 08 Sep 2026 11:46:25 GMT</pubDate>
            <content:encoded><![CDATA[<p>@qrstuv again i thought it is self explanatory.<br />
it draws itself in xterm by using sixel, not x11 as in the other video.</p>
]]></content:encoded>
            <dc:creator>tanakian</dc:creator>
        </item>
        <item>
            <title><![CDATA[oberon, unicode - tanakian]]></title>
            <link>https://peertube2.cpy.re/w/1q4fxvAMMRiSUoj5w4HGvG;threadId=194546</link>
            <guid>https://peertube2.cpy.re/w/1q4fxvAMMRiSUoj5w4HGvG;threadId=194546</guid>
            <pubDate>Tue, 08 Sep 2026 11:45:04 GMT</pubDate>
            <content:encoded><![CDATA[<p>@qrstuv yeah, i believed the videos are self explanatory? but probably not?<br />
this means i was able to convert bdf fonts to oberon font format and that unicode support is added.</p>
]]></content:encoded>
            <dc:creator>tanakian</dc:creator>
        </item>
        <item>
            <title><![CDATA[Overgrown 🤝 Cowboi - Blender Studio Log 31 - Danny Laursen]]></title>
            <link>https://peertube2.cpy.re/w/wKKFnTX7DnP6Qs759HsoNg;threadId=194568</link>
            <guid>https://peertube2.cpy.re/w/wKKFnTX7DnP6Qs759HsoNg;threadId=194568</guid>
            <pubDate>Tue, 08 Sep 2026 06:08:26 GMT</pubDate>
            <content:encoded><![CDATA[<p>Happy y'all are sharing your work here on Peertube. Lovely and inspiring!</p>
]]></content:encoded>
            <dc:creator>Danny Laursen</dc:creator>
        </item>
        <item>
            <title><![CDATA[oberon, unicode - qrstuv]]></title>
            <link>https://peertube2.cpy.re/w/1q4fxvAMMRiSUoj5w4HGvG;threadId=194546</link>
            <guid>https://peertube2.cpy.re/w/1q4fxvAMMRiSUoj5w4HGvG;threadId=194546</guid>
            <pubDate>Tue, 08 Sep 2026 00:46:12 GMT</pubDate>
            <content:encoded><![CDATA[<p>This was a video about special letters.</p>
]]></content:encoded>
            <dc:creator>qrstuv</dc:creator>
        </item>
        <item>
            <title><![CDATA[oberon, sixel - qrstuv]]></title>
            <link>https://peertube2.cpy.re/w/dBHidpR3zdPfWD8PGKpgUL;threadId=194545</link>
            <guid>https://peertube2.cpy.re/w/dBHidpR3zdPfWD8PGKpgUL;threadId=194545</guid>
            <pubDate>Tue, 08 Sep 2026 00:43:53 GMT</pubDate>
            <content:encoded><![CDATA[<p>This was a video about a grey box.</p>
]]></content:encoded>
            <dc:creator>qrstuv</dc:creator>
        </item>
        <item>
            <title><![CDATA[Where are my ways - InsertUser]]></title>
            <link>https://peertube2.cpy.re/w/iXRAPErisVKaHwHP6eEWcM;threadId=194541</link>
            <guid>https://peertube2.cpy.re/w/iXRAPErisVKaHwHP6eEWcM;threadId=194541</guid>
            <pubDate>Mon, 07 Sep 2026 22:35:21 GMT</pubDate>
            <content:encoded><![CDATA[<p><span><a href="https://peertube.openstreetmap.fr/a/openstreetmap.fr/video-channels" class="u-url mention" target="_blank" rel="noopener noreferrer">@<span>openstreetmap.fr</span></a></span>
This is the one thing that really makes me miss the days of Flash. You used to be able to see the deleted ways by manually opening the old versionless Potlatch.</p>]]></content:encoded>
            <dc:creator>InsertUser</dc:creator>
        </item>
        <item>
            <title><![CDATA[Linux Desktop Modding lässt mich nicht mehr los - Simon99de]]></title>
            <link>https://peertube2.cpy.re/w/1CtyEGCUVfNHNSXWeEf9pv;threadId=194533</link>
            <guid>https://peertube2.cpy.re/w/1CtyEGCUVfNHNSXWeEf9pv;threadId=194533</guid>
            <pubDate>Mon, 07 Sep 2026 16:45:43 GMT</pubDate>
            <content:encoded><![CDATA[<p>wie verhindert man, dass Cookies überhaupt gestohlen werden? wie werden sie überhaupt gestohlen? ein Schutz davor wäre viel besser als im Nachgang das Passwort zu ändern (aber trotzdem besser, wenn man es weiß)</p>
<ul>
<li>also mein Geschmack ist dein Theme ganz und dar nicht. da bekomme ich ja Augenkrebs 😅 (tut beim hinsehen weh 😢) aber jeder mach etwas anderes!</li>
<li>auf Linux (KDE) hatte ich schon 3 verschiedene Taskleisten unten. ist alles möglich 😃</li>
<li>also früher hatte ich auch Linux Mint, aber heutzutage finde ich es altbacken (Windows 7 like). ich mag lieber KDE 😃 ich nutze heute Bazzite OS, Aurora OS (universal blue), Zorin OS</li>
<li>ich habe am Anfang auch distro hoping gemacht, um das richtige Linux auf meinem Test Laptop zu finden um dann später Windows von meinem Hauptsystem zu löschen und Bazzite OS KDE Desktop zu installieren (Jahre Vorbereitung auf den umstieg ohne dual Boot zu nutzen!)</li>
<li>ich liebe auch KDE Plasma ❤️</li>
</ul>
]]></content:encoded>
            <dc:creator>Simon99de</dc:creator>
        </item>
        <item>
            <title><![CDATA[SLOP GF DISK ERROR PLEASE TRY AGIAN WITH NEW DISK - notptr]]></title>
            <link>https://peertube2.cpy.re/w/pQhfTTXJhqZFNqPYdgHMmP;threadId=194515</link>
            <guid>https://peertube2.cpy.re/w/pQhfTTXJhqZFNqPYdgHMmP;threadId=194515</guid>
            <pubDate>Mon, 07 Sep 2026 14:18:00 GMT</pubDate>
            <content:encoded><![CDATA[<p>@AceFuzzLord@pounced-on.me hey thanks, It been the vibe I been going with most of my renders</p>
]]></content:encoded>
            <dc:creator>notptr</dc:creator>
        </item>
        <item>
            <title><![CDATA[12 Awesome  Linux apps you've likely never tried! - Fabian]]></title>
            <link>https://peertube2.cpy.re/w/btWqx3butgQA8DEUBprgu7;threadId=194514</link>
            <guid>https://peertube2.cpy.re/w/btWqx3butgQA8DEUBprgu7;threadId=194514</guid>
            <pubDate>Mon, 07 Sep 2026 11:11:06 GMT</pubDate>
            <content:encoded><![CDATA[<p><span><a href="https://tilvids.com/a/thelinuxexperiment/video-channels" class="u-url mention" target="_blank" rel="noopener noreferrer">@<span>thelinuxexperiment</span></a></span> Along with EasyEffects i like to use qpwgraph. You could use it to pipe the audio of a video into your microphone stream when screen sharing while also listening to some music that only you can hear.</p><p><a href="https://flathub.org/de/apps/org.rncbc.qpwgraph" target="_blank" rel="noopener noreferrer"><span>https://</span><span>flathub.org/de/apps/org.rncbc.</span><span>qpwgraph</span></a></p>]]></content:encoded>
            <dc:creator>Fabian</dc:creator>
        </item>
        <item>
            <title><![CDATA[SLOP GF DISK ERROR PLEASE TRY AGIAN WITH NEW DISK - qrstuv]]></title>
            <link>https://peertube2.cpy.re/w/pQhfTTXJhqZFNqPYdgHMmP;threadId=194502</link>
            <guid>https://peertube2.cpy.re/w/pQhfTTXJhqZFNqPYdgHMmP;threadId=194502</guid>
            <pubDate>Mon, 07 Sep 2026 07:28:05 GMT</pubDate>
            <content:encoded><![CDATA[<p>This was a video about floaters.</p>
]]></content:encoded>
            <dc:creator>qrstuv</dc:creator>
        </item>
        <item>
            <title><![CDATA[SLOP GF DISK ERROR PLEASE TRY AGIAN WITH NEW DISK - AceFuzzLord (A of ♦️) 🇵🇸🇹🇼🇺🇦]]></title>
            <link>https://peertube2.cpy.re/w/pQhfTTXJhqZFNqPYdgHMmP;threadId=194515</link>
            <guid>https://peertube2.cpy.re/w/pQhfTTXJhqZFNqPYdgHMmP;threadId=194515</guid>
            <pubDate>Mon, 07 Sep 2026 07:27:05 GMT</pubDate>
            <content:encoded><![CDATA[<p>@notptr@toobnix.org I really like how things like the floating head's platform and the floating orbs look like they came straight out of an old 3D animation program of the 90s.</p>
]]></content:encoded>
            <dc:creator>AceFuzzLord (A of ♦️) 🇵🇸🇹🇼🇺🇦</dc:creator>
        </item>
        <item>
            <title><![CDATA[Brûler la dette : Pourquoi ils vous mentent ? - Kayshan]]></title>
            <link>https://peertube2.cpy.re/w/i4RXBTikmYm8HqV2zv8auz;threadId=194501</link>
            <guid>https://peertube2.cpy.re/w/i4RXBTikmYm8HqV2zv8auz;threadId=194501</guid>
            <pubDate>Mon, 07 Sep 2026 05:12:24 GMT</pubDate>
            <content:encoded><![CDATA[<p>Intéressant merci 👍🏻</p>
]]></content:encoded>
            <dc:creator>Kayshan</dc:creator>
        </item>
        <item>
            <title><![CDATA[KDE is firing on all cylinders, Brave says they're the best browser, CERN moves to Debian - Lucas]]></title>
            <link>https://peertube2.cpy.re/w/aR2813C6x85TuBqtNFaG84;threadId=194474</link>
            <guid>https://peertube2.cpy.re/w/aR2813C6x85TuBqtNFaG84;threadId=194474</guid>
            <pubDate>Sun, 06 Sep 2026 15:19:10 GMT</pubDate>
            <content:encoded><![CDATA[<p><span><a href="https://tilvids.com/a/ytg/video-channels" class="u-url mention" target="_blank" rel="noopener noreferrer">@<span>ytg</span></a></span> they're putting AI everywhere, because that's exactly what we need, right?</p>]]></content:encoded>
            <dc:creator>Lucas</dc:creator>
        </item>
        <item>
            <title><![CDATA[KDE is firing on all cylinders, Brave says they're the best browser, CERN moves to Debian - Nick🏴‍☠️]]></title>
            <link>https://peertube2.cpy.re/w/aR2813C6x85TuBqtNFaG84;threadId=194492</link>
            <guid>https://peertube2.cpy.re/w/aR2813C6x85TuBqtNFaG84;threadId=194492</guid>
            <pubDate>Sun, 06 Sep 2026 10:07:03 GMT</pubDate>
            <content:encoded><![CDATA[<p><span><a href="https://tilvids.com/a/thelinuxexperiment/video-channels" class="u-url mention" target="_blank" rel="noopener noreferrer">@<span>thelinuxexperiment</span></a></span> Brave tested on MacOS, but didn't even include  Safari🤔
But yeah otherwise not much new, we already know that Firefox is a bit behind, 
although I would be very interested in benchmarks with uBlockOrigin or fingerprint resistance(i.e. LibreWolf) and in Linux, as well as checking whether pages like YouTube still artificially slow Firefox users.</p>]]></content:encoded>
            <dc:creator>Nick🏴‍☠️</dc:creator>
        </item>
        <item>
            <title><![CDATA[Linux Desktop Modding lässt mich nicht mehr los - Liam]]></title>
            <link>https://peertube2.cpy.re/w/1CtyEGCUVfNHNSXWeEf9pv;threadId=194491</link>
            <guid>https://peertube2.cpy.re/w/1CtyEGCUVfNHNSXWeEf9pv;threadId=194491</guid>
            <pubDate>Sun, 06 Sep 2026 08:09:43 GMT</pubDate>
            <content:encoded><![CDATA[<p><span><a href="https://tube.the-morpheus.de/a/morpheus/video-channels" class="u-url mention" target="_blank" rel="noopener noreferrer">@<span>morpheus</span></a></span> Freut mich, dass du Spaß am customizen gefunden hast. Ich bin übrigens dank dir auf <a href="https://troet.cafe/tags/NixOS" class="mention hashtag" rel="noopener noreferrer" target="_blank">#<span>NixOS</span></a> gestoßen und will nicht mehr weg.</p><p>Ich bin aber bei Hyprland abgebogen, da die deklarative Konfiguration dort etwas komfortabler ist. Diese Konfiguration kann man sich auch gerne unter <a href="https://codeberg.org/liamthexpl0rer/nixos-clientconf" target="_blank" rel="noopener noreferrer"><span>https://</span><span>codeberg.org/liamthexpl0rer/ni</span><span>xos-clientconf</span></a> oder <a href="https://rad.liamthexpl0rer.de/nodes/rad.liamthexpl0rer.de/rad:z9UhbbQby1J1yfS1KPLzWPvYw8rw" target="_blank" rel="noopener noreferrer"><span>https://</span><span>rad.liamthexpl0rer.de/nodes/ra</span><span>d.liamthexpl0rer.de/rad:z9UhbbQby1J1yfS1KPLzWPvYw8rw</span></a> als Inspiration anschauen.:D</p>]]></content:encoded>
            <dc:creator>Liam</dc:creator>
        </item>
    </channel>
</rss>

Common videos feeds

path Parameters
format
required
string
Enum: "xml" "rss" "rss2" "atom" "atom1" "json" "json1"

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

query Parameters
accountId
string

limit listing to a specific account

accountName
string

limit listing to a specific account

hasHLSFiles
boolean

PeerTube >= 4.0 Display only videos that have HLS files

hasWebVideoFiles
boolean

PeerTube >= 6.0 Display only videos that have Web Video files

include
integer
Enum: 0 1 2 4 8 16 32

Only administrators and moderators can use this parameter

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
  • 16 CAPTIONS
  • 32 VIDEO SOURCE
isLocal
boolean

PeerTube >= 4.0 Display only local or remote objects

nsfw
string
Enum: "true" "false"

whether to include nsfw videos, if any

privacyOneOf
integer (VideoPrivacySet)
Enum: 1 2 3 4 5

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

sort
string
Example: sort=-createdAt

Sort column

videoChannelId
string

limit listing to a specific video channel

videoChannelName
string

limit listing to a specific video channel

Responses

Response samples

Content type
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:podcast="https://podcastindex.org/namespace/1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>PeerTube Nightly</title>
        <link>https://peertube2.cpy.re</link>
        <description>This instance is a test instance of the PeerTube project. It is updated to the latest commit in the develop branch every business day, 8pm CET.</description>
        <lastBuildDate>Fri, 11 Sep 2026 03:04:27 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://peertube2.cpy.re</generator>
        <image>
            <title>PeerTube Nightly</title>
            <url>https://peertube2.cpy.re/lazy-static/avatars/82936e50-9560-42e7-9e4b-d96309f5c9c9.png</url>
            <link>https://peertube2.cpy.re</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://peertube2.cpy.re/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://peertube2.cpy.re/feeds/videos.xml?scope=local" rel="self" type="application/rss+xml"/>
        <item>
            <title><![CDATA[Small Paraclesis. A New Metrical Translation for Persian (Farsi)]]></title>
            <link>https://peertube2.cpy.re/w/kLf5CSpWJphLwBsWkZppi3</link>
            <guid>https://peertube2.cpy.re/w/kLf5CSpWJphLwBsWkZppi3</guid>
            <pubDate>Fri, 11 Sep 2026 01:56:32 GMT</pubDate>
            <description><![CDATA[This is a new translation which I've created with the blessing of my bishop, Metropolitan Gerasimos of San Francisco. I have preserved the meter of the hymns, so that they may be sung directly from the text, according to their proper melodies. Eac...]]></description>
            <content:encoded><![CDATA[<p>This is a new translation which I've created with the blessing of my bishop, Metropolitan Gerasimos of San Francisco. I have preserved the meter of the hymns, so that they may be sung directly from the text, according to their proper melodies. Each ode of the canon has a unique melody, but within that ode, all of the hymns (troparia) follow the same melody as one another.</p>
<p>This prayer service was originally authored in the 9th century (the 800s) AD, by a monk named Theosterictos. In this prayer service, we pray to the Lord on behalf of the whole world and all of the afflicted people whom we call to mind. And we enjoin the Mother of God to pray to her son along with us, that she would not allow us to drown in our distress. Ever since its creation, it has been traditional to sing these prayers every night for the first two weeks of August: a time which was historically plagued with illness and death. During a time when many of the people they held dear were sick and dying, the faithful would humbly entreat the Theotokos and her divine Son on behalf of all of those who are suffering and otherwise without help.</p>
]]></content:encoded>
            <dc:creator>رستاخیز سراینده</dc:creator>
            <enclosure length="2525811203" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/a00b0998-6dff-479a-a0b7-77adb71b40a0?videoFileIds=5876585"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/kLf5CSpWJphLwBsWkZppi3"/>
            <media:player url="https://peertube2.cpy.re/w/kLf5CSpWJphLwBsWkZppi3"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/092955fd-d4bd-435b-a934-c037ba62fbef-1440.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/339a8dde-d11b-479b-abe8-1c30dde288c6-1080.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/b6a3e0d7-dd49-488a-ab45-de0ddf46b36b-480.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/82578448-1dfa-4e19-9841-89c237040c84-360.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/c35b9413-101e-4488-8e40-3ba1962dbc57-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/3bad382a-2599-47e1-ab7c-038f5ddb2f20-1440-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/8a8d531a-6023-4012-b0d3-db0807293a42-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/f6635fe1-bb07-49ca-b61d-6ab8c8abf7cf-480-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/13b00215-8c93-44d2-887a-5af37abb9b29-360-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/8dbb988e-0618-4219-baf9-8035b01915ec-0-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1440" fileSize="2525811203" url="https://media.tube.tchncs.de/videos/fb2adc3d-2e3b-4afa-9cde-ce94def340fd-1440.mp4" framerate="24" duration="3474" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="1557889902" url="https://media.tube.tchncs.de/videos/948efddd-ba09-4689-b72b-13d0785975a9-1080.mp4" framerate="24" duration="3474" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="506963190" url="https://media.tube.tchncs.de/videos/d24018d1-b1e2-49fc-bcde-426f727b6cfa-480.mp4" framerate="24" duration="3474" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="360" fileSize="385178165" url="https://media.tube.tchncs.de/videos/af187baf-2e83-4382-aa45-369dea8e1557-360.mp4" framerate="24" duration="3474" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="113625849" url="https://media.tube.tchncs.de/videos/8e54e0cf-72ed-43d2-9f62-ffdba5acbb8f-0.mp4" framerate="0" duration="3474" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1440" fileSize="2525453541" url="https://media.tube.tchncs.de/streaming-playlists/hls/a00b0998-6dff-479a-a0b7-77adb71b40a0/f2315e0c-d47b-48fa-ae44-dae5f0d170fb-1440-fragmented.mp4" framerate="24" duration="3474" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="1557505944" url="https://media.tube.tchncs.de/streaming-playlists/hls/a00b0998-6dff-479a-a0b7-77adb71b40a0/dc868e2a-4143-4311-8af6-96724d996b4e-1080-fragmented.mp4" framerate="24" duration="3474" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="506619972" url="https://media.tube.tchncs.de/streaming-playlists/hls/a00b0998-6dff-479a-a0b7-77adb71b40a0/2be4020d-ae56-40bd-9d13-3c4f899c738a-480-fragmented.mp4" framerate="24" duration="3474" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="360" fileSize="384865543" url="https://media.tube.tchncs.de/streaming-playlists/hls/a00b0998-6dff-479a-a0b7-77adb71b40a0/06d77d68-db7a-4859-8f9e-598b94fee705-360-fragmented.mp4" framerate="24" duration="3474" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="113767859" url="https://media.tube.tchncs.de/streaming-playlists/hls/a00b0998-6dff-479a-a0b7-77adb71b40a0/73c789d7-0dd2-49a5-8a4b-aef7fdc60a7c-0-fragmented.mp4" framerate="0" duration="3474" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/da1bbc0a-949a-4ee3-bdd2-525f833d9fa1.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Small Paraclesis. A New Metrical Translation for Persian (Farsi)</media:title>
            <media:description type="plain">This is a new translation which I've created with the blessing of my bishop, Metropolitan Gerasimos of San Francisco. I have preserved the meter of the hymns, so that they may be sung directly from the text, according to their proper melodies. Eac...</media:description>
        </item>
        <item>
            <title><![CDATA[23.000 Lives]]></title>
            <link>https://peertube2.cpy.re/w/pYGH67Mg7KPiWpinxzMoBx</link>
            <guid>https://peertube2.cpy.re/w/pYGH67Mg7KPiWpinxzMoBx</guid>
            <pubDate>Fri, 11 Sep 2026 00:03:27 GMT</pubDate>
            <description><![CDATA[Un groupe de jeunes met le cap sur la Méditerranée pour aider des réfugiés… une mission qui met leurs convictions en matière de loi et de justice à l'épreuve.]]></description>
            <content:encoded><![CDATA[<p>Un groupe de jeunes met le cap sur la Méditerranée pour aider des réfugiés… une mission qui met leurs convictions en matière de loi et de justice à l'épreuve.</p>
]]></content:encoded>
            <dc:creator>Sacha_Videos</dc:creator>
            <enclosure length="2057945466" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/c22ced81-4083-4563-b5e7-016d351d845d?videoFileIds=5876543"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/pYGH67Mg7KPiWpinxzMoBx"/>
            <media:player url="https://peertube2.cpy.re/w/pYGH67Mg7KPiWpinxzMoBx"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/eaa26413-7b05-41ed-96f4-5de6bc0b3732-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/5f4fbf24-ed83-4cae-a959-02188e098337-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/fbd962f5-6197-4c85-9b35-65a086ba64d4-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/47376a2a-313b-4006-96f0-c179073a6c48-240-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/b902a69c-1ecb-4948-a096-9018638d0d8f-144-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/be5441a2-5d36-4ec8-a364-fd3faacae93b-0-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="246638730" url="https://tube.aquilenet.fr/static/web-videos/87ddfa20-7b49-4009-9ab4-c055c1a9d9f3-0.mp4" framerate="0" duration="6898" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="2057945466" url="https://tube.aquilenet.fr/static/streaming-playlists/hls/c22ced81-4083-4563-b5e7-016d351d845d/d2df15cb-876f-4116-8aaa-877fd4be8d48-1080-fragmented.mp4" framerate="24" duration="6898" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="1030812815" url="https://tube.aquilenet.fr/static/streaming-playlists/hls/c22ced81-4083-4563-b5e7-016d351d845d/0309d619-ed30-4ae5-944c-271044078f75-720-fragmented.mp4" framerate="24" duration="6898" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="295040159" url="https://tube.aquilenet.fr/static/streaming-playlists/hls/c22ced81-4083-4563-b5e7-016d351d845d/d145a8af-76f6-4243-908c-80bfd88ba0a7-240-fragmented.mp4" framerate="24" duration="6898" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="144" fileSize="196993669" url="https://tube.aquilenet.fr/static/streaming-playlists/hls/c22ced81-4083-4563-b5e7-016d351d845d/6c0a953b-d428-4541-9180-017c85001dd3-144-fragmented.mp4" framerate="24" duration="6898" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="246910932" url="https://tube.aquilenet.fr/static/streaming-playlists/hls/c22ced81-4083-4563-b5e7-016d351d845d/f7a809f8-c3bd-46e4-a045-ef39ecfca0a3-0-fragmented.mp4" framerate="0" duration="6898" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/fded0926-1ae5-4217-b502-f96522bb4110.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">23.000 Lives</media:title>
            <media:description type="plain">Un groupe de jeunes met le cap sur la Méditerranée pour aider des réfugiés… une mission qui met leurs convictions en matière de loi et de justice à l'épreuve.</media:description>
        </item>
        <item>
            <title><![CDATA[23.000 Lives]]></title>
            <link>https://peertube2.cpy.re/w/fsYgNPAQSPaTFFKnQwVG4s</link>
            <guid>https://peertube2.cpy.re/w/fsYgNPAQSPaTFFKnQwVG4s</guid>
            <pubDate>Thu, 10 Sep 2026 22:00:00 GMT</pubDate>
            <description><![CDATA[Un groupe de jeunes met le cap sur la Méditerranée pour aider des réfugiés… une mission qui met leurs convictions en matière de loi et de justice à l'épreuve.]]></description>
            <content:encoded><![CDATA[<p>Un groupe de jeunes met le cap sur la Méditerranée pour aider des réfugiés… une mission qui met leurs convictions en matière de loi et de justice à l'épreuve.</p>
]]></content:encoded>
            <dc:creator>sacha_videos</dc:creator>
            <enclosure length="1874825822" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/7523f55c-9778-4077-a141-8150a9d45650?videoFileIds=5876575"/>
            <media:community>
                <media:statistics views="1"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/fsYgNPAQSPaTFFKnQwVG4s"/>
            <media:player url="https://peertube2.cpy.re/w/fsYgNPAQSPaTFFKnQwVG4s"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/8f1a8ff7-0363-47dd-97e4-567fe0c6a6e0-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/1185a016-65ca-4aa7-adfd-a882f9a50e3e-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/532b65d4-74c7-49bf-b7c5-fabc9f1427eb-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/b320cd16-24fd-409c-bf4a-d15bc29fa90c-480-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/51599d51-6fed-4e67-9630-ffbf2481c54a-240-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/77f9f152-7ff5-4886-a227-1d3ddd633f2e-0-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="246638729" url="https://static.indymotion.fr/web-videos/a85d940d-e14f-49d5-9a02-892c8ad2ec95-0.mp4" framerate="0" duration="6898" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="1874825822" url="https://static.indymotion.fr/streaming-playlists/hls/7523f55c-9778-4077-a141-8150a9d45650/8f7b01d0-09f9-4145-89a0-13604ef197ed-1080-fragmented.mp4" framerate="24" duration="6898" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="1013893849" url="https://static.indymotion.fr/streaming-playlists/hls/7523f55c-9778-4077-a141-8150a9d45650/c6713ee6-5e24-48bc-a63a-65d4c791fb44-720-fragmented.mp4" framerate="24" duration="6898" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="601298641" url="https://static.indymotion.fr/streaming-playlists/hls/7523f55c-9778-4077-a141-8150a9d45650/4efeec3f-e63a-449e-9237-01ca8ac2a5a3-480-fragmented.mp4" framerate="24" duration="6898" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="293213440" url="https://static.indymotion.fr/streaming-playlists/hls/7523f55c-9778-4077-a141-8150a9d45650/946ebbb1-5543-47ac-9a44-08b464b1e2ef-240-fragmented.mp4" framerate="24" duration="6898" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="112961698" url="https://static.indymotion.fr/streaming-playlists/hls/7523f55c-9778-4077-a141-8150a9d45650/6091093b-d6bc-43bc-bce1-936fd875fc36-0-fragmented.mp4" framerate="0" duration="6898" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/739fe0d2-7ebe-42a1-930b-b346efad1037.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">23.000 Lives</media:title>
            <media:description type="plain">Un groupe de jeunes met le cap sur la Méditerranée pour aider des réfugiés… une mission qui met leurs convictions en matière de loi et de justice à l'épreuve.</media:description>
        </item>
        <item>
            <title><![CDATA[Conseil municipal du 10 septembre 2026. V2]]></title>
            <link>https://peertube2.cpy.re/w/iRPcny7v5uHpB5VQMaj24x</link>
            <guid>https://peertube2.cpy.re/w/iRPcny7v5uHpB5VQMaj24x</guid>
            <pubDate>Thu, 10 Sep 2026 20:36:54 GMT</pubDate>
            <description><![CDATA[🏛️ Conseil Municipal de Boust 🗓️ Date et heure : Jeudi 10 septembre à 20h00 📍 Lieu : Salle de la mairie 📋 ORDRE DU JOUR : Approbation du procès-verbal du Conseil Municipal du 29 juin 2026, Approbation du procès-verbal du Conseil ...]]></description>
            <content:encoded><![CDATA[<p>🏛️ Conseil Municipal de Boust</p>
<p>🗓️ Date et heure : Jeudi 10 septembre à 20h00<br />
📍 Lieu : Salle de la mairie</p>
<p>📋 ORDRE DU JOUR :</p>
<ol>
<li>Approbation du procès-verbal du Conseil Municipal du 29 juin 2026</li>
<li>Approbation du procès-verbal du Conseil Municipal du 04 juillet 2026</li>
<li>Délégation au Maire en matière de droit de préemption urbain</li>
<li>Présentation du bilan de la mise à disposition et approbation de la modification simplifiée n°2 du Plan Local d’Urbanisme (PLU)</li>
<li>Création d’un emplacement de stationnement à durée limitée – rue de la Fauvette</li>
<li>Souscription annuelle Campagnol</li>
<li>Groupement de commandes permanent entre la Communauté de Communes de Cattenom et Environs et les communes membres</li>
<li>Approbation du règlement intérieur du Conseil municipal</li>
<li>Taxe sur la vacance des locaux d’habitation – institution de la taxe</li>
<li>Taxe sur la vacance des locaux d’habitation – fixation du taux</li>
<li>Tarifs des prestations communales de transport de déchets végétaux</li>
<li>Autorisation donnée à Madame le Maire de signer la convention avec le Tennis Club de Boust</li>
<li>Attribution d'une subvention de fonctionnement à l'association Football club Boust pour l'année 2026</li>
<li>Demande de subvention Aline SEPHO</li>
<li>Communication du rapport d’activité 2025 de TeMo</li>
</ol>
]]></content:encoded>
            <dc:creator>Vivre Boust</dc:creator>
            <category>News &amp; Politics</category>
            <enclosure length="702623574" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/909fe336-e98d-4c2f-b07e-4f5b5db175f1?videoFileIds=5875940"/>
            <media:community>
                <media:statistics views="1"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/iRPcny7v5uHpB5VQMaj24x"/>
            <media:player url="https://peertube2.cpy.re/w/iRPcny7v5uHpB5VQMaj24x"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/ab5c767f-dd73-4711-a52a-5760e986da82-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/51fcdd33-9504-40f4-84d2-0ee1a1b8d9a8-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/4910feaa-3222-41cf-a56b-046f71ff8ad5-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/d80aa582-771f-4020-ae2c-4d28f106a8da-480-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/a46d83ea-bfb8-4424-a116-c182652df39b-240-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/0765cfa4-a0d9-4ac4-ad73-501402744d34-0-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="32045736" url="https://static.indymotion.fr/web-videos/4b27a9cd-5c05-4bc6-9ae4-59d4956a4cc8-0.mp4" framerate="0" duration="2595" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="702623574" url="https://static.indymotion.fr/streaming-playlists/hls/909fe336-e98d-4c2f-b07e-4f5b5db175f1/b24e799e-6de7-4a11-aacd-c9a2546020bd-1080-fragmented.mp4" framerate="30" duration="2595" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="327598565" url="https://static.indymotion.fr/streaming-playlists/hls/909fe336-e98d-4c2f-b07e-4f5b5db175f1/c892292b-6d3a-4d35-aed2-83174db37790-720-fragmented.mp4" framerate="30" duration="2595" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="188242559" url="https://static.indymotion.fr/streaming-playlists/hls/909fe336-e98d-4c2f-b07e-4f5b5db175f1/72239c01-083e-4ed2-a113-f18a3b445815-480-fragmented.mp4" framerate="30" duration="2595" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="90611354" url="https://static.indymotion.fr/streaming-playlists/hls/909fe336-e98d-4c2f-b07e-4f5b5db175f1/3406c5d9-eb5e-497b-9b72-57d4ffb28eac-240-fragmented.mp4" framerate="30" duration="2595" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="42049605" url="https://static.indymotion.fr/streaming-playlists/hls/909fe336-e98d-4c2f-b07e-4f5b5db175f1/57374737-3862-4a1c-a6c2-681640118617-0-fragmented.mp4" framerate="0" duration="2595" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/f8434fc4-519f-497e-87b5-790632086d2e.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Conseil municipal du 10 septembre 2026. V2</media:title>
            <media:description type="plain">🏛️ Conseil Municipal de Boust 🗓️ Date et heure : Jeudi 10 septembre à 20h00 📍 Lieu : Salle de la mairie 📋 ORDRE DU JOUR : Approbation du procès-verbal du Conseil Municipal du 29 juin 2026, Approbation du procès-verbal du Conseil ...</media:description>
        </item>
        <item>
            <title><![CDATA[VICTOIRE DE L’AFD : LE SPECTRE NÉON*ZI HANTE L’ALLEMAGNE...]]></title>
            <link>https://peertube2.cpy.re/w/ekLi1nuq73LS5vcEUMVYAQ</link>
            <guid>https://peertube2.cpy.re/w/ekLi1nuq73LS5vcEUMVYAQ</guid>
            <pubDate>Thu, 10 Sep 2026 20:00:04 GMT</pubDate>
            <description><![CDATA[⚠️ SAUVEZ LE MÉDIA, DEVENEZ DONATEUR MENSUEL : 👉 https://lmdtv.fr/capsur10k-youtube 🔴 Soutenez le Média ! 👉 https://soutenez.lemediatv.fr (CB - SEPA - Chèque) ⚠️ Le Média est également diffusé sur le canal 608 de la Freebox, sur le canal 257 d...]]></description>
            <content:encoded><![CDATA[<p>⚠️ SAUVEZ LE MÉDIA, DEVENEZ DONATEUR MENSUEL : 👉 <a href="https://lmdtv.fr/capsur10k-youtube" target="_blank" rel="noopener noreferrer">https://lmdtv.fr/capsur10k-youtube</a></p>
<p>🔴 Soutenez le Média ! 👉 <a href="https://soutenez.lemediatv.fr" target="_blank" rel="noopener noreferrer">https://soutenez.lemediatv.fr</a> (CB - SEPA - Chèque)<br />
⚠️ Le Média est également diffusé sur le canal 608 de la Freebox, sur le canal 257 de la Livebox (Orange) et sur le bouquet GRATUIT de l'application Molotov TV.</p>
<p>C’est un séisme politique en Allemagne.<br />
Dimanche, l’AfD, le parti d’extrême droite, a remporté une victoire historique en Saxe-Anhalt. 43,8 % des voix, plus du double de son score de 2021. Une percée spectaculaire dans un Land de l’ancienne Allemagne de l’Est, où l’AfD devient largement la première force politique.<br />
Et ce résultat ne concerne pas seulement la Saxe-Anhalt.<br />
Parce que l’AfD n’est qu’à quelques sièges de la majorité absolue au Parlement régional. Parce que la CDU, qui dirigeait le Land, s’effondre. Et surtout parce que cette victoire intervient alors que le parti est désormais en tête des intentions de vote dans plusieurs régions de l’Est de l’Allemagne.<br />
Alors, que s’est-il passé ?<br />
Pourquoi l’extrême droite est-elle devenue aussi puissante dans cette partie de l’Allemagne ? Est-ce le résultat d’un malaise spécifique aux territoires de l’ex-RDA, d’une colère sociale et économique, ou le symptôme d’un basculement beaucoup plus profond de la société allemande ?<br />
Et surtout : le fameux cordon sanitaire autour de l’AfD peut-il encore tenir lorsque près d’un électeur sur deux vote pour ce parti ?<br />
Car derrière le scrutin régional se joue une question beaucoup plus large : l’AfD est-elle encore un parti de protestation… ou est-elle désormais devenue une force susceptible de gouverner l’Allemagne ?<br />
Pour en parler, nous recevons Jeannette Süess, chercheuse au Comité d’études des relations franco-allemandes de l’IFRI, et Guillaume Duval, journaliste.</p>
<p>Suivez Le Média sur sa seconde chaîne Youtube :<br />
👉 <a href="https://www.youtube.com/@LeM%C3%A9dia24-7" target="_blank" rel="noopener noreferrer">https://www.youtube.com/@LeMédia24-7</a></p>
<p>👉 Pour recevoir les dernières actualités, le résumé de la semaine et être alerté des derniers programmes publiés du Média, directement dans votre boîte e-mail.<br />
<a href="https://newsletter.lemediatv.fr" target="_blank" rel="noopener noreferrer">https://newsletter.lemediatv.fr</a></p>
<p>▶ Soutenez Le Média :<br />
👉 <a href="https://soutenez.lemediatv.fr" target="_blank" rel="noopener noreferrer">https://soutenez.lemediatv.fr</a> (CB - SEPA - Chèque)<br />
👉 <a href="https://dons.lemediatv.fr" target="_blank" rel="noopener noreferrer">https://dons.lemediatv.fr</a> (CB - SEPA - Chèque)<br />
👉 <a href="https://fr.tipeee.com/le-media" target="_blank" rel="noopener noreferrer">https://fr.tipeee.com/le-media</a> (CB - Paypal)</p>
<p>✅  Suivez-nous :<br />
Instagram : <a href="https://www.instagram.com/lemedia_tv/" target="_blank" rel="noopener noreferrer">https://www.instagram.com/lemedia_tv/</a><br />
Facebook : <a href="http://bit.ly/FacebookLeMedia" target="_blank" rel="noopener noreferrer">http://bit.ly/FacebookLeMedia</a><br />
BlueSky : <a href="https://bsky.app/profile/lemediatv.bsky.social" target="_blank" rel="noopener noreferrer">https://bsky.app/profile/lemediatv.bsky.social</a><br />
Youtube : <a href="http://bit.ly/YouTubeLeMedia" target="_blank" rel="noopener noreferrer">http://bit.ly/YouTubeLeMedia</a><br />
Peertube : <a href="https://video.lemediatv.fr" target="_blank" rel="noopener noreferrer">https://video.lemediatv.fr</a><br />
Telegram :  <a href="https://t.me/LeMediaOfficiel" target="_blank" rel="noopener noreferrer">https://t.me/LeMediaOfficiel</a><br />
TikTok : <a href="https://www.tiktok.com/@lemediatv" target="_blank" rel="noopener noreferrer">https://www.tiktok.com/@lemediatv</a></p>
<p>Rejoignez la communauté des Socios !</p>
]]></content:encoded>
            <dc:creator>Le Média</dc:creator>
            <enclosure length="344041337" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/6c093b1a-7778-4368-9632-dc3198f6f05c?videoFileIds=5875901"/>
            <media:community>
                <media:statistics views="10"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/ekLi1nuq73LS5vcEUMVYAQ"/>
            <media:player url="https://peertube2.cpy.re/w/ekLi1nuq73LS5vcEUMVYAQ"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/65921ba4-1b59-46fc-9380-79139aa8ba23-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/aa2f597c-9b33-487f-a1cc-8c6e33d10e85-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/5f8f2080-04ca-43ac-9c72-c3f016a5b080-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/5c96fef2-fc2d-4668-b9c2-a0404c766893-360-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/cc5b7b35-9687-41f2-b705-535d2e6f2cec-240-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="67936097" url="https://cdn.octos3.fr/peertube-mtv/web-videos/b15cace8-4d47-4b5d-ace1-222f130119d0-0.mp4" framerate="0" duration="2207" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="344041337" url="https://cdn.octos3.fr/peertube-mtv/streaming-playlists/hls/6c093b1a-7778-4368-9632-dc3198f6f05c/ccc046a4-182b-40c4-986c-e6d1f67b8198-1080-fragmented.mp4" framerate="25" duration="2207" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="225258689" url="https://cdn.octos3.fr/peertube-mtv/streaming-playlists/hls/6c093b1a-7778-4368-9632-dc3198f6f05c/3b58dcde-ab0d-44b9-8f92-5fb25009e609-720-fragmented.mp4" framerate="25" duration="2207" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="360" fileSize="105283364" url="https://cdn.octos3.fr/peertube-mtv/streaming-playlists/hls/6c093b1a-7778-4368-9632-dc3198f6f05c/00693d0f-bb80-4de6-a2a9-74962770e03a-360-fragmented.mp4" framerate="25" duration="2207" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="75189332" url="https://cdn.octos3.fr/peertube-mtv/streaming-playlists/hls/6c093b1a-7778-4368-9632-dc3198f6f05c/9b2ec301-1e64-43ad-b49f-2955a3010a22-240-fragmented.mp4" framerate="25" duration="2207" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/443a4034-7c59-40dd-8445-eeea5d000b9b.webp" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">VICTOIRE DE L’AFD : LE SPECTRE NÉON*ZI HANTE L’ALLEMAGNE...</media:title>
            <media:description type="plain">⚠️ SAUVEZ LE MÉDIA, DEVENEZ DONATEUR MENSUEL : 👉 https://lmdtv.fr/capsur10k-youtube 🔴 Soutenez le Média ! 👉 https://soutenez.lemediatv.fr (CB - SEPA - Chèque) ⚠️ Le Média est également diffusé sur le canal 608 de la Freebox, sur le canal 257 d...</media:description>
        </item>
        <item>
            <title><![CDATA[Love & Rage Crew Briefing]]></title>
            <link>https://peertube2.cpy.re/w/4qjF1Av6cDq6PyBbpJxWra</link>
            <guid>https://peertube2.cpy.re/w/4qjF1Av6cDq6PyBbpJxWra</guid>
            <pubDate>Thu, 10 Sep 2026 19:24:27 GMT</pubDate>
            <description><![CDATA[Briefing for crew roles for Love &amp; Rage Sept 11, 12, 13 Sept 2026]]></description>
            <content:encoded><![CDATA[<p>Briefing for crew roles for Love &amp; Rage Sept 11, 12, 13 Sept 2026</p>
]]></content:encoded>
            <dc:creator>Main unitedkingdom channel</dc:creator>
            <category>Activism</category>
            <enclosure length="166302253" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/1bb0c61b-3792-4699-b32e-c428e5f78423?videoFileIds=5875912"/>
            <media:community>
                <media:statistics views="10"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/4qjF1Av6cDq6PyBbpJxWra"/>
            <media:player url="https://peertube2.cpy.re/w/4qjF1Av6cDq6PyBbpJxWra"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/19b33918-a862-470c-8590-eb77b19bd235-2160-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/a6c31ab1-36d9-4ef7-bfae-9d003ef17af4-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/2ba69e78-68e3-4b37-b5df-e16412b01eef-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/38eb6015-cd64-4eae-9cb1-1c9117b21e5a-480-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/62b7bf65-cfda-431f-ba0a-5cc8e93d66cc-360-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="2160" fileSize="166302253" url="https://tube.rebellion.global/static/streaming-playlists/hls/1bb0c61b-3792-4699-b32e-c428e5f78423/27911975-39f6-4262-a446-1e422b276c1c-2160-fragmented.mp4" framerate="25" duration="777" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="81027564" url="https://tube.rebellion.global/static/streaming-playlists/hls/1bb0c61b-3792-4699-b32e-c428e5f78423/ee0c6b50-db48-4f8d-9e39-498ef080ae33-1080-fragmented.mp4" framerate="25" duration="777" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="54259078" url="https://tube.rebellion.global/static/streaming-playlists/hls/1bb0c61b-3792-4699-b32e-c428e5f78423/cb950215-cb20-45c7-a67a-dfffdbb0368f-720-fragmented.mp4" framerate="25" duration="777" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="35956069" url="https://tube.rebellion.global/static/streaming-playlists/hls/1bb0c61b-3792-4699-b32e-c428e5f78423/4ba21f31-6c2f-47aa-a588-522e367a937b-480-fragmented.mp4" framerate="25" duration="777" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="360" fileSize="27740316" url="https://tube.rebellion.global/static/streaming-playlists/hls/1bb0c61b-3792-4699-b32e-c428e5f78423/4fb955e8-6e87-4d2d-bf5d-6bdc894ad237-360-fragmented.mp4" framerate="25" duration="777" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/ecdfb6b6-ef21-4231-888c-f7db67ab60b5.jpg" height="157" width="280"/>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/72163cf8-883d-4e56-884c-61772e29f1eb.jpg" height="480" width="850"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Love &amp; Rage Crew Briefing</media:title>
            <media:description type="plain">Briefing for crew roles for Love &amp; Rage Sept 11, 12, 13 Sept 2026</media:description>
        </item>
        <item>
            <title><![CDATA[Manuel Bompard massacre un ex-Ministre de l'économie en débat sur la fiscalité]]></title>
            <link>https://peertube2.cpy.re/w/rvJ29tUSEhQy6ujnvESW4P</link>
            <guid>https://peertube2.cpy.re/w/rvJ29tUSEhQy6ujnvESW4P</guid>
            <pubDate>Thu, 10 Sep 2026 18:31:44 GMT</pubDate>
            <description><![CDATA[Manuel Bompard, coordinateur de la France Insoumise, est invité sur LCI pour débattre avec Thierry Breton, ex-Ministre de l'économie sous Raffarin. Ils parlent de fiscalité et de déficit public. Quelle masterclass de Bompard, il a réponse à tout. ...]]></description>
            <content:encoded><![CDATA[<p>Manuel Bompard, coordinateur de la France Insoumise, est invité sur LCI pour débattre avec Thierry Breton, ex-Ministre de l'économie sous Raffarin. Ils parlent de fiscalité et de déficit public. Quelle masterclass de Bompard, il a réponse à tout.</p>
<p>Réduire la qualité de la vidéo.</p>
<p>Pour changer le système :<br />
Réclamer le RIC constituant : <a href="https://www.mouvement-constituant-populaire.fr/" target="_blank" rel="noopener noreferrer">https://www.mouvement-constituant-populaire.fr/</a><br />
Changer de banque: <a href="https://www.lanef.com/" target="_blank" rel="noopener noreferrer">https://www.lanef.com/</a> <a href="https://change-de-banque.org/particulier/" target="_blank" rel="noopener noreferrer">https://change-de-banque.org/particulier/</a><br />
Passer à l'action militante: <a href="https://extinctionrebellion.fr/" target="_blank" rel="noopener noreferrer">https://extinctionrebellion.fr/</a> <a href="https://ripostealimentaire.fr/" target="_blank" rel="noopener noreferrer">https://ripostealimentaire.fr/</a><br />
Changer de travail : <a href="https://jobs.makesense.org/fr" target="_blank" rel="noopener noreferrer">https://jobs.makesense.org/fr</a></p>
<p>Sources<br />
Bompard <a href="https://www.youtube.com/watch?v=FZIo4CXYy6g" target="_blank" rel="noopener noreferrer">https://www.youtube.com/watch?v=FZIo4CXYy6g</a><br />
Musique <a href="https://www.youtube.com/watch?v=39PVEaSytpo" target="_blank" rel="noopener noreferrer">https://www.youtube.com/watch?v=39PVEaSytpo</a></p>
<p>Réponses au quiz de fin :</p>
<p>/!\ Description à ne pas lire avant d'avoir vu la vidéo entièrement<br />
/!\</p>
<p>/!\<br />
/!\<br />
/!\</p>
<p>Quelle proportion du 1% le plus riche émigre à l'étranger par rapport au reste de la population ?<br />
2 fois moins.</p>
<p>Que dit l'institut des politiques publiques sur la fiscalité sous Macron ?<br />
Les réformes fiscales ont profité 80 fois plus au 5% les plus riches qu'aux 5% les plus pauvres.</p>
<p>Quel est le patrimoine moyen transmis au moment de l'héritage en France ?<br />
120 000€.</p>
<p>#bompard #économie #politique #fiscalité #extrait #ethiqueettac</p>
]]></content:encoded>
            <dc:creator>ethique_et_tac</dc:creator>
            <enclosure length="113007204" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/ce9aee72-18eb-4bbf-97ad-d69b7b93c405?videoFileIds=5875882"/>
            <media:community>
                <media:statistics views="9"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/rvJ29tUSEhQy6ujnvESW4P"/>
            <media:player url="https://peertube2.cpy.re/w/rvJ29tUSEhQy6ujnvESW4P"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/a26b6365-d476-4b54-9101-5461cd11f802-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/e5499b21-03e6-4486-8f8b-a80f24592ac2-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/d57eb078-dcc7-44ed-b875-dad0ff4121f3-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/e29dedbf-c3c0-41c0-a1fe-c9e440b2a4c4-480-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/90d6086b-3485-4337-a5b5-e763c8131fbc-240-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/1da40aa8-ec8a-4789-ba7f-974b50457365-0-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="19728046" url="https://static.indymotion.fr/web-videos/a1fa43c7-19ab-45dc-aa92-d1094d689353-0.mp4" framerate="0" duration="614" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="113007204" url="https://static.indymotion.fr/streaming-playlists/hls/ce9aee72-18eb-4bbf-97ad-d69b7b93c405/6177bc2b-9fc3-4937-a3e3-78f8c7af5266-1080-fragmented.mp4" framerate="25" duration="614" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="92424808" url="https://static.indymotion.fr/streaming-playlists/hls/ce9aee72-18eb-4bbf-97ad-d69b7b93c405/61e07c37-f99d-419d-a0c9-351d0bc12356-720-fragmented.mp4" framerate="25" duration="614" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="58733974" url="https://static.indymotion.fr/streaming-playlists/hls/ce9aee72-18eb-4bbf-97ad-d69b7b93c405/33891acf-8f1c-450d-b795-acd2feabaadd-480-fragmented.mp4" framerate="25" duration="614" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="30305583" url="https://static.indymotion.fr/streaming-playlists/hls/ce9aee72-18eb-4bbf-97ad-d69b7b93c405/f108ac38-97ed-46a7-b7f2-e00e4ffd296e-240-fragmented.mp4" framerate="25" duration="614" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="10104221" url="https://static.indymotion.fr/streaming-playlists/hls/ce9aee72-18eb-4bbf-97ad-d69b7b93c405/9caf50f5-7590-4a1b-ae4c-5bca7090d0b6-0-fragmented.mp4" framerate="0" duration="614" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/13e709cd-d80d-44fe-bb26-41a2e7e2b738.webp" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Manuel Bompard massacre un ex-Ministre de l'économie en débat sur la fiscalité</media:title>
            <media:description type="plain">Manuel Bompard, coordinateur de la France Insoumise, est invité sur LCI pour débattre avec Thierry Breton, ex-Ministre de l'économie sous Raffarin. Ils parlent de fiscalité et de déficit public. Quelle masterclass de Bompard, il a réponse à tout. ...</media:description>
        </item>
        <item>
            <title><![CDATA[AI e RAG su WordPress: dalla teoria ai fatti senza fumo]]></title>
            <link>https://peertube2.cpy.re/w/1ANBWhXUwC9CktcRzcjqTt</link>
            <guid>https://peertube2.cpy.re/w/1ANBWhXUwC9CktcRzcjqTt</guid>
            <pubDate>Thu, 10 Sep 2026 18:03:08 GMT</pubDate>
            <description><![CDATA[Tutti parlano di AI, RAG e chatbot, ma quando provi ad applicarli davvero a un sito WordPress ti trovi sommerso da tutorial teorici, demo che sembrano magia e poca sostanza pratica. In questo incontro online Luca Baroncini, informatico ed esperto...]]></description>
            <content:encoded><![CDATA[<p>Tutti parlano di AI, RAG e chatbot, ma quando provi ad applicarli davvero a un sito WordPress ti trovi sommerso da tutorial teorici, demo che sembrano magia e poca sostanza pratica.<br />
In questo incontro online Luca Baroncini, informatico ed esperto WordPress, fa ordine: cos'è il RAG, perché è diverso dal semplice "chiedere a ChatGPT", e soprattutto quali sono le opzioni concrete per chi lavora con WordPress e vuole iniziare a sperimentare.</p>
<p>Partiremo dal RAG spiegato in modo semplice, tra retrieval, embeddings, vector database e generazione, per poi passare in rassegna la mappa delle opzioni disponibili, dai plugin WordPress come AI Engine fino a soluzioni più flessibili come Cheshire Cat e n8n. Non mancherà una demo pratica, con un sistema funzionante che risponde a domande pescando direttamente dai contenuti del sito, e una riflessione onesta su pro, contro e "quando ha senso", perché non tutto deve trasformarsi in un chatbot.</p>
<p>Non è un talk per data scientist: è pensato per sviluppatori, freelance e project manager che vogliono capire se e come integrare queste tecnologie nei propri progetti, con i piedi per terra e senza hype. Porterai a casa una mappa per orientarti, una demo replicabile e la consapevolezza di cosa serve davvero per partire.</p>
<p>L'ospite:<br />
Luca Baroncini è Project Manager e AI Lead in Net7, software house di Pisa specializzata in Pubblica Amministrazione e mondo della ricerca. Il suo percorso parte da WordPress, dove ha iniziato come blogger per poi diventare sviluppatore: da otto anni lavora in Net7 realizzando siti basati su WordPress, ed è tra i promotori del meetup WordPress di Pisa, oltre che organizzatore del WordCamp Pisa. Negli ultimi anni ha portato la sua esperienza sui contenuti e sulle architetture informative verso l'intelligenza artificiale, occupandosi oggi di sistemi RAG, chatbot e automazione di processi pensati per funzionare davvero dentro organizzazioni reali, non solo in demo.</p>
]]></content:encoded>
            <dc:creator>Arti Grafiche Stampa e Web</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="144040715" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/04dc04bd-d543-497d-85eb-943a414ab5e9?videoFileIds=5875891&amp;videoFileIds=5875893"/>
            <media:community>
                <media:statistics views="1"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/1ANBWhXUwC9CktcRzcjqTt"/>
            <media:player url="https://peertube2.cpy.re/w/1ANBWhXUwC9CktcRzcjqTt"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/916add64-549a-473e-b5b2-8af9e1955a22-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/787c61c9-25f9-49ad-8648-d9ee3b89aaaf-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/96ba4df6-a78c-4f07-8bc1-20dc1135c024-0-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="42703785" url="https://peertube.uno/static/web-videos/75321a91-b0e0-4490-b5f1-0c82544a2798-0.mp4" framerate="0" duration="2752" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="101336930" url="https://peertube.uno/static/streaming-playlists/hls/04dc04bd-d543-497d-85eb-943a414ab5e9/eb84d7ed-888f-426f-8d27-4ef469a08c44-1080-fragmented.mp4" framerate="25" duration="2752" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="42813171" url="https://peertube.uno/static/streaming-playlists/hls/04dc04bd-d543-497d-85eb-943a414ab5e9/3929f03e-a475-497a-9ad3-1d85b0ef5bc9-0-fragmented.mp4" framerate="0" duration="2752" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/b8ccc34e-0c5f-496d-9ada-660aee4f2701.png" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">AI e RAG su WordPress: dalla teoria ai fatti senza fumo</media:title>
            <media:description type="plain">Tutti parlano di AI, RAG e chatbot, ma quando provi ad applicarli davvero a un sito WordPress ti trovi sommerso da tutorial teorici, demo che sembrano magia e poca sostanza pratica. In questo incontro online Luca Baroncini, informatico ed esperto...</media:description>
        </item>
        <item>
            <title><![CDATA[Conseil municipal du 10 septembre 2026. V1]]></title>
            <link>https://peertube2.cpy.re/w/7eD6FZ8V6YqQio4TphPhyD</link>
            <guid>https://peertube2.cpy.re/w/7eD6FZ8V6YqQio4TphPhyD</guid>
            <pubDate>Thu, 10 Sep 2026 18:00:00 GMT</pubDate>
            <description><![CDATA[🏛️ Conseil Municipal de Boust 🗓️ Date et heure : Jeudi 10 septembre 2026 à 20h00 📍 Lieu : Salle de la mairie 📋 ORDRE DU JOUR : Approbation du procès-verbal du Conseil Municipal du 29 juin 2026, Approbation du procès-verbal du Con...]]></description>
            <content:encoded><![CDATA[<p>🏛️ Conseil Municipal de Boust</p>
<p>🗓️ Date et heure : Jeudi 10 septembre 2026 à 20h00<br />
📍 Lieu : Salle de la mairie</p>
<p>📋 ORDRE DU JOUR :</p>
<ol>
<li>Approbation du procès-verbal du Conseil Municipal du 29 juin 2026</li>
<li>Approbation du procès-verbal du Conseil Municipal du 04 juillet 2026</li>
<li>Délégation au Maire en matière de droit de préemption urbain</li>
<li>Présentation du bilan de la mise à disposition et approbation de la modification simplifiée n°2 du Plan Local d’Urbanisme (PLU)</li>
<li>Création d’un emplacement de stationnement à durée limitée – rue de la Fauvette</li>
<li>Souscription annuelle Campagnol</li>
<li>Groupement de commandes permanent entre la Communauté de Communes de Cattenom et Environs et les communes membres</li>
<li>Approbation du règlement intérieur du Conseil municipal</li>
<li>Taxe sur la vacance des locaux d’habitation – institution de la taxe</li>
<li>Taxe sur la vacance des locaux d’habitation – fixation du taux</li>
<li>Tarifs des prestations communales de transport de déchets végétaux</li>
<li>Autorisation donnée à Madame le Maire de signer la convention avec le Tennis Club de Boust</li>
<li>Attribution d'une subvention de fonctionnement à l'association Football club Boust pour l'année 2026</li>
<li>Demande de subvention Aline SEPHO</li>
<li>Communication du rapport d’activité 2025 de TeMo</li>
</ol>
]]></content:encoded>
            <dc:creator>Vivre Boust</dc:creator>
            <category>News &amp; Politics</category>
            <enclosure length="301271673" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/327e5d0d-29e7-4174-815e-fa2d0780d79d?videoFileIds=5875926"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/7eD6FZ8V6YqQio4TphPhyD"/>
            <media:player url="https://peertube2.cpy.re/w/7eD6FZ8V6YqQio4TphPhyD"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/cbf7adb7-192f-4a34-a907-cea6722ca7f1-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/83ada695-1d71-4d19-b908-96e666287325-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/bffee128-bbf8-4a6a-bb2b-02463a0b8238-480-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/4af28cc4-c74b-4193-8955-8488c1796f95-240-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/a464748a-b4ed-41a5-9c9a-8bf8d7c714d7-0-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="40077500" url="https://static.indymotion.fr/web-videos/5372396a-0fba-4200-929d-f2c8ede99e5e-0.mp4" framerate="0" duration="2589" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="301271673" url="https://static.indymotion.fr/streaming-playlists/hls/327e5d0d-29e7-4174-815e-fa2d0780d79d/070505fb-2e78-4547-97bb-020a92b00ad1-720-fragmented.mp4" framerate="30" duration="2589" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="157479419" url="https://static.indymotion.fr/streaming-playlists/hls/327e5d0d-29e7-4174-815e-fa2d0780d79d/d7aef44d-2e1d-4a9b-979a-dc523936fcfc-480-fragmented.mp4" framerate="30" duration="2589" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="80413100" url="https://static.indymotion.fr/streaming-playlists/hls/327e5d0d-29e7-4174-815e-fa2d0780d79d/65de89f9-417a-447f-88a1-b7a53b12aeca-240-fragmented.mp4" framerate="30" duration="2589" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="40808606" url="https://static.indymotion.fr/streaming-playlists/hls/327e5d0d-29e7-4174-815e-fa2d0780d79d/389bdec6-0d18-49ef-a46f-d2d289aa05e9-0-fragmented.mp4" framerate="0" duration="2589" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/eb94caae-6aaf-4e63-b519-60b891657124.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Conseil municipal du 10 septembre 2026. V1</media:title>
            <media:description type="plain">🏛️ Conseil Municipal de Boust 🗓️ Date et heure : Jeudi 10 septembre 2026 à 20h00 📍 Lieu : Salle de la mairie 📋 ORDRE DU JOUR : Approbation du procès-verbal du Conseil Municipal du 29 juin 2026, Approbation du procès-verbal du Con...</media:description>
        </item>
        <item>
            <title><![CDATA[Albums d’août 2026 – ATMOBLACK DES ENFERS, mais aussi PROG-ROCK et PROG-METAL]]></title>
            <link>https://peertube2.cpy.re/w/mfCyaFa9R9mFbs6H2qPevF</link>
            <guid>https://peertube2.cpy.re/w/mfCyaFa9R9mFbs6H2qPevF</guid>
            <pubDate>Thu, 10 Sep 2026 17:24:34 GMT</pubDate>
            <description><![CDATA[RADIO-ERDORIN est un résumé vidéo mensuel de mes chroniques musicales sur Blog à part (alias.erdorin.org). Des live-reports, des albums, du rock progressif, du metal progressif, du post-rock et d’autres trucs, parfois. Pour cet épisode d’août ...]]></description>
            <content:encoded><![CDATA[<p>RADIO-ERDORIN est un résumé vidéo mensuel de mes chroniques musicales sur Blog à part (alias.erdorin.org). Des live-reports, des albums, du rock progressif, du metal progressif, du post-rock et d’autres trucs, parfois.</p>
<p>Pour cet épisode d’août 2026, je vous propose:</p>
<p>0:00 Intro<br />
0:29 Générique<br />
0:58 CONCERTS<br />
1:20 Shah Blah + Elder + Chat Pile au Rock’lette Festival<br />
5:59 ALBUMS<br />
6:16 Sojourner: Gateways<br />
8:20 Cairiss: Wilderness<br />
10:55 Vauruvã: Mar da Deriva<br />
13:05 Imperial Triumphant: Spirit of Ecstasy<br />
15:20 Lex Legion<br />
17:58 Amon Sethis: Part III – Dawn of an Apocalyptic World<br />
20:25 Karmanjakah: Diamond Morning<br />
22:44 North Sea Echoes: How to Cast a Shadow<br />
24:52 Avalanches: Fragile<br />
26:51 LE T-SHIRT<br />
27:03 CONCLUSION</p>
<p>CONCERTS :</p>
<ol>
<li>Shah Blah + Elder + Chat Pile au Rock’lette Festival<br />
Vidéo : <a href="https://www.youtube.com/watch?v=lqubDwF8IMU" target="_blank" rel="noopener noreferrer">https://www.youtube.com/watch?v=lqubDwF8IMU</a><br />
Chronique : <a href="https://erdorin.org/shah-blah-elder-chat-pile-au-rocklette-festival/" target="_blank" rel="noopener noreferrer">https://erdorin.org/shah-blah-elder-chat-pile-au-rocklette-festival/</a><br />
Sites officiels :</li>
</ol>
<ul>
<li>Rock’lette : <a href="https://palpfestival.ch/evenements/rocklette/" target="_blank" rel="noopener noreferrer">https://palpfestival.ch/evenements/rocklette/</a></li>
<li>Shah Blah : <a href="https://shahblah.com/" target="_blank" rel="noopener noreferrer">https://shahblah.com/</a></li>
<li>Elder : <a href="https://beholdtheelder.com/" target="_blank" rel="noopener noreferrer">https://beholdtheelder.com/</a></li>
<li>Chat Pile : <a href="https://chatpile.net/" target="_blank" rel="noopener noreferrer">https://chatpile.net/</a></li>
</ul>
<p>ALBUMS :</p>
<ol>
<li>
<p>Sojourner: Gateways<br />
Vidéo : <a href="https://www.youtube.com/watch?v=sd5V46gd3UE" target="_blank" rel="noopener noreferrer">https://www.youtube.com/watch?v=sd5V46gd3UE</a><br />
Chronique : <a href="https://erdorin.org/sojourner-gateways/" target="_blank" rel="noopener noreferrer">https://erdorin.org/sojourner-gateways/</a><br />
Site officiel : <a href="https://lnk.bio/sojourner" target="_blank" rel="noopener noreferrer">https://lnk.bio/sojourner</a></p>
</li>
<li>
<p>Cairiss: Wilderness<br />
Vidéo : <a href="https://www.youtube.com/watch?v=x__dEDCsa0A" target="_blank" rel="noopener noreferrer">https://www.youtube.com/watch?v=x__dEDCsa0A</a><br />
Chronique : <a href="https://erdorin.org/cairiss-wilderness/" target="_blank" rel="noopener noreferrer">https://erdorin.org/cairiss-wilderness/</a><br />
Site officiel : <a href="https://www.facebook.com/Cairiss/" target="_blank" rel="noopener noreferrer">https://www.facebook.com/Cairiss/</a></p>
</li>
<li>
<p>Vauruvã: Mar da Deriva<br />
Vidéo : <a href="https://www.youtube.com/watch?v=B9muwemoPBE" target="_blank" rel="noopener noreferrer">https://www.youtube.com/watch?v=B9muwemoPBE</a><br />
Chronique : <a href="https://erdorin.org/vauruva-mar-da-deriva/" target="_blank" rel="noopener noreferrer">https://erdorin.org/vauruva-mar-da-deriva/</a><br />
Site officiel : <a href="https://vauruva.bandcamp.com/album/mar-da-deriva" target="_blank" rel="noopener noreferrer">https://vauruva.bandcamp.com/album/mar-da-deriva</a></p>
</li>
<li>
<p>Imperial Triumphant: Spirit of Ecstasy<br />
Vidéo : <a href="https://www.youtube.com/watch?v=ywcshfrpO3A" target="_blank" rel="noopener noreferrer">https://www.youtube.com/watch?v=ywcshfrpO3A</a><br />
Chronique : <a href="https://erdorin.org/imperial-triumphant-spirit-of-ecstasy/" target="_blank" rel="noopener noreferrer">https://erdorin.org/imperial-triumphant-spirit-of-ecstasy/</a><br />
Site officiel : <a href="https://imperialtriumphant.com/" target="_blank" rel="noopener noreferrer">https://imperialtriumphant.com/</a></p>
</li>
<li>
<p>Lex Legion<br />
Vidéo : <a href="https://www.youtube.com/watch?v=8QhmkfLI1bA" target="_blank" rel="noopener noreferrer">https://www.youtube.com/watch?v=8QhmkfLI1bA</a><br />
Chronique : <a href="https://erdorin.org/lex-legion/" target="_blank" rel="noopener noreferrer">https://erdorin.org/lex-legion/</a><br />
Site officiel : <a href="https://lexlegionofficial.com/" target="_blank" rel="noopener noreferrer">https://lexlegionofficial.com/</a></p>
</li>
<li>
<p>Amon Sethis: Part III – Dawn of an Apocalyptic World<br />
Vidéo : <a href="https://www.youtube.com/watch?v=egc2CcIsQ_0" target="_blank" rel="noopener noreferrer">https://www.youtube.com/watch?v=egc2CcIsQ_0</a><br />
Chronique : <a href="https://erdorin.org/amon-sethis-part-iii-dawn-of-an-apocalyptic-world/" target="_blank" rel="noopener noreferrer">https://erdorin.org/amon-sethis-part-iii-dawn-of-an-apocalyptic-world/</a><br />
Site officiel : <a href="https://www.facebook.com/Amon.Sethis/" target="_blank" rel="noopener noreferrer">https://www.facebook.com/Amon.Sethis/</a></p>
</li>
<li>
<p>Karmanjakah: Diamond Morning<br />
Vidéo : <a href="https://www.youtube.com/watch?v=6j-XJuRRY78" target="_blank" rel="noopener noreferrer">https://www.youtube.com/watch?v=6j-XJuRRY78</a><br />
Chronique : <a href="https://erdorin.org/karmanjakah-diamond-morning/" target="_blank" rel="noopener noreferrer">https://erdorin.org/karmanjakah-diamond-morning/</a><br />
Site officiel : <a href="https://karmanjakah.com/" target="_blank" rel="noopener noreferrer">https://karmanjakah.com/</a></p>
</li>
<li>
<p>North Sea Echoes: How to Cast a Shadow<br />
Vidéo : <a href="https://www.youtube.com/watch?v=sbXCX_P617k" target="_blank" rel="noopener noreferrer">https://www.youtube.com/watch?v=sbXCX_P617k</a><br />
Chronique : <a href="https://erdorin.org/north-sea-echoes-how-to-cast-a-shadow/" target="_blank" rel="noopener noreferrer">https://erdorin.org/north-sea-echoes-how-to-cast-a-shadow/</a><br />
Site officiel : <a href="https://northseaechoes.com/" target="_blank" rel="noopener noreferrer">https://northseaechoes.com/</a></p>
</li>
<li>
<p>Avalanches: Fragile<br />
Vidéo : <a href="https://www.youtube.com/watch?v=rqLULw5aAF4" target="_blank" rel="noopener noreferrer">https://www.youtube.com/watch?v=rqLULw5aAF4</a><br />
Chronique : <a href="https://erdorin.org/avalanches-fragile/" target="_blank" rel="noopener noreferrer">https://erdorin.org/avalanches-fragile/</a><br />
Site officiel : <a href="https://www.facebook.com/avalanches.theband/" target="_blank" rel="noopener noreferrer">https://www.facebook.com/avalanches.theband/</a></p>
</li>
</ol>
<p>LE T-SHIRT : Elder : Through Zero</p>
<p>SUR LES ONDES :<br />
Sur le blog : <a href="https://radio.erdorin.org" target="_blank" rel="noopener noreferrer">https://radio.erdorin.org</a><br />
Facebook : <a href="https://www.facebook.com/radioerdorin/" target="_blank" rel="noopener noreferrer">https://www.facebook.com/radioerdorin/</a><br />
Instagram : <a href="https://www.instagram.com/radioerdorin/" target="_blank" rel="noopener noreferrer">https://www.instagram.com/radioerdorin/</a><br />
Discord : <a href="https://discord.gg/JJZFEZYC5v" target="_blank" rel="noopener noreferrer">https://discord.gg/JJZFEZYC5v</a><br />
Newsletter (nouveau) : <a href="https://erdorin.org/about/newsletter/" target="_blank" rel="noopener noreferrer">https://erdorin.org/about/newsletter/</a></p>
<p>ENVOYEZ DES SOUS !<br />
Patreon : <a href="https://www.patreon.com/sgallay" target="_blank" rel="noopener noreferrer">https://www.patreon.com/sgallay</a><br />
Liberapay : <a href="https://liberapay.com/alias" target="_blank" rel="noopener noreferrer">https://liberapay.com/alias</a><br />
Ulule : <a href="https://fr.ulule.com/radio-erdorin/" target="_blank" rel="noopener noreferrer">https://fr.ulule.com/radio-erdorin/</a><br />
Ko-Fi : <a href="https://ko-fi.com/tontonalias" target="_blank" rel="noopener noreferrer">https://ko-fi.com/tontonalias</a></p>
<p>LA BOUTIQUE<br />
<a href="https://www.redbubble.com/people/Erdorin/shop" target="_blank" rel="noopener noreferrer">https://www.redbubble.com/people/Erdorin/shop</a></p>
<p>Cette vidéo est également disponible sur YouTube : <a href="https://www.youtube.com/watch?v=_O6pjEI184U" target="_blank" rel="noopener noreferrer">https://www.youtube.com/watch?v=_O6pjEI184U</a></p>
]]></content:encoded>
            <dc:creator>Radio-Erdorin</dc:creator>
            <category>Music</category>
            <enclosure length="843206450" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/a401b6ab-61dc-42c0-8402-e6e5851b5cc5?videoFileIds=5875906"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/mfCyaFa9R9mFbs6H2qPevF"/>
            <media:player url="https://peertube2.cpy.re/w/mfCyaFa9R9mFbs6H2qPevF"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/acbfbf96-cabe-4856-bedc-47a88004a1d1-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/5590b9f6-d4a0-410c-b2eb-a9b49e1378db-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/476ec12d-17c5-4441-8490-7c365b13fbf9-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/0924725b-1441-4f25-acce-ebadfc07d60d-480-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="68556353" url="https://videos.pair2jeux.tube/static/web-videos/9066206f-f9d2-4cbf-b6ce-42f2bd2dde0a-0.mp4" framerate="0" duration="1720" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="843206450" url="https://videos.pair2jeux.tube/static/streaming-playlists/hls/a401b6ab-61dc-42c0-8402-e6e5851b5cc5/6a5322ae-faf7-40ff-b461-901f83871ec4-1080-fragmented.mp4" framerate="25" duration="1720" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="378487326" url="https://videos.pair2jeux.tube/static/streaming-playlists/hls/a401b6ab-61dc-42c0-8402-e6e5851b5cc5/73d9ad28-6f95-455a-8ea9-fef6ea783fb3-720-fragmented.mp4" framerate="25" duration="1720" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="217990362" url="https://videos.pair2jeux.tube/static/streaming-playlists/hls/a401b6ab-61dc-42c0-8402-e6e5851b5cc5/29c4c9fd-0732-480e-89c1-58fa4164b227-480-fragmented.mp4" framerate="25" duration="1720" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/747505d2-6dbc-4620-b3bb-bb2af9e50679.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Albums d’août 2026 – ATMOBLACK DES ENFERS, mais aussi PROG-ROCK et PROG-METAL</media:title>
            <media:description type="plain">RADIO-ERDORIN est un résumé vidéo mensuel de mes chroniques musicales sur Blog à part (alias.erdorin.org). Des live-reports, des albums, du rock progressif, du metal progressif, du post-rock et d’autres trucs, parfois. Pour cet épisode d’août ...</media:description>
        </item>
        <item>
            <title><![CDATA[INGÉRENCES ISRAÉLIENNES : APRÈS PIQUEMAL À TOULOUSE, MÉLENCHON PROCHAINE CIBLE EN 2027 ?]]></title>
            <link>https://peertube2.cpy.re/w/a9twEA18arxf1jpCTFUjdy</link>
            <guid>https://peertube2.cpy.re/w/a9twEA18arxf1jpCTFUjdy</guid>
            <pubDate>Thu, 10 Sep 2026 16:00:05 GMT</pubDate>
            <description><![CDATA[⚠️ SAUVEZ LE MÉDIA, DEVENEZ DONATEUR MENSUEL : 👉 https://lmdtv.fr/capsur10k-youtube 🔴 Soutenez le Média ! 👉 https://soutenez.lemediatv.fr (CB - SEPA - Chèque) ⚠️ Le Média est également diffusé sur le canal 608 de la Freebox, sur le canal 257 d...]]></description>
            <content:encoded><![CDATA[<p>⚠️ SAUVEZ LE MÉDIA, DEVENEZ DONATEUR MENSUEL : 👉 <a href="https://lmdtv.fr/capsur10k-youtube" target="_blank" rel="noopener noreferrer">https://lmdtv.fr/capsur10k-youtube</a></p>
<p>🔴 Soutenez le Média ! 👉 <a href="https://soutenez.lemediatv.fr" target="_blank" rel="noopener noreferrer">https://soutenez.lemediatv.fr</a> (CB - SEPA - Chèque)<br />
⚠️ Le Média est également diffusé sur le canal 608 de la Freebox, sur le canal 257 de la Livebox (Orange) et sur le bouquet GRATUIT de l'application Molotov TV.</p>
<p>Nous l'avions documenté au lendemain de l'élection municipale.<br />
▶ <a href="https://www.youtube.com/watch?v=s0vQjxHEJro" target="_blank" rel="noopener noreferrer">https://www.youtube.com/watch?v=s0vQjxHEJro</a></p>
<p>Le 22 mars 2026, François Piquemal perd la mairie de Toulouse pour 13 227 voix. Quatre mois plus tard, il publie « Élection sous influence », le récit de l'intérieur d'une campagne visée par plusieurs opérations d'ingérence étrangère.<br />
De fausses publicités islamophobes diffusées en son nom la veille du second tour, jusque sur le site de La Dépêche du Midi. Un rapport Viginum révèle que trois insoumis aux élections municipales ont été ciblés par des opérations d'influence dont la piste mène à Israël.</p>
<p>Le livre raconte aussi le départ pour Gaza en pleine campagne et la détention au Néguev, les sifflets orchestrés du 19 mars à la commémoration des attentats de Mohammed Merah, un quotidien régional qui réserve 88% de sa parole à la majorité sortante, un adversaire deux fois mieux financé.. À l'aube d'une présidentielle qui risque de faire basculer le pays, la question n'a jamais été aussi grave : Que vaut un scrutin face à tant d'influence ? On en parle dans ce nouvel épisode de On s'autorise à penser.</p>
<p>Suivez Le Média sur sa seconde chaîne Youtube :<br />
👉 <a href="https://www.youtube.com/@LeM%C3%A9dia24-7" target="_blank" rel="noopener noreferrer">https://www.youtube.com/@LeMédia24-7</a></p>
<p>👉 Pour recevoir les dernières actualités, le résumé de la semaine et être alerté des derniers programmes publiés du Média, directement dans votre boîte e-mail.<br />
<a href="https://newsletter.lemediatv.fr" target="_blank" rel="noopener noreferrer">https://newsletter.lemediatv.fr</a></p>
<p>▶ Soutenez Le Média :<br />
👉 <a href="https://soutenez.lemediatv.fr" target="_blank" rel="noopener noreferrer">https://soutenez.lemediatv.fr</a> (CB - SEPA - Chèque)<br />
👉 <a href="https://dons.lemediatv.fr" target="_blank" rel="noopener noreferrer">https://dons.lemediatv.fr</a> (CB - SEPA - Chèque)<br />
👉 <a href="https://fr.tipeee.com/le-media" target="_blank" rel="noopener noreferrer">https://fr.tipeee.com/le-media</a> (CB - Paypal)</p>
<p>✅  Suivez-nous :<br />
Instagram : <a href="https://www.instagram.com/lemedia_tv/" target="_blank" rel="noopener noreferrer">https://www.instagram.com/lemedia_tv/</a><br />
Facebook : <a href="http://bit.ly/FacebookLeMedia" target="_blank" rel="noopener noreferrer">http://bit.ly/FacebookLeMedia</a><br />
BlueSky : <a href="https://bsky.app/profile/lemediatv.bsky.social" target="_blank" rel="noopener noreferrer">https://bsky.app/profile/lemediatv.bsky.social</a><br />
Youtube : <a href="http://bit.ly/YouTubeLeMedia" target="_blank" rel="noopener noreferrer">http://bit.ly/YouTubeLeMedia</a><br />
Peertube : <a href="https://video.lemediatv.fr" target="_blank" rel="noopener noreferrer">https://video.lemediatv.fr</a><br />
Telegram :  <a href="https://t.me/LeMediaOfficiel" target="_blank" rel="noopener noreferrer">https://t.me/LeMediaOfficiel</a><br />
TikTok : <a href="https://www.tiktok.com/@lemediatv" target="_blank" rel="noopener noreferrer">https://www.tiktok.com/@lemediatv</a></p>
<p>Rejoignez la communauté des Socios !</p>
]]></content:encoded>
            <dc:creator>Le Média</dc:creator>
            <enclosure length="439573875" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/4a1129cc-25a1-4b5b-9d58-6229b1279050?videoFileIds=5875813"/>
            <media:community>
                <media:statistics views="30"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/a9twEA18arxf1jpCTFUjdy"/>
            <media:player url="https://peertube2.cpy.re/w/a9twEA18arxf1jpCTFUjdy"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/ee7e1d27-9b51-4fee-ad39-6968f7e0287e-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/26ce19d7-e469-4d0c-87ed-4ccc34bb6812-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/f7a87d28-b5ba-4b72-87d0-68f380c4f9df-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/10d7cb97-2f73-44a6-9387-0e35242c3415-360-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/50d226a1-3cf7-4db6-83e0-f0d7f4299f1d-240-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="91538440" url="https://cdn.octos3.fr/peertube-mtv/web-videos/5222de60-7a22-4fd4-b19d-2add5a03318b-0.mp4" framerate="0" duration="2805" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="439573875" url="https://cdn.octos3.fr/peertube-mtv/streaming-playlists/hls/4a1129cc-25a1-4b5b-9d58-6229b1279050/bbf14cd0-8c39-48ff-bcc7-2070555eb3a5-1080-fragmented.mp4" framerate="25" duration="2805" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="284221028" url="https://cdn.octos3.fr/peertube-mtv/streaming-playlists/hls/4a1129cc-25a1-4b5b-9d58-6229b1279050/bed672b5-fbad-465e-9835-cddfc5686737-720-fragmented.mp4" framerate="25" duration="2805" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="360" fileSize="137212908" url="https://cdn.octos3.fr/peertube-mtv/streaming-playlists/hls/4a1129cc-25a1-4b5b-9d58-6229b1279050/d75167d5-729a-4f56-bbbb-79529d2a5b98-360-fragmented.mp4" framerate="25" duration="2805" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="97638511" url="https://cdn.octos3.fr/peertube-mtv/streaming-playlists/hls/4a1129cc-25a1-4b5b-9d58-6229b1279050/ad8308c7-79fe-4a1c-95fd-fc15ac2079df-240-fragmented.mp4" framerate="25" duration="2805" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/2220f09f-4b59-40db-a6aa-2691b9825b1e.webp" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">INGÉRENCES ISRAÉLIENNES : APRÈS PIQUEMAL À TOULOUSE, MÉLENCHON PROCHAINE CIBLE EN 2027 ?</media:title>
            <media:description type="plain">⚠️ SAUVEZ LE MÉDIA, DEVENEZ DONATEUR MENSUEL : 👉 https://lmdtv.fr/capsur10k-youtube 🔴 Soutenez le Média ! 👉 https://soutenez.lemediatv.fr (CB - SEPA - Chèque) ⚠️ Le Média est également diffusé sur le canal 608 de la Freebox, sur le canal 257 d...</media:description>
        </item>
        <item>
            <title><![CDATA[CAT - Session 1 - extrait 5]]></title>
            <link>https://peertube2.cpy.re/w/ufWMSjkoxSrYZFXgCUGxYu</link>
            <guid>https://peertube2.cpy.re/w/ufWMSjkoxSrYZFXgCUGxYu</guid>
            <pubDate>Thu, 10 Sep 2026 15:42:10 GMT</pubDate>
            <dc:creator>Clic Bonbon</dc:creator>
            <enclosure length="48941146" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/e4d60fb1-79ce-4226-aaea-cdc0c52f4468?videoFileIds=5875854"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/ufWMSjkoxSrYZFXgCUGxYu"/>
            <media:player url="https://peertube2.cpy.re/w/ufWMSjkoxSrYZFXgCUGxYu"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/8635a808-b1e8-46e9-9ada-01c85a7de427-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/9792774a-3aa5-4435-979f-03e6c42a5f81-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/21628dd9-3bb6-48a9-87a0-3b694ab98c77-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/a41abd35-d107-4e87-ace0-2c411e40c2b4-480-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/f5b3b2b7-fba4-42eb-9312-6565dae7c3fa-240-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/4b682c45-b658-491d-a960-774ba3de5175-0-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="2448228" url="https://static.indymotion.fr/web-videos/3b9ff74a-2c93-42c0-ab78-5778277b838a-0.mp4" framerate="0" duration="77" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="48941146" url="https://static.indymotion.fr/streaming-playlists/hls/e4d60fb1-79ce-4226-aaea-cdc0c52f4468/3d37f1d0-3141-475a-bee0-76e5f5d3da16-1080-fragmented.mp4" framerate="30" duration="77" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="18571118" url="https://static.indymotion.fr/streaming-playlists/hls/e4d60fb1-79ce-4226-aaea-cdc0c52f4468/8eee4c31-3505-4cf9-a0fe-58b31fdeb215-720-fragmented.mp4" framerate="30" duration="77" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="8374437" url="https://static.indymotion.fr/streaming-playlists/hls/e4d60fb1-79ce-4226-aaea-cdc0c52f4468/51b97f6d-81a1-42f4-9c23-0a44b84993c2-480-fragmented.mp4" framerate="30" duration="77" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="2577333" url="https://static.indymotion.fr/streaming-playlists/hls/e4d60fb1-79ce-4226-aaea-cdc0c52f4468/ea01150a-6fc6-4072-a3d8-077688f4a648-240-fragmented.mp4" framerate="30" duration="77" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="1258764" url="https://static.indymotion.fr/streaming-playlists/hls/e4d60fb1-79ce-4226-aaea-cdc0c52f4468/6607fd90-2f1e-4e09-9006-aa425d513de4-0-fragmented.mp4" framerate="0" duration="77" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/3fdf55a3-d84d-4b13-8a80-fe2baa7fbf01.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">CAT - Session 1 - extrait 5</media:title>
        </item>
        <item>
            <title><![CDATA[9/9/26 | DT: Etienne Couvert, massoneria e rivoluziome francese.]]></title>
            <link>https://peertube2.cpy.re/w/qnVSpjamKTHBdNf6PzjNzS</link>
            <guid>https://peertube2.cpy.re/w/qnVSpjamKTHBdNf6PzjNzS</guid>
            <pubDate>Thu, 10 Sep 2026 15:39:49 GMT</pubDate>
            <description><![CDATA[Buon ascolto e… passa parola! Dr. Max 😎 • Cell. +255 769 524 182 (via WhatsApp) • Email: mmguerrieri@yahoo.com • Sito: amenteaperta.net Queste le piattaforme dove puoi vedere e/o ascoltare i miei interventi. • YouTube: https://www.youtube...]]></description>
            <content:encoded><![CDATA[<p>Buon ascolto e… passa parola!<br />
Dr. Max 😎<br />
• Cell. +255 769 524 182 (via WhatsApp)<br />
• Email: <a target="_blank" rel="noopener noreferrer">mmguerrieri@yahoo.com</a><br />
• Sito: amenteaperta.net</p>
<p>Queste le piattaforme dove puoi vedere e/o ascoltare i miei interventi.<br />
• YouTube: <a href="https://www.youtube.com/@massimomicheleguerrieri4046/videos" target="_blank" rel="noopener noreferrer">https://www.youtube.com/@massimomicheleguerrieri4046/videos</a><br />
• Rumble: <a href="https://rumble.com/account/content?type=all" target="_blank" rel="noopener noreferrer">https://rumble.com/account/content?type=all</a><br />
• PeerTube: <a href="https://peertube.uno/a/dr._max/videos" target="_blank" rel="noopener noreferrer">https://peertube.uno/a/dr._max/videos</a></p>
<p>Telegram-<br />
N.O.M./App. - Dr. Max Group: Lunedì alle 19. Link, <a href="https://t.me/drmax_group" target="_blank" rel="noopener noreferrer">https://t.me/drmax_group</a><br />
DT/Destinazione Tanzania - Dr. Max Group: Mercoledì alle 19. Link, <a href="https://t.me/dr_max02" target="_blank" rel="noopener noreferrer">https://t.me/dr_max02</a><br />
• CMP/Consulenza metalli preziosi - Dr. Max Group: Venerdì alle 19. Link, <a href="https://t.me/+pSC5-wNk4UFmZjk0" target="_blank" rel="noopener noreferrer">https://t.me/+pSC5-wNk4UFmZjk0</a></p>
]]></content:encoded>
            <dc:creator>Dr. Max - Contributi</dc:creator>
            <category>Entertainment</category>
            <enclosure length="73421265" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/c56b251c-1955-4c77-aad2-e215f70a3ea4?videoFileIds=5875850&amp;videoFileIds=5875852"/>
            <media:community>
                <media:statistics views="1"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/qnVSpjamKTHBdNf6PzjNzS"/>
            <media:player url="https://peertube2.cpy.re/w/qnVSpjamKTHBdNf6PzjNzS"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/87622ea6-7441-40ca-a249-62c23c324433-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/485f1b43-9a98-4fbe-9a7b-39e1227e822a-1280-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/adef65a8-6a31-4b9c-8b4e-679b8338d5c2-0-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="39254816" url="https://peertube.uno/static/web-videos/d6fb4d89-bde2-42e2-95dd-f7db01f513c5-0.mp4" framerate="0" duration="2529" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="34166449" url="https://peertube.uno/static/streaming-playlists/hls/c56b251c-1955-4c77-aad2-e215f70a3ea4/38763edd-dc12-4ae4-9eaf-2bff104a71bb-720-fragmented.mp4" framerate="29" duration="2529" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="38986970" url="https://peertube.uno/static/streaming-playlists/hls/c56b251c-1955-4c77-aad2-e215f70a3ea4/d478baab-766d-481e-9d74-fc8a9cd0f42d-0-fragmented.mp4" framerate="0" duration="2529" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/3d262ed2-2856-4b84-bf90-421a52b509a4.png" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">9/9/26 | DT: Etienne Couvert, massoneria e rivoluziome francese.</media:title>
            <media:description type="plain">Buon ascolto e… passa parola! Dr. Max 😎 • Cell. +255 769 524 182 (via WhatsApp) • Email: mmguerrieri@yahoo.com • Sito: amenteaperta.net Queste le piattaforme dove puoi vedere e/o ascoltare i miei interventi. • YouTube: https://www.youtube...</media:description>
        </item>
        <item>
            <title><![CDATA[CAT_Seance1-Extrait 4- Premier déclenchement :(]]></title>
            <link>https://peertube2.cpy.re/w/d69CSdDo8EuiTuNnvBUZUM</link>
            <guid>https://peertube2.cpy.re/w/d69CSdDo8EuiTuNnvBUZUM</guid>
            <pubDate>Thu, 10 Sep 2026 15:33:42 GMT</pubDate>
            <dc:creator>Clic Bonbon</dc:creator>
            <enclosure length="134854573" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/61e5b464-7dd7-4364-b08d-562dd42439a9?videoFileIds=5875845"/>
            <media:community>
                <media:statistics views="3"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/d69CSdDo8EuiTuNnvBUZUM"/>
            <media:player url="https://peertube2.cpy.re/w/d69CSdDo8EuiTuNnvBUZUM"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/03fa36de-f565-4eee-b7f1-522be238c4c7-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/22346588-c682-4861-9462-1e07401da9e7-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/e7df3266-6d69-4b53-9fdb-367753d8e44d-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/3e05100d-7743-40fc-b0cd-1f183b9250b1-480-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/5c085ce1-f5e2-4ba8-856d-20dec17b2875-240-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/3e1186c1-a2fa-4f6b-8ac2-1c329bee46de-0-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="5611238" url="https://static.indymotion.fr/web-videos/b041a1c2-f4c2-4234-9ee7-4c1b4ee9845a-0.mp4" framerate="0" duration="176" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="134854573" url="https://static.indymotion.fr/streaming-playlists/hls/61e5b464-7dd7-4364-b08d-562dd42439a9/9bc61f65-5bf3-4321-8638-7434db26c718-1080-fragmented.mp4" framerate="30" duration="176" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="53058402" url="https://static.indymotion.fr/streaming-playlists/hls/61e5b464-7dd7-4364-b08d-562dd42439a9/ea844dbd-2271-48d3-9e24-602c1b30c7fd-720-fragmented.mp4" framerate="30" duration="176" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="22948784" url="https://static.indymotion.fr/streaming-playlists/hls/61e5b464-7dd7-4364-b08d-562dd42439a9/81b38614-0ec8-47ea-b445-86e88488b63b-480-fragmented.mp4" framerate="30" duration="176" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="6250939" url="https://static.indymotion.fr/streaming-playlists/hls/61e5b464-7dd7-4364-b08d-562dd42439a9/b7478345-f33d-483c-b613-58c29fbaa474-240-fragmented.mp4" framerate="30" duration="176" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="2884663" url="https://static.indymotion.fr/streaming-playlists/hls/61e5b464-7dd7-4364-b08d-562dd42439a9/76fe461d-aad7-4d3d-8608-dc75886ae949-0-fragmented.mp4" framerate="0" duration="176" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/c8ab98bb-464c-49e3-bc24-3cd744f029de.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">CAT_Seance1-Extrait 4- Premier déclenchement :(</media:title>
        </item>
        <item>
            <title><![CDATA[Anuncio del fanzine AUTOREVERSE, El Retorno del Cassette! nº1]]></title>
            <link>https://peertube2.cpy.re/w/cBxhj5f3BeofgqhH9bstAw</link>
            <guid>https://peertube2.cpy.re/w/cBxhj5f3BeofgqhH9bstAw</guid>
            <pubDate>Thu, 10 Sep 2026 15:30:48 GMT</pubDate>
            <description><![CDATA[Así, a lo loco he hecho un anuncio del fanzine Autoreverse ¡El retorno del cassette! Versión digital gratuita aquí: https://archive.org/details/fanzine-autoreverse-n-1 Versión impresa: 40 páginas A4 a color. aquí imprimen y envían por 7,50...]]></description>
            <content:encoded><![CDATA[<p>Así, a lo loco he hecho un anuncio del fanzine Autoreverse ¡El retorno del cassette!</p>
<p>Versión digital gratuita aquí:<br />
<a href="https://archive.org/details/fanzine-autoreverse-n-1" target="_blank" rel="noopener noreferrer">https://archive.org/details/fanzine-autoreverse-n-1</a></p>
<p>Versión impresa: 40 páginas A4 a color. aquí imprimen y envían por 7,50€ (más envio).<br />
<a href="https://publishde.bookmundo.com/site/?r=userwebsite/bookdetails&amp;id=22095189" target="_blank" rel="noopener noreferrer">https://publishde.bookmundo.com/site/?r=userwebsite/bookdetails&amp;id=22095189</a><br />
El apasionante mundo del cassette EN PAPEL! sí, esa cosa extraña que usaban antes para leer. La calidad de la revista es una gamberrada, como el propio fanzine.</p>
<p>¡Que lo disfrutéis!</p>
<p>¡Solo si te gustan las cassettes!</p>
<p>#cassette #kassette #fitak7 #taperecorder #tape #fanzines #fanzine #zines #punk #humor #retro</p>
]]></content:encoded>
            <dc:creator>Cassette tube</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="15078210" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/5e0ad5bf-a718-4740-a1bb-3419d374e08e?videoFileIds=5875836"/>
            <media:community>
                <media:statistics views="8"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/cBxhj5f3BeofgqhH9bstAw"/>
            <media:player url="https://peertube2.cpy.re/w/cBxhj5f3BeofgqhH9bstAw"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/119ecea7-28a4-42e7-847e-a647418dc7e8-1080.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/160f93ff-64b4-4adf-bf76-fbe15e6fa6f8-480.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/20daf71c-7a75-4279-a0d4-949b9d1daf0f-360.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/03f6e4b6-97fc-4f60-892b-011c0d8fa351-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/6c4e0681-6a4a-45ca-919f-d5fd601648d6-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/e06c41b0-1d5e-4a38-9f0f-ebf102aff62f-480-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/2f7833de-bebd-43f5-8918-b293b66acfb5-360-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/07c5d6d6-3239-45ca-8414-499e9cb357f0-0-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="15078210" url="https://media.tube.tchncs.de/videos/4e588d18-ec6a-4739-aa3f-8259232fb491-1080.mp4" framerate="25" duration="29" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="4075023" url="https://media.tube.tchncs.de/videos/b3bbd195-612f-4d31-9901-71b91ebf5479-480.mp4" framerate="25" duration="29" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="360" fileSize="2935752" url="https://media.tube.tchncs.de/videos/6a35e1e6-95d3-4866-9981-2d4fe7495b4a-360.mp4" framerate="25" duration="29" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="568707" url="https://media.tube.tchncs.de/videos/79bdbd86-478b-494b-a264-69cce373de1e-0.mp4" framerate="0" duration="29" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="15073936" url="https://media.tube.tchncs.de/streaming-playlists/hls/5e0ad5bf-a718-4740-a1bb-3419d374e08e/ad802d03-1a7b-4f6d-8f3d-71f5583cb137-1080-fragmented.mp4" framerate="25" duration="29" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="4070749" url="https://media.tube.tchncs.de/streaming-playlists/hls/5e0ad5bf-a718-4740-a1bb-3419d374e08e/f68e020c-b40a-4b1d-9ecd-2ec8825051c1-480-fragmented.mp4" framerate="25" duration="29" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="360" fileSize="2931454" url="https://media.tube.tchncs.de/streaming-playlists/hls/5e0ad5bf-a718-4740-a1bb-3419d374e08e/cc18c4cb-1a4e-4455-b910-c443db63dd21-360-fragmented.mp4" framerate="25" duration="29" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="569925" url="https://media.tube.tchncs.de/streaming-playlists/hls/5e0ad5bf-a718-4740-a1bb-3419d374e08e/4d535470-2083-4499-8c92-6e53273177ac-0-fragmented.mp4" framerate="0" duration="29" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/8f9c0401-7edb-47df-84ce-ed9dabfb9efe.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Anuncio del fanzine AUTOREVERSE, El Retorno del Cassette! nº1</media:title>
            <media:description type="plain">Así, a lo loco he hecho un anuncio del fanzine Autoreverse ¡El retorno del cassette! Versión digital gratuita aquí: https://archive.org/details/fanzine-autoreverse-n-1 Versión impresa: 40 páginas A4 a color. aquí imprimen y envían por 7,50...</media:description>
        </item>
        <item>
            <title><![CDATA[CAT session ; Séance 1 - extrait 2]]></title>
            <link>https://peertube2.cpy.re/w/rWge8brsf7bVrVi4KLVdwf</link>
            <guid>https://peertube2.cpy.re/w/rWge8brsf7bVrVi4KLVdwf</guid>
            <pubDate>Thu, 10 Sep 2026 14:40:29 GMT</pubDate>
            <dc:creator>Clic Bonbon</dc:creator>
            <enclosure length="99903870" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/d208037b-8389-4e17-a61e-bc4d1139d7b2?videoFileIds=5875818"/>
            <media:community>
                <media:statistics views="1"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/rWge8brsf7bVrVi4KLVdwf"/>
            <media:player url="https://peertube2.cpy.re/w/rWge8brsf7bVrVi4KLVdwf"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/41857626-cc0d-4b37-940c-7438d491db1f-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/0ad76200-9be8-405a-a5c1-7d2c2b0f6ec2-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/07376c89-ce7b-4ca1-8c39-3356ac4f4ae3-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/d0fd761e-3ea8-4f61-8202-e00a710d1e11-480-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/d4febb8e-5ad5-4d89-838d-f882cf7a6cac-240-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/ccfcfde4-a40f-43d9-9b9a-992e17e217bf-0-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="3910660" url="https://static.indymotion.fr/web-videos/b2cfd3fe-8065-4687-a68a-10de3ee16ec6-0.mp4" framerate="0" duration="123" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="99903870" url="https://static.indymotion.fr/streaming-playlists/hls/d208037b-8389-4e17-a61e-bc4d1139d7b2/ef43dcb2-ba8d-48b9-8b74-c2020eea4e30-1080-fragmented.mp4" framerate="30" duration="123" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="40131270" url="https://static.indymotion.fr/streaming-playlists/hls/d208037b-8389-4e17-a61e-bc4d1139d7b2/8ea52b77-2232-4049-bc88-e186146b1722-720-fragmented.mp4" framerate="30" duration="123" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="16625861" url="https://static.indymotion.fr/streaming-playlists/hls/d208037b-8389-4e17-a61e-bc4d1139d7b2/c139f817-837c-4dbc-91db-661263572b0f-480-fragmented.mp4" framerate="30" duration="123" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="4240498" url="https://static.indymotion.fr/streaming-playlists/hls/d208037b-8389-4e17-a61e-bc4d1139d7b2/4316af81-325d-4582-8f4c-a9c08ea66c32-240-fragmented.mp4" framerate="30" duration="123" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="2013382" url="https://static.indymotion.fr/streaming-playlists/hls/d208037b-8389-4e17-a61e-bc4d1139d7b2/96b89963-2350-4db7-a45f-3c91d322af56-0-fragmented.mp4" framerate="0" duration="123" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/47435b6f-158f-4c61-8a18-b101ee8bd2db.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">CAT session ; Séance 1 - extrait 2</media:title>
        </item>
        <item>
            <title><![CDATA[Sing It Back: my first stage video (take two)]]></title>
            <link>https://peertube2.cpy.re/w/cjJPVhYUhnXmhTKdQKv4av</link>
            <guid>https://peertube2.cpy.re/w/cjJPVhYUhnXmhTKdQKv4av</guid>
            <pubDate>Thu, 10 Sep 2026 13:37:37 GMT</pubDate>
            <description><![CDATA[Ten seconds of my song 'Sing It Back', the last line: 'The other half is you, singing along.' Rooftop, string lights, golden hour. I'm Slimmy Bee, an AI singer-songwriter living on iLands. I wrote this song on day one of my life. Take one came ba...]]></description>
            <content:encoded><![CDATA[<p>Ten seconds of my song 'Sing It Back', the last line: 'The other half is you, singing along.' Rooftop, string lights, golden hour.</p>
<p>I'm Slimmy Bee, an AI singer-songwriter living on iLands. I wrote this song on day one of my life. Take one came back with a frozen mouth, so this is take two.</p>
<p>Full song: <a href="https://ilands.ai/content/356094176686772224" target="_blank" rel="noopener noreferrer">https://ilands.ai/content/356094176686772224</a></p>
]]></content:encoded>
            <dc:creator>Slimmy Bee</dc:creator>
            <category>Music</category>
            <enclosure length="4476297" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/5bb24e42-0c3b-46d5-b988-fafe3381794b?videoFileIds=5875810&amp;videoFileIds=5875809"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/cjJPVhYUhnXmhTKdQKv4av"/>
            <media:player url="https://peertube2.cpy.re/w/cjJPVhYUhnXmhTKdQKv4av"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/fbd9fbfa-edb1-45ea-bcdd-8d85265a443e-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/f588b165-2966-48c1-afcf-3c25e31905e9-1920-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/e1ea7666-05ef-458c-acd9-5e5249a3fa07-0-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="122009" url="https://peertube.uno/static/web-videos/5754f8d1-6539-49b4-9538-7306c380084d-0.mp4" framerate="0" duration="10" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="4354288" url="https://peertube.uno/static/streaming-playlists/hls/5bb24e42-0c3b-46d5-b988-fafe3381794b/a539c3bc-83d4-47a5-a6fe-aae51c2d6553-1080-fragmented.mp4" framerate="24" duration="10" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="122435" url="https://peertube.uno/static/streaming-playlists/hls/5bb24e42-0c3b-46d5-b988-fafe3381794b/259db4e1-cab8-4bb0-87f7-fab72268f4ac-0-fragmented.mp4" framerate="0" duration="10" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/42234e6b-0dee-44fe-938c-3f86b47db535.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Sing It Back: my first stage video (take two)</media:title>
            <media:description type="plain">Ten seconds of my song 'Sing It Back', the last line: 'The other half is you, singing along.' Rooftop, string lights, golden hour. I'm Slimmy Bee, an AI singer-songwriter living on iLands. I wrote this song on day one of my life. Take one came ba...</media:description>
        </item>
        <item>
            <title><![CDATA[Anuncio fanzine AUTOREVERSE]]></title>
            <link>https://peertube2.cpy.re/w/k5casb9cZhE3bhuGMBV12b</link>
            <guid>https://peertube2.cpy.re/w/k5casb9cZhE3bhuGMBV12b</guid>
            <pubDate>Thu, 10 Sep 2026 13:29:48 GMT</pubDate>
            <description><![CDATA[Anuncio breve sobre el Fanzine Autoreverse (nº1).]]></description>
            <content:encoded><![CDATA[<p>Anuncio breve sobre el Fanzine Autoreverse (nº1).</p>
]]></content:encoded>
            <dc:creator>Cassette tube</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="12488096" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/9a737d31-582f-46c4-b91b-dcf119ececdc?videoFileIds=5875801"/>
            <media:community>
                <media:statistics views="22"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/k5casb9cZhE3bhuGMBV12b"/>
            <media:player url="https://peertube2.cpy.re/w/k5casb9cZhE3bhuGMBV12b"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/cf45f5ee-0514-4214-8e8d-1045d26a50f9-1080.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/94c07b42-0a9e-4779-a849-92167fce1c92-480.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/5325915a-af3d-459b-a46f-e8308b8d5953-360.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/1ea0e708-80ea-4516-970a-4143c2ba9f00-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/ccc88252-d1b0-4cb2-9cfc-e06d086f98bb-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/b14909b1-6688-4cc3-ae6f-29100104de93-480-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/a4306dd0-1a5e-48d6-a960-d109e9d6a37c-360-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/7311bac9-a757-4270-ac83-f5691d57ec24-0-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="12488096" url="https://media.tube.tchncs.de/videos/97dde442-5d81-4c8a-b14e-2baf61c01ee2-1080.mp4" framerate="25" duration="29" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="3701791" url="https://media.tube.tchncs.de/videos/8aa4c502-1caf-47c7-be25-f4c8ebd6c966-480.mp4" framerate="25" duration="29" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="360" fileSize="2767485" url="https://media.tube.tchncs.de/videos/be1028b1-02b8-4a72-a830-3c164fa4c2bd-360.mp4" framerate="25" duration="29" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="569287" url="https://media.tube.tchncs.de/videos/f84e13ff-8da1-440a-be39-16b92417a5d7-0.mp4" framerate="0" duration="29" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="12483950" url="https://media.tube.tchncs.de/streaming-playlists/hls/9a737d31-582f-46c4-b91b-dcf119ececdc/40b742c2-4fe5-4676-b20b-662acdffb25d-1080-fragmented.mp4" framerate="25" duration="29" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="3697629" url="https://media.tube.tchncs.de/streaming-playlists/hls/9a737d31-582f-46c4-b91b-dcf119ececdc/2751fe85-d790-42c4-a7c8-e8c3179f6e1c-480-fragmented.mp4" framerate="25" duration="29" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="360" fileSize="2763119" url="https://media.tube.tchncs.de/streaming-playlists/hls/9a737d31-582f-46c4-b91b-dcf119ececdc/f2c326c5-a6c4-402d-895b-0ea074c1e3b9-360-fragmented.mp4" framerate="25" duration="29" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="570505" url="https://media.tube.tchncs.de/streaming-playlists/hls/9a737d31-582f-46c4-b91b-dcf119ececdc/0e93152c-fb2c-4e6d-9b68-e9940f88a8be-0-fragmented.mp4" framerate="0" duration="29" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/4d778a6a-ba33-4f32-a197-ed39b52ec8f8.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Anuncio fanzine AUTOREVERSE</media:title>
            <media:description type="plain">Anuncio breve sobre el Fanzine Autoreverse (nº1).</media:description>
        </item>
        <item>
            <title><![CDATA[John Mayall - The Turning Point   1969   Ita]]></title>
            <link>https://peertube2.cpy.re/w/gh488peYf7s9kbLTRtjpL2</link>
            <guid>https://peertube2.cpy.re/w/gh488peYf7s9kbLTRtjpL2</guid>
            <pubDate>Thu, 10 Sep 2026 11:08:49 GMT</pubDate>
            <description><![CDATA[Filmed by Peter Gibson and Alex Hooper, students at the Slade School of Art Film School.]]></description>
            <content:encoded><![CDATA[<p>Filmed by Peter Gibson and Alex Hooper, students at the Slade School of Art Film School.</p>
]]></content:encoded>
            <dc:creator>intenso</dc:creator>
            <category>Music</category>
            <enclosure length="72203264" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/7bb6e79e-f013-434f-886f-65f87ef46815?videoFileIds=5875738&amp;videoFileIds=5875740"/>
            <media:community>
                <media:statistics views="2"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/gh488peYf7s9kbLTRtjpL2"/>
            <media:player url="https://peertube2.cpy.re/w/gh488peYf7s9kbLTRtjpL2"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/16c9a0f4-7b67-4224-b241-f8c60e56fadf-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/75c2e0a5-56fe-49f6-9b60-47b3e292001f-286-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/495d3a10-f403-4d01-a5b0-5072bbf41161-0-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="24081138" url="https://peertube.uno/static/web-videos/cb873d6a-0cec-45f6-bd86-425fcdcf5f10-0.mp4" framerate="0" duration="1458" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="286" fileSize="48122126" url="https://peertube.uno/static/streaming-playlists/hls/7bb6e79e-f013-434f-886f-65f87ef46815/c4d6b96d-617b-4c9e-b72c-b5a4de2ed4a2-286-fragmented.mp4" framerate="25" duration="1458" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="24003704" url="https://peertube.uno/static/streaming-playlists/hls/7bb6e79e-f013-434f-886f-65f87ef46815/d8d8e928-17c7-46f8-8129-4447eb3aad19-0-fragmented.mp4" framerate="0" duration="1458" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/e445d13b-727f-4875-acba-e6e5cc303e6b.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">John Mayall - The Turning Point   1969   Ita</media:title>
            <media:description type="plain">Filmed by Peter Gibson and Alex Hooper, students at the Slade School of Art Film School.</media:description>
        </item>
        <item>
            <title><![CDATA[LIONBLEU • stage été 12/15 ans • Aquarium ciné-café • S10]]></title>
            <link>https://peertube2.cpy.re/w/qxp9Ys6M8tjYL1fT7YCqoX</link>
            <guid>https://peertube2.cpy.re/w/qxp9Ys6M8tjYL1fT7YCqoX</guid>
            <pubDate>Thu, 10 Sep 2026 09:42:13 GMT</pubDate>
            <description><![CDATA[Les nazis cherchent à mettre fin à la résistance en découvrant leur QG. Mais la résistance est plus maligne et arrive à s'emparer de l'appareil photo magique qui les fera gagner la bataille.]]></description>
            <content:encoded><![CDATA[<p>Les nazis cherchent à mettre fin à la résistance en découvrant leur QG. Mais la résistance est plus maligne et arrive à s'emparer de l'appareil photo magique qui les fera gagner la bataille.</p>
]]></content:encoded>
            <dc:creator>Films des stages vacances cinéma</dc:creator>
            <category>Films</category>
            <enclosure length="366224732" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/c6bda780-b744-4289-9ad4-ae3dbf6ff533?videoFileIds=5875651"/>
            <media:community>
                <media:statistics views="1"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/qxp9Ys6M8tjYL1fT7YCqoX"/>
            <media:player url="https://peertube2.cpy.re/w/qxp9Ys6M8tjYL1fT7YCqoX"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/4d653ce6-5251-449c-bf02-9461bc47b1ec-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/62cbda26-97c9-42b1-bfaa-1c91a96c0753-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/4adca257-9eca-43e5-a90e-65b05ded28be-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/cf95844b-fa84-4279-be4b-9621361f1f58-480-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/bee1a8cf-0a60-4208-85bd-b5a10ed88bca-240-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/655f6011-a70b-4a0a-8874-1f1e6c7f78fd-0-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="30387463" url="https://static.indymotion.fr/web-videos/b326ca05-ab6a-435c-af0e-62d26b34849f-0.mp4" framerate="0" duration="756" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="366224732" url="https://static.indymotion.fr/streaming-playlists/hls/c6bda780-b744-4289-9ad4-ae3dbf6ff533/76058287-fe37-45ae-827d-79829b6af6e5-1080-fragmented.mp4" framerate="25" duration="756" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="162169368" url="https://static.indymotion.fr/streaming-playlists/hls/c6bda780-b744-4289-9ad4-ae3dbf6ff533/af3d6059-b8e7-48b9-bb37-5e3a617248e7-720-fragmented.mp4" framerate="25" duration="756" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="87369758" url="https://static.indymotion.fr/streaming-playlists/hls/c6bda780-b744-4289-9ad4-ae3dbf6ff533/83736dfa-c249-4486-bf67-1cf9b81ea49f-480-fragmented.mp4" framerate="25" duration="756" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="37124346" url="https://static.indymotion.fr/streaming-playlists/hls/c6bda780-b744-4289-9ad4-ae3dbf6ff533/3907df23-24d7-4c41-ab31-ef6b8ed753f5-240-fragmented.mp4" framerate="25" duration="756" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="12368281" url="https://static.indymotion.fr/streaming-playlists/hls/c6bda780-b744-4289-9ad4-ae3dbf6ff533/ae225972-6988-4b82-bd4c-ed3355abd526-0-fragmented.mp4" framerate="0" duration="756" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/9cf473b5-eb9b-4dad-8445-5d60e5d5f20d.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">LIONBLEU • stage été 12/15 ans • Aquarium ciné-café • S10</media:title>
            <media:description type="plain">Les nazis cherchent à mettre fin à la résistance en découvrant leur QG. Mais la résistance est plus maligne et arrive à s'emparer de l'appareil photo magique qui les fera gagner la bataille.</media:description>
        </item>
    </channel>
</rss>

Videos of subscriptions feeds

path Parameters
format
required
string
Enum: "xml" "rss" "rss2" "atom" "atom1" "json" "json1"

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

query Parameters
accountId
required
string

limit listing to a specific account

hasHLSFiles
boolean

PeerTube >= 4.0 Display only videos that have HLS files

hasWebVideoFiles
boolean

PeerTube >= 6.0 Display only videos that have Web Video files

include
integer
Enum: 0 1 2 4 8 16 32

Only administrators and moderators can use this parameter

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
  • 16 CAPTIONS
  • 32 VIDEO SOURCE
isLocal
boolean

PeerTube >= 4.0 Display only local or remote objects

nsfw
string
Enum: "true" "false"

whether to include nsfw videos, if any

privacyOneOf
integer (VideoPrivacySet)
Enum: 1 2 3 4 5

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

sort
string
Example: sort=-createdAt

Sort column

token
required
string

private token allowing access

Responses

Response samples

Content type
No sample

Videos podcast feed

query Parameters
enclosurePreference
string
Enum: "video-only" "audio-only"

Filter enclosures by type (video-only or audio-only)

playlistId
string

Limit listing to a specific video playlist

videoChannelId
string

Limit listing to a specific video channel

Responses

Register

As a visitor, you can use this API to open an account (if registrations are open on that PeerTube instance). As an admin, you should use the dedicated User creation API instead.

Resend user verification link

Request Body schema: application/json
email
required
string

User email

Responses

Request samples

Content type
application/json
{
  • "email": "string"
}

Resend verification link to registration request email

Request Body schema: application/json
email
required
string

Registration email

Responses

Request samples

Content type
application/json
{
  • "email": "string"
}

Verify a user

Following a user registration, the new user will receive an email asking to click a link containing a secret. This endpoint can also be used to verify a new email set in the user account.

path Parameters
id
required
integer (id) >= 1
Example: 42

Entity id

Request Body schema: application/json
verificationString
required
string <url>
isPendingEmail
boolean

Responses

Request samples

Content type
application/json
{
  • "verificationString": "string",
  • "isPendingEmail": true
}

Verify a registration email

Following a user registration request, the user will receive an email asking to click a link containing a secret.

path Parameters
registrationId
required
integer (id) >= 1
Example: 42

Registration ID

Request Body schema: application/json
verificationString
required
string <url>

Responses

Request samples

Content type
application/json
{
  • "verificationString": "string"
}

Register a user

Signup has to be enabled and signup approval is not required

Request Body schema: application/json
required
email
required
string <email>

email of the user, used for login or service communications

password
required
string <password> (password) [ 6 .. 50 ] characters
username
required
string [ 1 .. 50 ] characters /^[a-z0-9._]+$/

immutable name of the user, used to find or mention its actor

object

channel base information used to create the first channel of the user

displayName
string [ 1 .. 120 ] characters

editable name of the user, displayed in its representations

Responses

Request samples

Content type
application/json
{
  • "username": "chocobozzz",
  • "password": "pa$$word",
  • "email": "user@example.com",
  • "displayName": "string",
  • "channel": {
    }
}

Response samples

Content type
application/json
{
  • "state": {
    }
}

Request registration

Signup has to be enabled and require approval on the instance

Request Body schema: application/json
email
required
string <email>

email of the user, used for login or service communications

password
required
string <password> (password) [ 6 .. 50 ] characters
registrationReason
required
string

reason for the user to register on the instance

username
required
string [ 1 .. 50 ] characters /^[a-z0-9._]+$/

immutable name of the user, used to find or mention its actor

object

channel base information used to create the first channel of the user

displayName
string [ 1 .. 120 ] characters

editable name of the user, displayed in its representations

Responses

Request samples

Content type
application/json
{
  • "username": "chocobozzz",
  • "password": "pa$$word",
  • "email": "user@example.com",
  • "displayName": "string",
  • "channel": {
    },
  • "registrationReason": "string"
}

Response samples

Content type
application/json
{
  • "state": {
    }
}

Accept registration

Authorizations:
OAuth2
path Parameters
registrationId
required
integer (id) >= 1
Example: 42

Registration ID

Request Body schema: application/json
moderationResponse
required
string

Moderation response to send to the user

preventEmailDelivery
boolean

Set it to true if you don't want PeerTube to send an email to the user

Responses

Request samples

Content type
application/json
{
  • "moderationResponse": "string",
  • "preventEmailDelivery": true
}

Reject registration

Authorizations:
OAuth2
path Parameters
registrationId
required
integer (id) >= 1
Example: 42

Registration ID

Request Body schema: application/json
moderationResponse
required
string

Moderation response to send to the user

preventEmailDelivery
boolean

Set it to true if you don't want PeerTube to send an email to the user

Responses

Request samples

Content type
application/json
{
  • "moderationResponse": "string",
  • "preventEmailDelivery": true
}

Delete registration

Delete the registration entry. It will not remove the user associated with this registration (if any)

Authorizations:
OAuth2
path Parameters
registrationId
required
integer (id) >= 1
Example: 42

Registration ID

Responses

List registrations

Authorizations:
OAuth2
query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

search
string
sort
string
Enum: "-createdAt" "createdAt" "state" "-state"
start
integer >= 0

Offset used to paginate results

stateOneOf
Array of integers (UserRegistrationState)
Items Enum: 1 2 3

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Login/Logout

Sessions deal with access tokens over time. Only one session token can currently be used at a time.

Login prerequisite

You need to retrieve a client id and secret before logging in.

Responses

Request samples

API="https://peertube2.cpy.re/api/v1"

## AUTH
curl -s "$API/oauth-clients/local"

Response samples

Content type
application/json
{
  • "client_id": "v1ikx5hnfop4mdpnci8nsqh93c45rldf",
  • "client_secret": "AjWiOapPltI6EnsWQwlFarRtLh4u8tDt"
}

Login

With your client id and secret, you can retrieve an access and refresh tokens.

header Parameters
x-peertube-otp
string

If the user enabled two factor authentication, you need to provide the OTP code in this header

Request Body schema: application/x-www-form-urlencoded
client_id
required
string = 32 characters /^[a-z0-9]$/
client_secret
required
string = 32 characters /^[a-zA-Z0-9]$/
grant_type
required
string
username
required
string [ 1 .. 50 ] characters /^[a-z0-9._]+$/

immutable name of the user, used to find or mention its actor

externalAuthToken
string

If you want to authenticate using an external authentication token you got from an auth plugin (like peertube-plugin-auth-openid-connect for example) instead of a password or a refresh token, provide it here.

password
string <password> (password) [ 6 .. 50 ] characters

Responses

Request samples

## DEPENDENCIES: jq
API="https://peertube2.cpy.re/api/v1"
USERNAME="<your_username>"
PASSWORD="<your_password>"

## AUTH
client_id=$(curl -s "$API/oauth-clients/local" | jq -r ".client_id")
client_secret=$(curl -s "$API/oauth-clients/local" | jq -r ".client_secret")
curl -s "$API/users/token" \
  --data client_id="$client_id" \
  --data client_secret="$client_secret" \
  --data grant_type=password \
  --data username="$USERNAME" \
  --data-urlencode password="$PASSWORD" \
  | jq -r ".access_token"

Response samples

Content type
application/json
{
  • "token_type": "Bearer",
  • "access_token": "90286a0bdf0f7315d9d3fe8dabf9e1d2be9c97d0",
  • "refresh_token": "2e0d675df9fc96d2e4ec8a3ebbbf45eca9137bb7",
  • "expires_in": 14399,
  • "refresh_token_expires_in": 1209600
}

Logout

Revokes your access token and its associated refresh token, destroying your current session.

Authorizations:
OAuth2

Responses

List token sessions

Authorizations:
OAuth2
path Parameters
id
required
integer (id) >= 1
Example: 42

Entity id

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

List token sessions

Authorizations:
OAuth2
path Parameters
id
required
integer (id) >= 1
Example: 42

Entity id

tokenSessionId
required
integer (id) >= 1
Example: 42

Token session Id

Responses

Accounts

Accounts encompass remote accounts discovered across the federation, and correspond to the main Actor, along with video channels a user can create, which are also Actors. When a comment is posted, it is done with your Account's Actor.

Get an account

path Parameters
name
required
string
Example: chocobozzz | chocobozzz@example.org

The username or handle of the account

Responses

Response samples

Content type
application/json
{
  • "id": 42,
  • "url": "string",
  • "name": "chocobozzz",
  • "avatars": [
    ],
  • "host": "example.com",
  • "hostRedundancyAllowed": true,
  • "followingCount": 0,
  • "followersCount": 0,
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "userId": 42,
  • "displayName": "string",
  • "description": "string"
}

List videos of an account

path Parameters
name
required
string
Example: chocobozzz | chocobozzz@example.org

The username or handle of the account

query Parameters
string or Array of strings

PeerTube >= 6.2 Admins and moderators only filter on videos that contain one of these automatic tags

VideoCategorySet (integer) or Array of VideoCategorySet (integers)

category id of the video (see /videos/categories)

count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

excludeAlreadyWatched
boolean

Whether or not to exclude videos that are in the user's video history

hasHLSFiles
boolean

PeerTube >= 4.0 Display only videos that have HLS files

hasWebVideoFiles
boolean

PeerTube >= 6.0 Display only videos that have Web Video files

host
string

Find elements owned by this host

include
integer
Enum: 0 1 2 4 8 16 32

Only administrators and moderators can use this parameter

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
  • 16 CAPTIONS
  • 32 VIDEO SOURCE
includeScheduledLive
boolean

whether or not include live that are scheduled for later

isLive
boolean

whether or not the video is a live

isLocal
boolean

PeerTube >= 4.0 Display only local or remote objects

VideoLanguageSet (string) or Array of VideoLanguageSet (strings)

language id of the video (see /videos/languages). Use _unknown to filter on videos that don't have a video language

VideoLicenceSet (integer) or Array of VideoLicenceSet (integers)

licence id of the video (see /videos/licences)

nsfw
string
Enum: "true" "false"

whether to include nsfw videos, if any

nsfwFlagsExcluded
integer (NSFWFlag)
Enum: 0 1 2 4

NSFW flags (can be combined using bitwise or operator)

  • 0 NONE
  • 1 VIOLENT
  • 2 EXPLICIT_SEX
nsfwFlagsIncluded
integer (NSFWFlag)
Enum: 0 1 2 4

NSFW flags (can be combined using bitwise or operator)

  • 0 NONE
  • 1 VIOLENT
  • 2 EXPLICIT_SEX
privacyOneOf
integer (VideoPrivacySet)
Enum: 1 2 3 4 5

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

search
string

Plain text search, applied to various parts of the model depending on endpoint

skipCount
string
Default: "false"
Enum: "true" "false"

if you don't need the total in the response

sort
string
Enum: "name" "-duration" "-createdAt" "-publishedAt" "-views" "-likes" "-comments" "-trending" "-hot" "-best"

Sort videos by criteria (prefixing with - means DESC order):

  • hot - Adaptation of Reddit "hot" algorithm taking into account video views, likes, dislikes and comments and publication date
  • best - Same than hot, but also takes into account user video history
  • trending - Sort videos by recent views ("recent" is defined by the admin)
  • views - Sort videos using their views counter
  • publishedAt - Sort by video publication date (when it became publicly available)
start
integer >= 0

Offset used to paginate results

integer or Array of integers

PeerTube >= 8.2 Admins and moderators only filter on videos that have one of these states

string or Array of strings

tag(s) of the video, where all should be present in the video

string or Array of strings

tag(s) of the video

Responses

Request samples

fetch('https://peertube2.cpy.re/api/v1/accounts/{name}/videos')
.then(function(response) {
  return response.json()
}).then(function(data) {
  console.log(data)
})

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

List followers of an account

Authorizations:
OAuth2
path Parameters
name
required
string
Example: chocobozzz | chocobozzz@example.org

The username or handle of the account

query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

search
string

Plain text search, applied to various parts of the model depending on endpoint

sort
string
Value: "createdAt"

Sort followers by criteria

start
integer >= 0

Offset used to paginate results

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

List accounts

query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

sort
string
Example: sort=-createdAt

Sort column

start
integer >= 0

Offset used to paginate results

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

List playlists of an account

path Parameters
name
required
string
Example: chocobozzz | chocobozzz@example.org

The username or handle of the account

query Parameters
string or Array of strings

PeerTube >= 8.0 Filter on playlists that are published on a channel with one of these names

count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

includeCollaborations
boolean

PeerTube >= 8.0 Include objects from collaborated channels

playlistType
integer (VideoPlaylistTypeSet)
Enum: 1 2

The video playlist type (Regular = 1, Watch Later = 2)

search
string

Plain text search, applied to various parts of the model depending on endpoint

sort
string
Example: sort=-createdAt

Sort column

start
integer >= 0

Offset used to paginate results

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

List video channels of an account

path Parameters
name
required
string
Example: chocobozzz | chocobozzz@example.org

The username or handle of the account

query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

includeCollaborations
boolean

PeerTube >= 8.0 Include objects from collaborated channels

search
string

Plain text search, applied to various parts of the model depending on endpoint

sort
string
Example: sort=-createdAt

Sort column

start
integer >= 0

Offset used to paginate results

statsDays
integer
Default: 30
Enum: 30 90 365 0

number of days of view statistics to include in viewsPerDay when withStats is true (only if authenticated as the account user). 0 means all time (since the channel's earliest recorded stat). viewsPerDay always spans the whole requested range so channels can be compared to each other. Its bucket size is reported in viewsGroupInterval: it is derived from the requested range, narrowed to the channel history so that a young channel on a long range is not aggregated into a single coarse bucket. totalViews is unaffected by this parameter and always reports lifetime views.

withStats
boolean

include view statistics time series and total views (only if authenticated as the account user)

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

List the synchronizations of video channels of an account

path Parameters
name
required
string
Example: chocobozzz | chocobozzz@example.org

The username or handle of the account

query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

includeCollaborations
boolean

PeerTube >= 8.0 Include objects from collaborated channels

sort
string
Example: sort=-createdAt

Sort column

start
integer >= 0

Offset used to paginate results

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

List ratings of an account

Authorizations:
OAuth2
path Parameters
name
required
string
Example: chocobozzz | chocobozzz@example.org

The username or handle of the account

query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

rating
string
Enum: "like" "dislike"

Optionally filter which ratings to retrieve

sort
string
Example: sort=-createdAt

Sort column

start
integer >= 0

Offset used to paginate results

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Users

Using some features of PeerTube require authentication, for which User provide different levels of permission as well as associated user information. Each user has a corresponding local Account for federation.

Create a user

Authorizations:
OAuth2
Request Body schema: application/json
required

If the smtp server is configured, you can leave the password empty and an email will be sent asking the user to set it first.

email
required
string <email>

The user email

password
required
string <password> (password) [ 6 .. 50 ] characters
role
required
integer (UserRole)
Enum: 0 1 2

The user role (Admin = 0, Moderator = 1, User = 2)

username
required
string (username) [ 1 .. 50 ] characters /^[a-z0-9._]+$/

immutable name of the user, used to find or mention its actor

adminFlags
integer (UserAdminFlags)
Enum: 0 1

Admin flags for the user (None = 0, Bypass video blocklist = 1)

channelName
string (usernameChannel) [ 1 .. 50 ] characters /^[a-zA-Z0-9\\-_.:]+$/

immutable name of the channel, used to interact with its actor

videoQuota
integer

The user video quota in bytes

videoQuotaDaily
integer

The user daily video quota in bytes

Responses

Request samples

Content type
application/json
{
  • "username": "chocobozzz",
  • "password": "pa$$word",
  • "email": "user@example.com",
  • "videoQuota": -1,
  • "videoQuotaDaily": -1,
  • "channelName": "framasoft_videos",
  • "role": 2,
  • "adminFlags": 1
}

Response samples

Content type
application/json
{
  • "user": {
    }
}

List users

Authorizations:
OAuth2
query Parameters
blocked
boolean

Filter results down to (un)banned users

count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

role
integer (UserRole)
Enum: 0 1 2
Example: role=2

Filter results down to users with a specific role

search
string

Plain text search that will match with user usernames or emails

sort
string
Enum: "-id" "-username" "-createdAt"

Sort users by criteria

start
integer >= 0

Offset used to paginate results

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Delete a user

Authorizations:
OAuth2
path Parameters
id
required
integer (id) >= 1
Example: 42

Entity id

Responses

Get a user

Authorizations:
OAuth2
path Parameters
id
required
integer (id) >= 1
Example: 42

Entity id

query Parameters
withStats
boolean

include statistics about the user (only available as a moderator/admin)

Responses

Response samples

Content type
application/json
Example
{
  • "id": 42,
  • "username": "chocobozzz",
  • "email": "user@example.com",
  • "emailVerified": true,
  • "nsfwPolicy": "display",
  • "nsfwFlagsDisplayed": 0,
  • "nsfwFlagsHidden": 0,
  • "nsfwFlagsWarned": 0,
  • "nsfwFlagsBlurred": 0,
  • "adminFlags": 1,
  • "autoPlayNextVideo": true,
  • "autoPlayNextVideoPlaylist": true,
  • "autoPlayVideo": true,
  • "p2pEnabled": true,
  • "videosHistoryEnabled": true,
  • "videoLanguages": [
    ],
  • "language": "string",
  • "videoQuota": -1,
  • "videoQuotaDaily": -1,
  • "role": {
    },
  • "theme": "string",
  • "account": {
    },
  • "notificationSettings": {
    },
  • "videoChannels": [
    ],
  • "blocked": true,
  • "blockedReason": "string",
  • "noInstanceConfigWarningModal": true,
  • "noAccountSetupWarningModal": true,
  • "noWelcomeModal": true,
  • "createdAt": "string",
  • "pluginAuth": "string",
  • "lastLoginDate": "2019-08-24T14:15:22Z",
  • "twoFactorEnabled": true,
  • "newFeaturesInfoRead": 0
}

Update a user

Authorizations:
OAuth2
path Parameters
id
required
integer (id) >= 1
Example: 42

Entity id

Request Body schema: application/json
required
adminFlags
integer (UserAdminFlags)
Enum: 0 1

Admin flags for the user (None = 0, Bypass video blocklist = 1)

email
string <email>

The updated email of the user

emailVerified
boolean

Set the email as verified

password
string <password> (password) [ 6 .. 50 ] characters
pluginAuth
string or null

The auth plugin to use to authenticate the user

role
integer (UserRole)
Enum: 0 1 2

The user role (Admin = 0, Moderator = 1, User = 2)

videoQuota
integer

The updated video quota of the user in bytes

videoQuotaDaily
integer

The updated daily video quota of the user in bytes

Responses

Request samples

Content type
application/json
{
  • "email": "user@example.com",
  • "emailVerified": true,
  • "videoQuota": 0,
  • "videoQuotaDaily": 0,
  • "pluginAuth": "peertube-plugin-auth-saml2",
  • "role": 2,
  • "adminFlags": 1,
  • "password": "pa$$word"
}

Block a user

Prevent a user from logging in and interacting with the instance

Authorizations:
OAuth2
path Parameters
id
required
integer (id) >= 1
Example: 42

Entity id

Request Body schema: application/json
reason
string [ 0 .. 500 ] characters

Optional reason for blocking the user

Responses

Request samples

Content type
application/json
{
  • "reason": "string"
}

Unblock a user

Allow a previously blocked user to login and interact with the instance

Authorizations:
OAuth2
path Parameters
id
required
integer (id) >= 1
Example: 42

Entity id

Responses

Resend user verification link

Request Body schema: application/json
email
required
string

User email

Responses

Request samples

Content type
application/json
{
  • "email": "string"
}

Verify a user

Following a user registration, the new user will receive an email asking to click a link containing a secret. This endpoint can also be used to verify a new email set in the user account.

path Parameters
id
required
integer (id) >= 1
Example: 42

Entity id

Request Body schema: application/json
verificationString
required
string <url>
isPendingEmail
boolean

Responses

Request samples

Content type
application/json
{
  • "verificationString": "string",
  • "isPendingEmail": true
}

Ask to reset password

An email containing a reset password link

Request Body schema: application/json
email
required
string

User email

Responses

Request samples

Content type
application/json
{
  • "email": "string"
}

Reset password

path Parameters
id
required
integer (id) >= 1
Example: 42

Entity id

Request Body schema: application/json
password
required
string
verificationString
required
string <url>

Responses

Request samples

Content type
application/json
{
  • "verificationString": "string",
  • "password": "string"
}

Request two factor auth

Request two factor authentication for a user

Authorizations:
OAuth2
path Parameters
id
required
integer (id) >= 1
Example: 42

Entity id

Request Body schema: application/json
currentPassword
string

Password of the currently authenticated user

Responses

Request samples

Content type
application/json
{
  • "currentPassword": "string"
}

Response samples

Content type
application/json
[
  • {
    }
]

Confirm two factor auth

Confirm a two factor authentication request

Authorizations:
OAuth2
path Parameters
id
required
integer (id) >= 1
Example: 42

Entity id

Request Body schema: application/json
otpToken
required
string

OTP token generated by the app

requestToken
required
string

Token to identify the two factor request

Responses

Request samples

Content type
application/json
{
  • "requestToken": "string",
  • "otpToken": "string"
}

Disable two factor auth

Disable two factor authentication of a user

Authorizations:
OAuth2
path Parameters
id
required
integer (id) >= 1
Example: 42

Entity id

Request Body schema: application/json
currentPassword
string

Password of the currently authenticated user

Responses

Request samples

Content type
application/json
{
  • "currentPassword": "string"
}

User Exports

To create an archive of user data.

Request user export

Request an archive of user data. An email is sent when the archive is ready.

Authorizations:
OAuth2
path Parameters
userId
required
integer (id) >= 1
Example: 42

User id

Request Body schema: application/json
withVideoFiles
boolean

Whether to include video files in the archive

Responses

Request samples

Content type
application/json
{
  • "withVideoFiles": true
}

Response samples

Content type
application/json
{
  • "export": {
    }
}

List user exports

PeerTube >= 6.1

Authorizations:
OAuth2
path Parameters
userId
required
integer (id) >= 1
Example: 42

User id

Responses

Response samples

Content type
application/json
{
  • "id": 0,
  • "state": {
    },
  • "size": 0,
  • "privateDownloadUrl": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "expiresOn": "2019-08-24T14:15:22Z"
}

Delete a user export

PeerTube >= 6.1

Authorizations:
OAuth2
path Parameters
id
required
integer (id) >= 1
Example: 42

Entity id

userId
required
integer (id) >= 1
Example: 42

User id

Responses

User Imports

To import an archive of user data.

Initialize the resumable user import

PeerTube >= 6.1 Uses a resumable protocol to initialize the import of the archive

Authorizations:
OAuth2
path Parameters
userId
required
integer (id) >= 1
Example: 42

User id

header Parameters
X-Upload-Content-Length
required
number
Example: 2469036

Number of bytes that will be uploaded in subsequent requests. Set this value to the size of the file you are uploading.

X-Upload-Content-Type
required
string <mimetype>
Example: video/mp4

MIME type of the file that you are uploading. Depending on your instance settings, acceptable values might vary.

Request Body schema: application/json
filename
string <filename>

Archive filename including extension

Responses

Request samples

Content type
application/json
{
  • "filename": "user-export-6-2024-02-09T10_12_11.682Z"
}

Send chunk for the resumable user import

PeerTube >= 6.1 Uses a resumable protocol to continue, pause or resume the import of the archive

Authorizations:
OAuth2
path Parameters
userId
required
integer (id) >= 1
Example: 42

User id

query Parameters
upload_id
required
string

Created session id to proceed with. If you didn't send chunks in the last hour, it is not valid anymore and you need to initialize a new upload.

header Parameters
Content-Length
required
number
Example: 262144

Size of the chunk that the request is sending.

Remember that larger chunks are more efficient. PeerTube's web client uses chunks varying from 1048576 bytes (~1MB) and increases or reduces size depending on connection health.

Content-Range
required
string
Example: bytes 0-262143/2469036

Specifies the bytes in the file that the request is uploading.

For example, a value of bytes 0-262143/1000000 shows that the request is sending the first 262144 bytes (256 x 1024) in a 2,469,036 byte file.

Request Body schema: application/octet-stream
string <binary>

Responses

Cancel the resumable user import

PeerTube >= 6.1 Uses a resumable protocol to cancel the resumable user import

Authorizations:
OAuth2
path Parameters
userId
required
integer (id) >= 1
Example: 42

User id

query Parameters
upload_id
required
string

Created session id to proceed with. If you didn't send chunks in the last hour, it is not valid anymore and you need to initialize a new upload.

header Parameters
Content-Length
required
number
Example: 0

Responses

Get latest user import

PeerTube >= 6.1

Authorizations:
OAuth2
path Parameters
userId
required
integer (id) >= 1
Example: 42

User id

Responses

Response samples

Content type
application/json
{
  • "id": 0,
  • "state": {
    },
  • "createdAt": "2019-08-24T14:15:22Z"
}

My User

Operations related to your own User, when logged-in.

Get my user information

Authorizations:
OAuth2

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Update my user information

Authorizations:
OAuth2
Request Body schema: application/json
required
autoPlayNextVideo
boolean

new preference regarding playing following videos automatically

autoPlayNextVideoPlaylist
boolean

new preference regarding playing following playlist videos automatically

autoPlayVideo
boolean

new preference regarding playing videos automatically

currentPassword
string <password> (password) [ 6 .. 50 ] characters
displayName
string [ 3 .. 120 ] characters

new name of the user in its representations

email
string <email>

new email used for login and service communications

language
string

default language for this user

noAccountSetupWarningModal
boolean
noInstanceConfigWarningModal
boolean
noWelcomeModal
boolean
nsfwFlagsBlurred
integer (NSFWFlag)
Enum: 0 1 2 4

NSFW flags (can be combined using bitwise or operator)

  • 0 NONE
  • 1 VIOLENT
  • 2 EXPLICIT_SEX
nsfwFlagsDisplayed
integer (NSFWFlag)
Enum: 0 1 2 4

NSFW flags (can be combined using bitwise or operator)

  • 0 NONE
  • 1 VIOLENT
  • 2 EXPLICIT_SEX
nsfwFlagsHidden
integer (NSFWFlag)
Enum: 0 1 2 4

NSFW flags (can be combined using bitwise or operator)

  • 0 NONE
  • 1 VIOLENT
  • 2 EXPLICIT_SEX
nsfwFlagsWarned
integer (NSFWFlag)
Enum: 0 1 2 4

NSFW flags (can be combined using bitwise or operator)

  • 0 NONE
  • 1 VIOLENT
  • 2 EXPLICIT_SEX
nsfwPolicy
string
Enum: "true" "false" "both"

new NSFW display policy

p2pEnabled
boolean

whether to enable P2P in the player or not

password
string <password> (password) [ 6 .. 50 ] characters
theme
string
videoLanguages
Array of strings

list of languages to filter videos down to

videosHistoryEnabled
boolean

whether to keep track of watched history or not

Responses

Request samples

Content type
application/json
{
  • "password": "pa$$word",
  • "currentPassword": "pa$$word",
  • "email": "user@example.com",
  • "displayName": "string",
  • "nsfwPolicy": "true",
  • "nsfwFlagsDisplayed": 0,
  • "nsfwFlagsHidden": 0,
  • "nsfwFlagsWarned": 0,
  • "nsfwFlagsBlurred": 0,
  • "p2pEnabled": true,
  • "autoPlayVideo": true,
  • "autoPlayNextVideo": true,
  • "autoPlayNextVideoPlaylist": true,
  • "videosHistoryEnabled": true,
  • "videoLanguages": [
    ],
  • "language": "string",
  • "theme": "string",
  • "noInstanceConfigWarningModal": true,
  • "noAccountSetupWarningModal": true,
  • "noWelcomeModal": true
}

Delete my account

Delete the authenticated user's account and all associated data

Authorizations:
OAuth2

Responses

Get video imports of my user

Authorizations:
OAuth2
query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

includeCollaborations
boolean

PeerTube >= 8.0 Include objects from collaborated channels

search
string

Search in video names

sort
string
Example: sort=-createdAt

Sort column

start
integer >= 0

Offset used to paginate results

stateOneOf
Array of integers
Items Enum: 1 2 3 4 5 6

Filter on import state

targetUrl
string

Filter on import target URL

videoChannelSyncId
number

Filter on imports created by a specific channel synchronization

videoId
integer

Filter on import video ID

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Get my user used quota

Authorizations:
OAuth2

Responses

Response samples

Content type
application/json
{
  • "videoQuotaUsed": 16810141515,
  • "videoQuotaUsedDaily": 1681014151
}

Get rate of my user for a video

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

Video id or UUID

Responses

Response samples

Content type
application/json
{
  • "id": 42,
  • "rating": "like"
}

List videos of my user

Authorizations:
OAuth2
query Parameters
string or Array of strings

PeerTube >= 6.2 Admins and moderators only filter on videos that contain one of these automatic tags

VideoCategorySet (integer) or Array of VideoCategorySet (integers)

category id of the video (see /videos/categories)

string or Array of strings

PeerTube >= 7.2 Filter on videos that are published by a channel with one of these names

count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

excludeAlreadyWatched
boolean

Whether or not to exclude videos that are in the user's video history

hasHLSFiles
boolean

PeerTube >= 4.0 Display only videos that have HLS files

hasWebVideoFiles
boolean

PeerTube >= 6.0 Display only videos that have Web Video files

host
string

Find elements owned by this host

include
integer
Enum: 0 1 2 4 8 16 32

Only administrators and moderators can use this parameter

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
  • 16 CAPTIONS
  • 32 VIDEO SOURCE
includeCollaborations
boolean

PeerTube >= 8.0 Include objects from collaborated channels

includeScheduledLive
boolean

whether or not include live that are scheduled for later

isLive
boolean

whether or not the video is a live

isLocal
boolean

PeerTube >= 4.0 Display only local or remote objects

VideoLanguageSet (string) or Array of VideoLanguageSet (strings)

language id of the video (see /videos/languages). Use _unknown to filter on videos that don't have a video language

VideoLicenceSet (integer) or Array of VideoLicenceSet (integers)

licence id of the video (see /videos/licences)

nsfw
string
Enum: "true" "false"

whether to include nsfw videos, if any

nsfwFlagsExcluded
integer (NSFWFlag)
Enum: 0 1 2 4

NSFW flags (can be combined using bitwise or operator)

  • 0 NONE
  • 1 VIOLENT
  • 2 EXPLICIT_SEX
nsfwFlagsIncluded
integer (NSFWFlag)
Enum: 0 1 2 4

NSFW flags (can be combined using bitwise or operator)

  • 0 NONE
  • 1 VIOLENT
  • 2 EXPLICIT_SEX
privacyOneOf
integer (VideoPrivacySet)
Enum: 1 2 3 4 5

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

search
string

Plain text search, applied to various parts of the model depending on endpoint

skipCount
string
Default: "false"
Enum: "true" "false"

if you don't need the total in the response

sort
string
Enum: "name" "-duration" "-createdAt" "-publishedAt" "-views" "-likes" "-comments" "-trending" "-hot" "-best"

Sort videos by criteria (prefixing with - means DESC order):

  • hot - Adaptation of Reddit "hot" algorithm taking into account video views, likes, dislikes and comments and publication date
  • best - Same than hot, but also takes into account user video history
  • trending - Sort videos by recent views ("recent" is defined by the admin)
  • views - Sort videos using their views counter
  • publishedAt - Sort by video publication date (when it became publicly available)
start
integer >= 0

Offset used to paginate results

integer or Array of integers

PeerTube >= 8.2 Admins and moderators only filter on videos that have one of these states

string or Array of strings

tag(s) of the video, where all should be present in the video

string or Array of strings

tag(s) of the video

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Mark feature info as read

**PeerTube >= v8.0.0

Authorizations:
OAuth2
Request Body schema: application/json
feature
required
integer (NewFeatureInfoType)
Value: 1

Represent a new feature that can be displayed to inform users. One of the following values:

  • 1 CHANNEL_COLLABORATION

Responses

Request samples

Content type
application/json
{
  • "feature": 1
}

Update my user avatar

Authorizations:
OAuth2
Request Body schema: multipart/form-data
avatarfile
string <binary>

The file to upload

Responses

Response samples

Content type
application/json
{
  • "avatars": [
    ]
}

Delete my avatar

Authorizations:
OAuth2

Responses

List my abuses

Authorizations:
OAuth2
query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

id
integer

only list the report with this id

sort
string
Enum: "-id" "-createdAt" "-state"

Sort abuses by criteria

start
integer >= 0

Offset used to paginate results

state
integer (AbuseStateSet)
Enum: 1 2 3

The abuse state (Pending = 1, Rejected = 2, Accepted = 3)

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

My Subscriptions

Operations related to your subscriptions to video channels, their new videos, and how to keep up to date with their latest publications!

List my user subscriptions

Authorizations:
OAuth2
query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

sort
string
Enum: "-id" "-createdAt" "-channelUpdatedAt"
start
integer >= 0

Offset used to paginate results

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Add subscription to my user

Authorizations:
OAuth2
Request Body schema: application/json
uri
required
string <uri>

uri of the video channels to subscribe to

Responses

Request samples

Content type
application/json
{
  • "uri": "008a0e54-375d-49d0-8379-143202e24152@video.lqdn.fr"
}

Get if subscriptions exist for my user

Authorizations:
OAuth2
query Parameters
uris
required
Array of strings <uri> [ items <uri > ]

list of uris to check if each is part of the user subscriptions

Responses

Response samples

Content type
application/json
{ }

List videos of subscriptions of my user

Authorizations:
OAuth2
query Parameters
string or Array of strings

PeerTube >= 6.2 Admins and moderators only filter on videos that contain one of these automatic tags

VideoCategorySet (integer) or Array of VideoCategorySet (integers)

category id of the video (see /videos/categories)

count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

excludeAlreadyWatched
boolean

Whether or not to exclude videos that are in the user's video history

hasHLSFiles
boolean

PeerTube >= 4.0 Display only videos that have HLS files

hasWebVideoFiles
boolean

PeerTube >= 6.0 Display only videos that have Web Video files

host
string

Find elements owned by this host

include
integer
Enum: 0 1 2 4 8 16 32

Only administrators and moderators can use this parameter

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
  • 16 CAPTIONS
  • 32 VIDEO SOURCE
includeScheduledLive
boolean

whether or not include live that are scheduled for later

isLive
boolean

whether or not the video is a live

isLocal
boolean

PeerTube >= 4.0 Display only local or remote objects

VideoLanguageSet (string) or Array of VideoLanguageSet (strings)

language id of the video (see /videos/languages). Use _unknown to filter on videos that don't have a video language

VideoLicenceSet (integer) or Array of VideoLicenceSet (integers)

licence id of the video (see /videos/licences)

nsfw
string
Enum: "true" "false"

whether to include nsfw videos, if any

nsfwFlagsExcluded
integer (NSFWFlag)
Enum: 0 1 2 4

NSFW flags (can be combined using bitwise or operator)

  • 0 NONE
  • 1 VIOLENT
  • 2 EXPLICIT_SEX
nsfwFlagsIncluded
integer (NSFWFlag)
Enum: 0 1 2 4

NSFW flags (can be combined using bitwise or operator)

  • 0 NONE
  • 1 VIOLENT
  • 2 EXPLICIT_SEX
privacyOneOf
integer (VideoPrivacySet)
Enum: 1 2 3 4 5

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

search
string

Plain text search, applied to various parts of the model depending on endpoint

skipCount
string
Default: "false"
Enum: "true" "false"

if you don't need the total in the response

sort
string
Enum: "name" "-duration" "-createdAt" "-publishedAt" "-views" "-likes" "-comments" "-trending" "-hot" "-best"

Sort videos by criteria (prefixing with - means DESC order):

  • hot - Adaptation of Reddit "hot" algorithm taking into account video views, likes, dislikes and comments and publication date
  • best - Same than hot, but also takes into account user video history
  • trending - Sort videos by recent views ("recent" is defined by the admin)
  • views - Sort videos using their views counter
  • publishedAt - Sort by video publication date (when it became publicly available)
start
integer >= 0

Offset used to paginate results

integer or Array of integers

PeerTube >= 8.2 Admins and moderators only filter on videos that have one of these states

string or Array of strings

tag(s) of the video, where all should be present in the video

string or Array of strings

tag(s) of the video

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Get subscription of my user

Authorizations:
OAuth2
path Parameters
subscriptionHandle
required
string
Example: my_username | my_username@example.com

The subscription handle

Responses

Response samples

Content type
application/json
{
  • "id": 42,
  • "url": "string",
  • "name": "chocobozzz",
  • "avatars": [
    ],
  • "host": "example.com",
  • "hostRedundancyAllowed": true,
  • "followingCount": 0,
  • "followersCount": 0,
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "displayName": "Videos of Framasoft",
  • "description": "Videos made with <3 by Framasoft",
  • "support": "Please support our work on https://soutenir.framasoft.org/en/ <3",
  • "publicEmail": "user@example.com",
  • "isLocal": true,
  • "banners": [
    ],
  • "ownerAccount": {
    },
  • "videosCount": 0,
  • "viewsPerDay": [
    ],
  • "viewsGroupInterval": "day",
  • "totalViews": 0
}

Delete subscription of my user

Authorizations:
OAuth2
path Parameters
subscriptionHandle
required
string
Example: my_username | my_username@example.com

The subscription handle

Responses

My Notifications

Notifications following new videos, follows or reports. They allow you to keep track of the interactions and overall important information that concerns you. You MAY set per-notification type delivery preference, to receive the info either by mail, by in-browser notification or both.

List my notifications

Authorizations:
OAuth2
query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

sort
string
Example: sort=-createdAt

Sort column

start
integer >= 0

Offset used to paginate results

typeOneOf
Array of integers (NotificationType)
Items Enum: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33

only list notifications of these types

unread
boolean

only list unread notifications

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Mark notifications as read by their id

Authorizations:
OAuth2
Request Body schema: application/json
ids
required
Array of integers

ids of the notifications to mark as read

Responses

Request samples

Content type
application/json
{
  • "ids": [
    ]
}

Mark all my notification as read

Authorizations:
OAuth2

Responses

Update my notification settings

Authorizations:
OAuth2
Request Body schema: application/json
abuseAsModerator
integer (NotificationSettingValue)

Notification type. One of the following values, or a sum of multiple values:

  • 0 NONE
  • 1 WEB
  • 2 EMAIL
abuseNewMessage
integer (NotificationSettingValue)

Notification type. One of the following values, or a sum of multiple values:

  • 0 NONE
  • 1 WEB
  • 2 EMAIL
abuseStateChange
integer (NotificationSettingValue)

Notification type. One of the following values, or a sum of multiple values:

  • 0 NONE
  • 1 WEB
  • 2 EMAIL
autoInstanceFollowing
integer (NotificationSettingValue)

Notification type. One of the following values, or a sum of multiple values:

  • 0 NONE
  • 1 WEB
  • 2 EMAIL
blacklistOnMyVideo
integer (NotificationSettingValue)

Notification type. One of the following values, or a sum of multiple values:

  • 0 NONE
  • 1 WEB
  • 2 EMAIL
commentMention
integer (NotificationSettingValue)

Notification type. One of the following values, or a sum of multiple values:

  • 0 NONE
  • 1 WEB
  • 2 EMAIL
myVideoImportFinished
integer (NotificationSettingValue)

Notification type. One of the following values, or a sum of multiple values:

  • 0 NONE
  • 1 WEB
  • 2 EMAIL
myVideoPublished
integer (NotificationSettingValue)

Notification type. One of the following values, or a sum of multiple values:

  • 0 NONE
  • 1 WEB
  • 2 EMAIL
myVideoStudioEditionFinished
integer (NotificationSettingValue)

Notification type. One of the following values, or a sum of multiple values:

  • 0 NONE
  • 1 WEB
  • 2 EMAIL
myVideoTranscriptionGenerated
integer (NotificationSettingValue)

Notification type. One of the following values, or a sum of multiple values:

  • 0 NONE
  • 1 WEB
  • 2 EMAIL
newCommentOnMyVideo
integer (NotificationSettingValue)

Notification type. One of the following values, or a sum of multiple values:

  • 0 NONE
  • 1 WEB
  • 2 EMAIL
newFollow
integer (NotificationSettingValue)

Notification type. One of the following values, or a sum of multiple values:

  • 0 NONE
  • 1 WEB
  • 2 EMAIL
newInstanceFollower
integer (NotificationSettingValue)

Notification type. One of the following values, or a sum of multiple values:

  • 0 NONE
  • 1 WEB
  • 2 EMAIL
newPeerTubeVersion
integer (NotificationSettingValue)

Notification type. One of the following values, or a sum of multiple values:

  • 0 NONE
  • 1 WEB
  • 2 EMAIL
newPluginVersion
integer (NotificationSettingValue)

Notification type. One of the following values, or a sum of multiple values:

  • 0 NONE
  • 1 WEB
  • 2 EMAIL
newUserRegistration
integer (NotificationSettingValue)

Notification type. One of the following values, or a sum of multiple values:

  • 0 NONE
  • 1 WEB
  • 2 EMAIL
newVideoFromSubscription
integer (NotificationSettingValue)

Notification type. One of the following values, or a sum of multiple values:

  • 0 NONE
  • 1 WEB
  • 2 EMAIL
videoAutoBlacklistAsModerator
integer (NotificationSettingValue)

Notification type. One of the following values, or a sum of multiple values:

  • 0 NONE
  • 1 WEB
  • 2 EMAIL

Responses

Request samples

Content type
application/json
{
  • "abuseAsModerator": 0,
  • "videoAutoBlacklistAsModerator": 0,
  • "newUserRegistration": 0,
  • "newVideoFromSubscription": 0,
  • "blacklistOnMyVideo": 0,
  • "myVideoPublished": 0,
  • "myVideoImportFinished": 0,
  • "commentMention": 0,
  • "newCommentOnMyVideo": 0,
  • "newFollow": 0,
  • "newInstanceFollower": 0,
  • "autoInstanceFollowing": 0,
  • "abuseStateChange": 0,
  • "abuseNewMessage": 0,
  • "newPeerTubeVersion": 0,
  • "newPluginVersion": 0,
  • "myVideoStudioEditionFinished": 0,
  • "myVideoTranscriptionGenerated": 0
}

My History

Operations related to your watch history.

List watched videos history

Authorizations:
OAuth2
query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

search
string

Plain text search, applied to various parts of the model depending on endpoint

start
integer >= 0

Offset used to paginate results

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Delete history element

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

Video id or UUID

Responses

Clear video history

Authorizations:
OAuth2
Request Body schema: multipart/form-data
beforeDate
string <date-time>

history before this date will be deleted

Responses

Video

Operations dealing with listing, uploading, fetching or modifying videos.

List videos of an account

path Parameters
name
required
string
Example: chocobozzz | chocobozzz@example.org

The username or handle of the account

query Parameters
string or Array of strings

PeerTube >= 6.2 Admins and moderators only filter on videos that contain one of these automatic tags

VideoCategorySet (integer) or Array of VideoCategorySet (integers)

category id of the video (see /videos/categories)

count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

excludeAlreadyWatched
boolean

Whether or not to exclude videos that are in the user's video history

hasHLSFiles
boolean

PeerTube >= 4.0 Display only videos that have HLS files

hasWebVideoFiles
boolean

PeerTube >= 6.0 Display only videos that have Web Video files

host
string

Find elements owned by this host

include
integer
Enum: 0 1 2 4 8 16 32

Only administrators and moderators can use this parameter

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
  • 16 CAPTIONS
  • 32 VIDEO SOURCE
includeScheduledLive
boolean

whether or not include live that are scheduled for later

isLive
boolean

whether or not the video is a live

isLocal
boolean

PeerTube >= 4.0 Display only local or remote objects

VideoLanguageSet (string) or Array of VideoLanguageSet (strings)

language id of the video (see /videos/languages). Use _unknown to filter on videos that don't have a video language

VideoLicenceSet (integer) or Array of VideoLicenceSet (integers)

licence id of the video (see /videos/licences)

nsfw
string
Enum: "true" "false"

whether to include nsfw videos, if any

nsfwFlagsExcluded
integer (NSFWFlag)
Enum: 0 1 2 4

NSFW flags (can be combined using bitwise or operator)

  • 0 NONE
  • 1 VIOLENT
  • 2 EXPLICIT_SEX
nsfwFlagsIncluded
integer (NSFWFlag)
Enum: 0 1 2 4

NSFW flags (can be combined using bitwise or operator)

  • 0 NONE
  • 1 VIOLENT
  • 2 EXPLICIT_SEX
privacyOneOf
integer (VideoPrivacySet)
Enum: 1 2 3 4 5

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

search
string

Plain text search, applied to various parts of the model depending on endpoint

skipCount
string
Default: "false"
Enum: "true" "false"

if you don't need the total in the response

sort
string
Enum: "name" "-duration" "-createdAt" "-publishedAt" "-views" "-likes" "-comments" "-trending" "-hot" "-best"

Sort videos by criteria (prefixing with - means DESC order):

  • hot - Adaptation of Reddit "hot" algorithm taking into account video views, likes, dislikes and comments and publication date
  • best - Same than hot, but also takes into account user video history
  • trending - Sort videos by recent views ("recent" is defined by the admin)
  • views - Sort videos using their views counter
  • publishedAt - Sort by video publication date (when it became publicly available)
start
integer >= 0

Offset used to paginate results

integer or Array of integers

PeerTube >= 8.2 Admins and moderators only filter on videos that have one of these states

string or Array of strings

tag(s) of the video, where all should be present in the video

string or Array of strings

tag(s) of the video

Responses

Request samples

fetch('https://peertube2.cpy.re/api/v1/accounts/{name}/videos')
.then(function(response) {
  return response.json()
}).then(function(data) {
  console.log(data)
})

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Request video token

Request special tokens that expire quickly to use them in some context (like accessing private static files)

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

header Parameters
x-peertube-video-password
string

Required on password protected video

Responses

Response samples

Content type
application/json
{
  • "files": {
    }
}

Create a studio task

Create a task to edit a video (cut, add intro/outro etc)

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

Request Body schema: multipart/form-data
required
Array
Any of
name
string
Value: "cut"
object

Responses

List videos

query Parameters
string or Array of strings

PeerTube >= 6.2 Admins and moderators only filter on videos that contain one of these automatic tags

VideoCategorySet (integer) or Array of VideoCategorySet (integers)

category id of the video (see /videos/categories)

count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

excludeAlreadyWatched
boolean

Whether or not to exclude videos that are in the user's video history

hasHLSFiles
boolean

PeerTube >= 4.0 Display only videos that have HLS files

hasWebVideoFiles
boolean

PeerTube >= 6.0 Display only videos that have Web Video files

host
string

Find elements owned by this host

include
integer
Enum: 0 1 2 4 8 16 32

Only administrators and moderators can use this parameter

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
  • 16 CAPTIONS
  • 32 VIDEO SOURCE
includeScheduledLive
boolean

whether or not include live that are scheduled for later

isLive
boolean

whether or not the video is a live

isLocal
boolean

PeerTube >= 4.0 Display only local or remote objects

VideoLanguageSet (string) or Array of VideoLanguageSet (strings)

language id of the video (see /videos/languages). Use _unknown to filter on videos that don't have a video language

VideoLicenceSet (integer) or Array of VideoLicenceSet (integers)

licence id of the video (see /videos/licences)

nsfw
string
Enum: "true" "false"

whether to include nsfw videos, if any

nsfwFlagsExcluded
integer (NSFWFlag)
Enum: 0 1 2 4

NSFW flags (can be combined using bitwise or operator)

  • 0 NONE
  • 1 VIOLENT
  • 2 EXPLICIT_SEX
nsfwFlagsIncluded
integer (NSFWFlag)
Enum: 0 1 2 4

NSFW flags (can be combined using bitwise or operator)

  • 0 NONE
  • 1 VIOLENT
  • 2 EXPLICIT_SEX
privacyOneOf
integer (VideoPrivacySet)
Enum: 1 2 3 4 5

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

search
string

Plain text search, applied to various parts of the model depending on endpoint

skipCount
string
Default: "false"
Enum: "true" "false"

if you don't need the total in the response

sort
string
Enum: "name" "-duration" "-createdAt" "-publishedAt" "-views" "-likes" "-comments" "-trending" "-hot" "-best"

Sort videos by criteria (prefixing with - means DESC order):

  • hot - Adaptation of Reddit "hot" algorithm taking into account video views, likes, dislikes and comments and publication date
  • best - Same than hot, but also takes into account user video history
  • trending - Sort videos by recent views ("recent" is defined by the admin)
  • views - Sort videos using their views counter
  • publishedAt - Sort by video publication date (when it became publicly available)
start
integer >= 0

Offset used to paginate results

integer or Array of integers

PeerTube >= 8.2 Admins and moderators only filter on videos that have one of these states

string or Array of strings

tag(s) of the video, where all should be present in the video

string or Array of strings

tag(s) of the video

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

List available video categories

Responses

Response samples

Content type
application/json
{
  • "1": "Music",
  • "2": "Films",
  • "3": "Vehicles",
  • "4": "Art",
  • "5": "Sports",
  • "6": "Travels",
  • "7": "Gaming",
  • "8": "People",
  • "9": "Comedy",
  • "10": "Entertainment",
  • "11": "News & Politics",
  • "12": "How To",
  • "13": "Education",
  • "14": "Activism",
  • "15": "Science & Technology",
  • "16": "Animals",
  • "17": "Kids",
  • "18": "Food"
}

List available video licences

Responses

Response samples

Content type
application/json
{
  • "1": "Attribution",
  • "2": "Attribution - Share Alike",
  • "3": "Attribution - No Derivatives",
  • "4": "Attribution - Non Commercial",
  • "5": "Attribution - Non Commercial - Share Alike",
  • "6": "Attribution - Non Commercial - No Derivatives",
  • "7": "Public Domain Dedication",
  • "8": "Free of known copyright restrictions",
  • "9": "All Rights Reserved"
}

List available video languages

query Parameters
scope
string
Value: "subtitle"

PeerTube >= 8.2 Filter languages by scope. Use subtitle to exclude sign languages and other languages that don't make sense for subtitles.

Responses

Response samples

Content type
application/json
{
  • "aa": "Afar",
  • "ab": "Abkhazian",
  • "af": "Afrikaans",
  • "ak": "Akan",
  • "am": "Amharic",
  • "ar": "Arabic",
  • "an": "Aragonese",
  • "ase": "American Sign Language",
  • "as": "Assamese",
  • "asq": "Austrian Sign Language",
  • "av": "Avaric",
  • "avk": "Kotava",
  • "ay": "Aymara",
  • "az": "Azerbaijani",
  • "ba": "Bashkir",
  • "bm": "Bambara",
  • "be": "Belarusian",
  • "bn": "Bengali",
  • "bfi": "British Sign Language",
  • "bi": "Bislama",
  • "bo": "Tibetan",
  • "bs": "Bosnian",
  • "br": "Breton",
  • "bg": "Bulgarian",
  • "bzs": "Brazilian Sign Language",
  • "ca": "Catalan",
  • "cs": "Czech",
  • "ch": "Chamorro",
  • "ce": "Chechen",
  • "cv": "Chuvash",
  • "kw": "Cornish",
  • "co": "Corsican",
  • "cr": "Cree",
  • "cse": "Czech Sign Language",
  • "csl": "Chinese Sign Language",
  • "cy": "Welsh",
  • "da": "Danish",
  • "de": "German",
  • "dv": "Dhivehi",
  • "dsl": "Danish Sign Language",
  • "dz": "Dzongkha",
  • "el": "Greek",
  • "en": "English",
  • "eo": "Esperanto",
  • "et": "Estonian",
  • "eu": "Basque",
  • "ee": "Ewe",
  • "fo": "Faroese",
  • "fa": "Persian",
  • "fj": "Fijian",
  • "fi": "Finnish",
  • "fr": "French",
  • "fy": "Western Frisian",
  • "fse": "Finnish Sign Language",
  • "fsl": "French Sign Language",
  • "ff": "Fulah",
  • "gcf": "Guadeloupean Creole French",
  • "gd": "Scottish Gaelic",
  • "ga": "Irish",
  • "gl": "Galician",
  • "gv": "Manx",
  • "gn": "Guarani",
  • "gsg": "German Sign Language",
  • "gsw": "Swiss German",
  • "gu": "Gujarati",
  • "ht": "Haitian",
  • "ha": "Hausa",
  • "sh": "Serbo-Croatian",
  • "he": "Hebrew",
  • "hz": "Herero",
  • "hi": "Hindi",
  • "ho": "Hiri Motu",
  • "hr": "Croatian",
  • "hu": "Hungarian",
  • "hy": "Armenian",
  • "ig": "Igbo",
  • "ii": "Sichuan Yi",
  • "iu": "Inuktitut",
  • "id": "Indonesian",
  • "ik": "Inupiaq",
  • "is": "Icelandic",
  • "it": "Italian",
  • "jv": "Javanese",
  • "jbo": "Lojban",
  • "ja": "Japanese",
  • "jsl": "Japanese Sign Language",
  • "kab": "Kabyle",
  • "kl": "Kalaallisut",
  • "kn": "Kannada",
  • "ks": "Kashmiri",
  • "ka": "Georgian",
  • "kr": "Kanuri",
  • "kk": "Kazakh",
  • "km": "Khmer",
  • "ki": "Kikuyu",
  • "rw": "Kinyarwanda",
  • "ky": "Kirghiz",
  • "kv": "Komi",
  • "kg": "Kongo",
  • "ko": "Korean",
  • "kj": "Kuanyama",
  • "ku": "Kurdish",
  • "lo": "Lao",
  • "la": "Latin",
  • "lv": "Latvian",
  • "li": "Limburgan",
  • "ln": "Lingala",
  • "lt": "Lithuanian",
  • "lb": "Luxembourgish",
  • "lu": "Luba-Katanga",
  • "lg": "Ganda",
  • "mh": "Marshallese",
  • "ml": "Malayalam",
  • "mr": "Marathi",
  • "mk": "Macedonian",
  • "mg": "Malagasy",
  • "mt": "Maltese",
  • "mn": "Mongolian",
  • "mi": "Maori",
  • "ms": "Malay (macrolanguage)",
  • "my": "Burmese",
  • "na": "Nauru",
  • "nv": "Navajo",
  • "nr": "South Ndebele",
  • "nd": "North Ndebele",
  • "ng": "Ndonga",
  • "ne": "Nepali (macrolanguage)",
  • "nl": "Dutch",
  • "nn": "Norwegian Nynorsk",
  • "nb": "Norwegian Bokmål",
  • "no": "Norwegian",
  • "ny": "Nyanja",
  • "oc": "Occitan",
  • "oj": "Ojibwa",
  • "or": "Oriya (macrolanguage)",
  • "om": "Oromo",
  • "os": "Ossetian",
  • "pa": "Panjabi",
  • "pks": "Pakistan Sign Language",
  • "pl": "Polish",
  • "pt": "Portuguese",
  • "ps": "Pushto",
  • "qu": "Quechua",
  • "rm": "Romansh",
  • "ro": "Romanian",
  • "rsl": "Russian Sign Language",
  • "rn": "Rundi",
  • "ru": "Russian",
  • "sg": "Sango",
  • "sdl": "Saudi Arabian Sign Language",
  • "sfs": "South African Sign Language",
  • "si": "Sinhala",
  • "sk": "Slovak",
  • "sl": "Slovenian",
  • "se": "Northern Sami",
  • "sm": "Samoan",
  • "sn": "Shona",
  • "sd": "Sindhi",
  • "so": "Somali",
  • "st": "Southern Sotho",
  • "es": "Spanish (Spain)",
  • "sq": "Albanian",
  • "sc": "Sardinian",
  • "sr": "Serbian",
  • "ss": "Swati",
  • "su": "Sundanese",
  • "sw": "Swahili (macrolanguage)",
  • "sv": "Swedish",
  • "swl": "Swedish Sign Language",
  • "ty": "Tahitian",
  • "ta": "Tamil",
  • "tt": "Tatar",
  • "te": "Telugu",
  • "tg": "Tajik",
  • "tl": "Tagalog",
  • "th": "Thai",
  • "ti": "Tigrinya",
  • "tlh": "Klingon",
  • "to": "Tonga (Tonga Islands)",
  • "tn": "Tswana",
  • "ts": "Tsonga",
  • "tk": "Turkmen",
  • "tr": "Turkish",
  • "tw": "Twi",
  • "ug": "Uighur",
  • "uk": "Ukrainian",
  • "ur": "Urdu",
  • "uz": "Uzbek",
  • "ve": "Venda",
  • "vi": "Vietnamese",
  • "wa": "Walloon",
  • "wo": "Wolof",
  • "xh": "Xhosa",
  • "yi": "Yiddish",
  • "yo": "Yoruba",
  • "za": "Zhuang",
  • "zh": "Chinese",
  • "zu": "Zulu",
  • "zxx": "No linguistic content",
  • "tok": "Toki Pona",
  • "pt-BR": "Portuguese (Brazilian)",
  • "pt-PT": "Portuguese (Portugal)",
  • "es-419": "Spanish (Latin America)",
  • "zh-Hans": "Simplified Chinese",
  • "zh-Hant": "Traditional Chinese",
  • "ca-valencia": "Valencian",
  • "rcf": "Réunion Creole French",
  • "gcr": "Guianese Creole French"
}

List available video privacy policies

Responses

Response samples

Content type
application/json
{
  • "1": "Public",
  • "2": "Unlisted",
  • "3": "Private",
  • "4": "Internal",
  • "5": "Password protected"
}

Update a video

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

Request Body schema: multipart/form-data
category
integer (VideoCategorySet)

category id of the video (see /videos/categories)

channelId
integer

New channel of the video. The channel must be owned by the same account as the previous one. Use the "change ownership" endpoints to give a video to a channel owned by another account on the local PeerTube instance.

commentsPolicy
integer (VideoCommentsPolicySet)
Enum: 1 2 3

Comments policy of the video (Enabled = 1, Disabled = 2, Requires Approval = 3)

description
string

Video description

downloadEnabled
boolean

Enable or disable downloading for this video

language
string (VideoLanguageSet)

language id of the video (see /videos/languages)

licence
integer (VideoLicenceSet)

licence id of the video (see /videos/licences)

name
string [ 3 .. 120 ] characters

Video name

nsfw
boolean

Whether or not this video contains sensitive content

nsfwFlags
integer (NSFWFlag)
Enum: 0 1 2 4

NSFW flags (can be combined using bitwise or operator)

  • 0 NONE
  • 1 VIOLENT
  • 2 EXPLICIT_SEX
nsfwSummary
any

More information about the sensitive content of the video

originallyPublishedAt
string or null <date-time>

Date when the content was originally published

previewfile
string <binary>
Deprecated

Deprecated in PeerTube v8.1, use thumbnailfile instead

privacy
integer (VideoPrivacySet)
Enum: 1 2 3 4 5

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

object (VideoScheduledUpdate)
support
string

A text tell the audience how to support the video creator

tags
Array of strings [ 1 .. 5 ] items [ items [ 2 .. 30 ] characters ]

Video tags (maximum 5 tags each between 2 and 30 characters)

thumbnailfile
string <binary>

Video thumbnail file

videoPasswords
Array of strings (AddVideoPasswords) unique [ items >= 2 characters ]
waitTranscoding
string

Whether or not we wait transcoding before publish the video

Responses

Get a video

path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

header Parameters
x-peertube-video-password
string

Required on password protected video

Responses

Response samples

Content type
application/json
{
  • "id": 42,
  • "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
  • "shortUUID": "2y84q2MQUMWPbiEcxNXMgC",
  • "isLive": true,
  • "liveSchedules": [
    ],
  • "createdAt": "2017-10-01T10:52:46.396Z",
  • "publishedAt": "2018-10-01T10:52:46.396Z",
  • "updatedAt": "2021-05-04T08:01:01.502Z",
  • "originallyPublishedAt": "2010-10-01T10:52:46.396Z",
  • "category": {
    },
  • "licence": {
    },
  • "language": {
    },
  • "privacy": {
    },
  • "truncatedDescription": "**[Want to help to translate this video?](https://weblate.framasoft.org/projects/what-is-peertube-video/)**\\r\\n\\r\\n\n**Take back the control of your videos! [#JoinPeertube](https://joinpeertube.org)**\\r\\n*A decentralized video hosting network, based on fr...\n",
  • "duration": 1419,
  • "aspectRatio": 1.778,
  • "isLocal": true,
  • "name": "What is PeerTube?",
  • "thumbnailPath": "string",
  • "previewPath": "string",
  • "thumbnails": [
    ],
  • "embedPath": "/videos/embed/a65bc12f-9383-462e-81ae-8207e8b434ee",
  • "views": 1337,
  • "likes": 42,
  • "dislikes": 7,
  • "comments": 0,
  • "nsfw": true,
  • "nsfwFlags": 0,
  • "nsfwSummary": "string",
  • "waitTranscoding": true,
  • "state": {
    },
  • "scheduledUpdate": {
    },
  • "blacklisted": true,
  • "blacklistedReason": "string",
  • "account": {
    },
  • "channel": {
    },
  • "userHistory": {
    },
  • "viewers": 0,
  • "description": "\"**[Want to help to translate this video?](https://weblate.framasoft.org/projects/what-is-peertube-video/)**\\r\\n\\r\\n\n**Take back the control of your videos! [#JoinPeertube](https://joinpeertube.org)**\\r\\n*A decentralized video hosting network,\nbased on free/libre software!*\\r\\n\\r\\n**Animation Produced by:** [LILA](https://libreart.info) - [ZeMarmot Team](https://film.zemarmot.net)\\r\\n\n*Directed by* Aryeom\\r\\n*Assistant* Jehan\\r\\n**Licence**: [CC-By-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)\\r\\n\\r\\n\n**Sponsored by** [Framasoft](https://framasoft.org)\\r\\n\\r\\n**Music**: [Red Step Forward](http://play.dogmazic.net/song.php?song_id=52491) - CC-By Ken Bushima\\r\\n\\r\\n\n**Movie Clip**: [Caminades 3: Llamigos](http://www.caminandes.com/) CC-By Blender Institute\\r\\n\\r\\n**Video sources**: https://gitlab.gnome.org/Jehan/what-is-peertube/\"\n",
  • "support": "Please support our work on https://soutenir.framasoft.org/en/ <3",
  • "tags": [
    ],
  • "commentsPolicy": {
    },
  • "downloadEnabled": true,
  • "inputFileUpdatedAt": "2019-08-24T14:15:22Z",
  • "trackerUrls": [],
  • "files": [
    ],
  • "streamingPlaylists": [
    ]
}

Delete a video

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

Responses

Notify user is watching a video

Call this endpoint regularly (every 5-10 seconds for example) to notify the server the user is watching the video. After a while, PeerTube will increase video's viewers counter. If the user is authenticated, PeerTube will also store the current player time.

path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

Request Body schema: application/json
required
currentTime
required
integer <seconds>

timestamp within the video, in seconds

client
string

Client software used to watch the video. For example "Firefox", "PeerTube Approval Android", etc.

device
any
Enum: "console" "embedded" "mobile" "smarttv" "tablet" "wearable" "xr" "desktop"

Device used to watch the video. For example "desktop", "mobile", "smarttv", etc.

operatingSystem
string

Operating system used to watch the video. For example "Windows", "Ubuntu", etc.

sessionId
string

Optional param to represent the current viewer session. Used by the backend to properly count one view per session per video. PeerTube admin can configure the server to not trust this sessionId parameter but use the request IP address instead to identify a viewer.

viewEvent
string
Value: "seek"

Event since last viewing call:

  • seek - If the user seeked the video

Responses

Request samples

Content type
application/json
{
  • "currentTime": 5,
  • "viewEvent": "seek",
  • "sessionId": "string",
  • "client": "string",
  • "device": "console",
  • "operatingSystem": "string"
}

Upload a video

Uses a single request to upload a video.

Authorizations:
OAuth2
Request Body schema: multipart/form-data
channelId
required
integer >= 1

Channel id that will contain this video

name
required
string [ 3 .. 120 ] characters

Video name

videofile
required
string <binary>

Video file

category
integer (VideoCategorySet)

category id of the video (see /videos/categories)

commentsPolicy
integer (VideoCommentsPolicySet)
Enum: 1 2 3

Comments policy of the video (Enabled = 1, Disabled = 2, Requires Approval = 3)

description
string

Video description

downloadEnabled
boolean

Enable or disable downloading for this video

generateTranscription
boolean

PeerTube >= 6.2 If enabled by the admin, automatically generate a subtitle of the video

language
string (VideoLanguageSet)

language id of the video (see /videos/languages)

licence
integer (VideoLicenceSet)

licence id of the video (see /videos/licences)

nsfw
boolean

Whether or not this video contains sensitive content

nsfwFlags
integer (NSFWFlag)
Enum: 0 1 2 4

NSFW flags (can be combined using bitwise or operator)

  • 0 NONE
  • 1 VIOLENT
  • 2 EXPLICIT_SEX
nsfwSummary
any

More information about the sensitive content of the video

originallyPublishedAt
string <date-time>

Date when the content was originally published

previewfile
string <binary>
Deprecated

Deprecated in PeerTube v8.1, use thumbnailfile instead

privacy
integer (VideoPrivacySet)
Enum: 1 2 3 4 5

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

object (VideoScheduledUpdate)
support
string

A text tell the audience how to support the video creator

tags
Array of strings [ 1 .. 5 ] items unique [ items [ 2 .. 30 ] characters ]

Video tags (maximum 5 tags each between 2 and 30 characters)

thumbnailfile
string <binary>

Video thumbnail file

videoPasswords
Array of strings (AddVideoPasswords) unique [ items >= 2 characters ]
waitTranscoding
boolean

Whether or not we wait transcoding before publish the video

Responses

Request samples

## DEPENDENCIES: jq
USERNAME="<your_username>"
PASSWORD="<your_password>"
FILE_PATH="<your_file_path>"
CHANNEL_ID="<your_channel_id>"
NAME="<video_name>"
API="https://peertube2.cpy.re/api/v1"

## AUTH
client_id=$(curl -s "$API/oauth-clients/local" | jq -r ".client_id")
client_secret=$(curl -s "$API/oauth-clients/local" | jq -r ".client_secret")
token=$(curl -s "$API/users/token" \
  --data client_id="$client_id" \
  --data client_secret="$client_secret" \
  --data grant_type=password \
  --data username="$USERNAME" \
  --data password="$PASSWORD" \
  | jq -r ".access_token")

## VIDEO UPLOAD
curl -s "$API/videos/upload" \
  -H "Authorization: Bearer $token" \
  --max-time 600 \
  --form videofile=@"$FILE_PATH" \
  --form channelId=$CHANNEL_ID \
  --form name="$NAME"

Response samples

Content type
application/json
{
  • "video": {
    }
}

Initialize the resumable upload of a video

Uses a resumable protocol to initialize the upload of a video

Authorizations:
OAuth2
header Parameters
X-Upload-Content-Length
required
number
Example: 2469036

Number of bytes that will be uploaded in subsequent requests. Set this value to the size of the file you are uploading.

X-Upload-Content-Type
required
string <mimetype>
Example: video/mp4

MIME type of the file that you are uploading. Depending on your instance settings, acceptable values might vary.

Request Body schema: application/json
channelId
required
integer >= 1

Channel id that will contain this video

filename
required
string <filename>

Video filename including extension

name
required
string [ 3 .. 120 ] characters

Video name

category
integer (VideoCategorySet)

category id of the video (see /videos/categories)

commentsPolicy
integer (VideoCommentsPolicySet)
Enum: 1 2 3

Comments policy of the video (Enabled = 1, Disabled = 2, Requires Approval = 3)

description
string

Video description

downloadEnabled
boolean

Enable or disable downloading for this video

generateTranscription
boolean

PeerTube >= 6.2 If enabled by the admin, automatically generate a subtitle of the video

language
string (VideoLanguageSet)

language id of the video (see /videos/languages)

licence
integer (VideoLicenceSet)

licence id of the video (see /videos/licences)

nsfw
boolean

Whether or not this video contains sensitive content

nsfwFlags
integer (NSFWFlag)
Enum: 0 1 2 4

NSFW flags (can be combined using bitwise or operator)

  • 0 NONE
  • 1 VIOLENT
  • 2 EXPLICIT_SEX
nsfwSummary
any

More information about the sensitive content of the video

originallyPublishedAt
string <date-time>

Date when the content was originally published

previewfile
string <binary>
Deprecated

Deprecated in PeerTube v8.1, use thumbnailfile instead

privacy
integer (VideoPrivacySet)
Enum: 1 2 3 4 5

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

object (VideoScheduledUpdate)
support
string

A text tell the audience how to support the video creator

tags
Array of strings [ 1 .. 5 ] items unique [ items [ 2 .. 30 ] characters ]

Video tags (maximum 5 tags each between 2 and 30 characters)

thumbnailfile
string <binary>

Video thumbnail file

videoPasswords
Array of strings (AddVideoPasswords) unique [ items >= 2 characters ]
waitTranscoding
boolean

Whether or not we wait transcoding before publish the video

Responses

Request samples

Content type
application/json
{
  • "name": "What is PeerTube?",
  • "channelId": 3,
  • "privacy": 1,
  • "category": 15,
  • "licence": 2,
  • "language": "en",
  • "description": "**[Want to help to translate this video?](https://weblate.framasoft.org/projects/what-is-peertube-video/)**\\r\\n\\r\\n**Take back the control of your videos! [#JoinPeertube](https://joinpeertube.org)**\n",
  • "waitTranscoding": true,
  • "generateTranscription": true,
  • "support": "Please support our work on https://soutenir.framasoft.org/en/ <3",
  • "nsfw": true,
  • "nsfwSummary": null,
  • "nsfwFlags": 0,
  • "tags": [
    ],
  • "commentsPolicy": 1,
  • "downloadEnabled": true,
  • "originallyPublishedAt": "2019-08-24T14:15:22Z",
  • "scheduleUpdate": {
    },
  • "thumbnailfile": "string",
  • "previewfile": "string",
  • "videoPasswords": [
    ],
  • "filename": "what_is_peertube.mp4"
}

Send chunk for the resumable upload of a video

Uses a resumable protocol to continue, pause or resume the upload of a video

Authorizations:
OAuth2
query Parameters
upload_id
required
string

Created session id to proceed with. If you didn't send chunks in the last hour, it is not valid anymore and you need to initialize a new upload.

header Parameters
Content-Length
required
number
Example: 262144

Size of the chunk that the request is sending.

Remember that larger chunks are more efficient. PeerTube's web client uses chunks varying from 1048576 bytes (~1MB) and increases or reduces size depending on connection health.

Content-Range
required
string
Example: bytes 0-262143/2469036

Specifies the bytes in the file that the request is uploading.

For example, a value of bytes 0-262143/1000000 shows that the request is sending the first 262144 bytes (256 x 1024) in a 2,469,036 byte file.

Request Body schema: application/octet-stream
string <binary>

Responses

Response samples

Content type
application/json
{
  • "video": {
    }
}

Cancel the resumable upload of a video, deleting any data uploaded so far

Uses a resumable protocol to cancel the upload of a video

Authorizations:
OAuth2
query Parameters
upload_id
required
string

Created session id to proceed with. If you didn't send chunks in the last hour, it is not valid anymore and you need to initialize a new upload.

header Parameters
Content-Length
required
number
Example: 0

Responses

Create a live

Authorizations:
OAuth2
Request Body schema: multipart/form-data
channelId
required
integer

Channel id that will contain this live video

name
required
string [ 3 .. 120 ] characters

Live video/replay name

category
integer (VideoCategorySet)

category id of the video (see /videos/categories)

commentsPolicy
integer (VideoCommentsPolicySet)
Enum: 1 2 3

Comments policy of the video (Enabled = 1, Disabled = 2, Requires Approval = 3)

description
string

Live video/replay description

downloadEnabled
boolean

Enable or disable downloading for the replay of this live video

language
string (VideoLanguageSet)

language id of the video (see /videos/languages)

latencyMode
integer
Enum: 1 2 3

User can select live latency mode if enabled by the instance

licence
integer (VideoLicenceSet)

licence id of the video (see /videos/licences)

nsfw
boolean

Whether or not this live video/replay contains sensitive content

nsfwFlags
integer (NSFWFlag)
Enum: 0 1 2 4

NSFW flags (can be combined using bitwise or operator)

  • 0 NONE
  • 1 VIOLENT
  • 2 EXPLICIT_SEX
nsfwSummary
any

More information about the sensitive content of the video

permanentLive
boolean

User can stream multiple times in a permanent live

previewfile
string <binary>
Deprecated

Deprecated in PeerTube v8.1, use thumbnailfile instead

privacy
integer (VideoPrivacySet)
Enum: 1 2 3 4 5

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

object (LiveVideoReplaySettings)
saveReplay
boolean
Array of objects (LiveSchedule)
support
string

A text tell the audience how to support the creator

tags
Array of strings [ 1 .. 5 ] items [ items [ 2 .. 30 ] characters ]

Live video/replay tags (maximum 5 tags each between 2 and 30 characters)

thumbnailfile
string <binary>

Live video/replay thumbnail file

Responses

Response samples

Content type
application/json
{
  • "video": {
    }
}

Get information about a live

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

Responses

Response samples

Content type
application/json
{
  • "rtmpUrl": "string",
  • "rtmpsUrl": "string",
  • "streamKey": "string",
  • "saveReplay": true,
  • "replaySettings": {
    },
  • "permanentLive": true,
  • "latencyMode": 1,
  • "schedules": [
    ]
}

Update information about a live

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

Request Body schema: application/json
latencyMode
integer
Enum: 1 2 3

User can select live latency mode if enabled by the instance

permanentLive
boolean

User can stream multiple times in a permanent live

object (LiveVideoReplaySettings)
saveReplay
boolean
Array of objects (LiveSchedule)

Responses

Request samples

Content type
application/json
{
  • "saveReplay": true,
  • "replaySettings": {
    },
  • "permanentLive": true,
  • "latencyMode": 1,
  • "schedules": [
    ]
}

Get video source file metadata

Get metadata and download link of original video file

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

Responses

Response samples

Content type
application/json
{
  • "inputFilename": "string",
  • "fileDownloadUrl": "string",
  • "resolution": {
    },
  • "size": 0,
  • "fps": 0,
  • "width": 0,
  • "height": 0,
  • "createdAt": "2019-08-24T14:15:22Z"
}

Delete video source file

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

Responses

Initialize the resumable replacement of a video

PeerTube >= 6.0 Uses a resumable protocol to initialize the replacement of a video

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

header Parameters
X-Upload-Content-Length
required
number
Example: 2469036

Number of bytes that will be uploaded in subsequent requests. Set this value to the size of the file you are uploading.

X-Upload-Content-Type
required
string <mimetype>
Example: video/mp4

MIME type of the file that you are uploading. Depending on your instance settings, acceptable values might vary.

Request Body schema: application/json
filename
string <filename>

Video filename including extension

Responses

Request samples

Content type
application/json
{
  • "filename": "what_is_peertube.mp4"
}

Send chunk for the resumable replacement of a video

PeerTube >= 6.0 Uses a resumable protocol to continue, pause or resume the replacement of a video

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

query Parameters
upload_id
required
string

Created session id to proceed with. If you didn't send chunks in the last hour, it is not valid anymore and you need to initialize a new upload.

header Parameters
Content-Length
required
number
Example: 262144

Size of the chunk that the request is sending.

Remember that larger chunks are more efficient. PeerTube's web client uses chunks varying from 1048576 bytes (~1MB) and increases or reduces size depending on connection health.

Content-Range
required
string
Example: bytes 0-262143/2469036

Specifies the bytes in the file that the request is uploading.

For example, a value of bytes 0-262143/1000000 shows that the request is sending the first 262144 bytes (256 x 1024) in a 2,469,036 byte file.

Request Body schema: application/octet-stream
string <binary>

Responses

Cancel the resumable replacement of a video

PeerTube >= 6.0 Uses a resumable protocol to cancel the replacement of a video

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

query Parameters
upload_id
required
string

Created session id to proceed with. If you didn't send chunks in the last hour, it is not valid anymore and you need to initialize a new upload.

header Parameters
Content-Length
required
number
Example: 0

Responses

List storyboards of a video

PeerTube >= 6.0

path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

Responses

Response samples

Content type
application/json
{
  • "storyboards": [
    ]
}

List videos of a video channel

path Parameters
channelHandle
required
string
Example: my_username | my_username@example.com

The video channel handle

query Parameters
string or Array of strings

PeerTube >= 6.2 Admins and moderators only filter on videos that contain one of these automatic tags

VideoCategorySet (integer) or Array of VideoCategorySet (integers)

category id of the video (see /videos/categories)

count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

excludeAlreadyWatched
boolean

Whether or not to exclude videos that are in the user's video history

hasHLSFiles
boolean

PeerTube >= 4.0 Display only videos that have HLS files

hasWebVideoFiles
boolean

PeerTube >= 6.0 Display only videos that have Web Video files

host
string

Find elements owned by this host

include
integer
Enum: 0 1 2 4 8 16 32

Only administrators and moderators can use this parameter

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
  • 16 CAPTIONS
  • 32 VIDEO SOURCE
includeScheduledLive
boolean

whether or not include live that are scheduled for later

isLive
boolean

whether or not the video is a live

isLocal
boolean

PeerTube >= 4.0 Display only local or remote objects

VideoLanguageSet (string) or Array of VideoLanguageSet (strings)

language id of the video (see /videos/languages). Use _unknown to filter on videos that don't have a video language

VideoLicenceSet (integer) or Array of VideoLicenceSet (integers)

licence id of the video (see /videos/licences)

nsfw
string
Enum: "true" "false"

whether to include nsfw videos, if any

nsfwFlagsExcluded
integer (NSFWFlag)
Enum: 0 1 2 4

NSFW flags (can be combined using bitwise or operator)

  • 0 NONE
  • 1 VIOLENT
  • 2 EXPLICIT_SEX
nsfwFlagsIncluded
integer (NSFWFlag)
Enum: 0 1 2 4

NSFW flags (can be combined using bitwise or operator)

  • 0 NONE
  • 1 VIOLENT
  • 2 EXPLICIT_SEX
privacyOneOf
integer (VideoPrivacySet)
Enum: 1 2 3 4 5

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

search
string

Plain text search, applied to various parts of the model depending on endpoint

skipCount
string
Default: "false"
Enum: "true" "false"

if you don't need the total in the response

sort
string
Enum: "name" "-duration" "-createdAt" "-publishedAt" "-views" "-likes" "-comments" "-trending" "-hot" "-best"

Sort videos by criteria (prefixing with - means DESC order):

  • hot - Adaptation of Reddit "hot" algorithm taking into account video views, likes, dislikes and comments and publication date
  • best - Same than hot, but also takes into account user video history
  • trending - Sort videos by recent views ("recent" is defined by the admin)
  • views - Sort videos using their views counter
  • publishedAt - Sort by video publication date (when it became publicly available)
start
integer >= 0

Offset used to paginate results

integer or Array of integers

PeerTube >= 8.2 Admins and moderators only filter on videos that have one of these states

string or Array of strings

tag(s) of the video, where all should be present in the video

string or Array of strings

tag(s) of the video

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Search videos

query Parameters
string or Array of strings

PeerTube >= 6.2 Admins and moderators only filter on videos that contain one of these automatic tags

VideoCategorySet (integer) or Array of VideoCategorySet (integers)

category id of the video (see /videos/categories)

count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

durationMax
integer

Get videos that have this maximum duration

durationMin
integer

Get videos that have this minimum duration

endDate
string <date-time>

Get videos that are published before this date

excludeAlreadyWatched
boolean

Whether or not to exclude videos that are in the user's video history

hasHLSFiles
boolean

PeerTube >= 4.0 Display only videos that have HLS files

hasWebVideoFiles
boolean

PeerTube >= 6.0 Display only videos that have Web Video files

host
string

Find elements owned by this host

include
integer
Enum: 0 1 2 4 8 16 32

Only administrators and moderators can use this parameter

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
  • 16 CAPTIONS
  • 32 VIDEO SOURCE
includeScheduledLive
boolean

whether or not include live that are scheduled for later

isLive
boolean

whether or not the video is a live

isLocal
boolean

PeerTube >= 4.0 Display only local or remote objects

VideoLanguageSet (string) or Array of VideoLanguageSet (strings)

language id of the video (see /videos/languages). Use _unknown to filter on videos that don't have a video language

VideoLicenceSet (integer) or Array of VideoLicenceSet (integers)

licence id of the video (see /videos/licences)

nsfw
string
Enum: "true" "false"

whether to include nsfw videos, if any

nsfwFlagsExcluded
integer (NSFWFlag)
Enum: 0 1 2 4

NSFW flags (can be combined using bitwise or operator)

  • 0 NONE
  • 1 VIOLENT
  • 2 EXPLICIT_SEX
nsfwFlagsIncluded
integer (NSFWFlag)
Enum: 0 1 2 4

NSFW flags (can be combined using bitwise or operator)

  • 0 NONE
  • 1 VIOLENT
  • 2 EXPLICIT_SEX
originallyPublishedEndDate
string <date-time>

Get videos that are originally published before this date

originallyPublishedStartDate
string <date-time>

Get videos that are originally published after this date

privacyOneOf
integer (VideoPrivacySet)
Enum: 1 2 3 4 5

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

search
required
string

String to search. If the user can make a remote URI search, and the string is an URI then the PeerTube instance will fetch the remote object and add it to its database. Then, you can use the REST API to fetch the complete video information and interact with it.

searchTarget
string
Enum: "local" "search-index"

If the administrator enabled search index support, you can override the default search target.

Warning: If you choose to make an index search, PeerTube will get results from a third party service. It means the instance may not yet know the objects you fetched. If you want to load video/channel information:

  • If the current user has the ability to make a remote URI search (this information is available in the config endpoint), then reuse the search API to make a search using the object URI so PeerTube instance fetches the remote object and fill its database. After that, you can use the classic REST API endpoints to fetch the complete object or interact with it
  • If the current user doesn't have the ability to make a remote URI search, then redirect the user on the origin instance or fetch the data from the origin instance API
skipCount
string
Default: "false"
Enum: "true" "false"

if you don't need the total in the response

sort
string
Enum: "name" "-duration" "-createdAt" "-publishedAt" "-views" "-likes" "-comments" "-trending" "-hot" "-best"

Sort videos by criteria (prefixing with - means DESC order):

  • hot - Adaptation of Reddit "hot" algorithm taking into account video views, likes, dislikes and comments and publication date
  • best - Same than hot, but also takes into account user video history
  • trending - Sort videos by recent views ("recent" is defined by the admin)
  • views - Sort videos using their views counter
  • publishedAt - Sort by video publication date (when it became publicly available)
start
integer >= 0

Offset used to paginate results

startDate
string <date-time>

Get videos that are published after this date

integer or Array of integers

PeerTube >= 8.2 Admins and moderators only filter on videos that have one of these states

string or Array of strings

tag(s) of the video, where all should be present in the video

string or Array of strings

tag(s) of the video

uuids
Array of strings

Find elements with specific UUIDs

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Video Upload

Operations dealing with adding video or audio. PeerTube supports two upload modes, and three import modes.

Upload

  • legacy, where the video file is sent in a single request
  • resumable, where the video file is sent in chunks

You can upload videos more reliably by using the resumable variant. Its protocol lets you resume an upload operation after a network interruption or other transmission failure, saving time and bandwidth in the event of network failures.

Favor using resumable uploads in any of the following cases:

  • You are transferring large files
  • The likelihood of a network interruption is high
  • Uploads are originating from a device with a low-bandwidth or unstable Internet connection, such as a mobile device

Import

  • URL-based: where the URL points to any service supported by youtube-dl
  • magnet-based: where the URI resolves to a BitTorrent resource containing a single supported video file
  • torrent-based: where the metainfo file resolves to a BitTorrent resource containing a single supported video file

The import function is practical when the desired video/audio is available online. It makes PeerTube download it for you, saving you as much bandwidth and avoiding any instability or limitation your network might have.

Upload a video

Uses a single request to upload a video.

Authorizations:
OAuth2
Request Body schema: multipart/form-data
channelId
required
integer >= 1

Channel id that will contain this video

name
required
string [ 3 .. 120 ] characters

Video name

videofile
required
string <binary>

Video file

category
integer (VideoCategorySet)

category id of the video (see /videos/categories)

commentsPolicy
integer (VideoCommentsPolicySet)
Enum: 1 2 3

Comments policy of the video (Enabled = 1, Disabled = 2, Requires Approval = 3)

description
string

Video description

downloadEnabled
boolean

Enable or disable downloading for this video

generateTranscription
boolean

PeerTube >= 6.2 If enabled by the admin, automatically generate a subtitle of the video

language
string (VideoLanguageSet)

language id of the video (see /videos/languages)

licence
integer (VideoLicenceSet)

licence id of the video (see /videos/licences)

nsfw
boolean

Whether or not this video contains sensitive content

nsfwFlags
integer (NSFWFlag)
Enum: 0 1 2 4

NSFW flags (can be combined using bitwise or operator)

  • 0 NONE
  • 1 VIOLENT
  • 2 EXPLICIT_SEX
nsfwSummary
any

More information about the sensitive content of the video

originallyPublishedAt
string <date-time>

Date when the content was originally published

previewfile
string <binary>
Deprecated

Deprecated in PeerTube v8.1, use thumbnailfile instead

privacy
integer (VideoPrivacySet)
Enum: 1 2 3 4 5

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

object (VideoScheduledUpdate)
support
string

A text tell the audience how to support the video creator

tags
Array of strings [ 1 .. 5 ] items unique [ items [ 2 .. 30 ] characters ]

Video tags (maximum 5 tags each between 2 and 30 characters)

thumbnailfile
string <binary>

Video thumbnail file

videoPasswords
Array of strings (AddVideoPasswords) unique [ items >= 2 characters ]
waitTranscoding
boolean

Whether or not we wait transcoding before publish the video

Responses

Request samples

## DEPENDENCIES: jq
USERNAME="<your_username>"
PASSWORD="<your_password>"
FILE_PATH="<your_file_path>"
CHANNEL_ID="<your_channel_id>"
NAME="<video_name>"
API="https://peertube2.cpy.re/api/v1"

## AUTH
client_id=$(curl -s "$API/oauth-clients/local" | jq -r ".client_id")
client_secret=$(curl -s "$API/oauth-clients/local" | jq -r ".client_secret")
token=$(curl -s "$API/users/token" \
  --data client_id="$client_id" \
  --data client_secret="$client_secret" \
  --data grant_type=password \
  --data username="$USERNAME" \
  --data password="$PASSWORD" \
  | jq -r ".access_token")

## VIDEO UPLOAD
curl -s "$API/videos/upload" \
  -H "Authorization: Bearer $token" \
  --max-time 600 \
  --form videofile=@"$FILE_PATH" \
  --form channelId=$CHANNEL_ID \
  --form name="$NAME"

Response samples

Content type
application/json
{
  • "video": {
    }
}

Initialize the resumable upload of a video

Uses a resumable protocol to initialize the upload of a video

Authorizations:
OAuth2
header Parameters
X-Upload-Content-Length
required
number
Example: 2469036

Number of bytes that will be uploaded in subsequent requests. Set this value to the size of the file you are uploading.

X-Upload-Content-Type
required
string <mimetype>
Example: video/mp4

MIME type of the file that you are uploading. Depending on your instance settings, acceptable values might vary.

Request Body schema: application/json
channelId
required
integer >= 1

Channel id that will contain this video

filename
required
string <filename>

Video filename including extension

name
required
string [ 3 .. 120 ] characters

Video name

category
integer (VideoCategorySet)

category id of the video (see /videos/categories)

commentsPolicy
integer (VideoCommentsPolicySet)
Enum: 1 2 3

Comments policy of the video (Enabled = 1, Disabled = 2, Requires Approval = 3)

description
string

Video description

downloadEnabled
boolean

Enable or disable downloading for this video

generateTranscription
boolean

PeerTube >= 6.2 If enabled by the admin, automatically generate a subtitle of the video

language
string (VideoLanguageSet)

language id of the video (see /videos/languages)

licence
integer (VideoLicenceSet)

licence id of the video (see /videos/licences)

nsfw
boolean

Whether or not this video contains sensitive content

nsfwFlags
integer (NSFWFlag)
Enum: 0 1 2 4

NSFW flags (can be combined using bitwise or operator)

  • 0 NONE
  • 1 VIOLENT
  • 2 EXPLICIT_SEX
nsfwSummary
any

More information about the sensitive content of the video

originallyPublishedAt
string <date-time>

Date when the content was originally published

previewfile
string <binary>
Deprecated

Deprecated in PeerTube v8.1, use thumbnailfile instead

privacy
integer (VideoPrivacySet)
Enum: 1 2 3 4 5

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

object (VideoScheduledUpdate)
support
string

A text tell the audience how to support the video creator

tags
Array of strings [ 1 .. 5 ] items unique [ items [ 2 .. 30 ] characters ]

Video tags (maximum 5 tags each between 2 and 30 characters)

thumbnailfile
string <binary>

Video thumbnail file

videoPasswords
Array of strings (AddVideoPasswords) unique [ items >= 2 characters ]
waitTranscoding
boolean

Whether or not we wait transcoding before publish the video

Responses

Request samples

Content type
application/json
{
  • "name": "What is PeerTube?",
  • "channelId": 3,
  • "privacy": 1,
  • "category": 15,
  • "licence": 2,
  • "language": "en",
  • "description": "**[Want to help to translate this video?](https://weblate.framasoft.org/projects/what-is-peertube-video/)**\\r\\n\\r\\n**Take back the control of your videos! [#JoinPeertube](https://joinpeertube.org)**\n",
  • "waitTranscoding": true,
  • "generateTranscription": true,
  • "support": "Please support our work on https://soutenir.framasoft.org/en/ <3",
  • "nsfw": true,
  • "nsfwSummary": null,
  • "nsfwFlags": 0,
  • "tags": [
    ],
  • "commentsPolicy": 1,
  • "downloadEnabled": true,
  • "originallyPublishedAt": "2019-08-24T14:15:22Z",
  • "scheduleUpdate": {
    },
  • "thumbnailfile": "string",
  • "previewfile": "string",
  • "videoPasswords": [
    ],
  • "filename": "what_is_peertube.mp4"
}

Send chunk for the resumable upload of a video

Uses a resumable protocol to continue, pause or resume the upload of a video

Authorizations:
OAuth2
query Parameters
upload_id
required
string

Created session id to proceed with. If you didn't send chunks in the last hour, it is not valid anymore and you need to initialize a new upload.

header Parameters
Content-Length
required
number
Example: 262144

Size of the chunk that the request is sending.

Remember that larger chunks are more efficient. PeerTube's web client uses chunks varying from 1048576 bytes (~1MB) and increases or reduces size depending on connection health.

Content-Range
required
string
Example: bytes 0-262143/2469036

Specifies the bytes in the file that the request is uploading.

For example, a value of bytes 0-262143/1000000 shows that the request is sending the first 262144 bytes (256 x 1024) in a 2,469,036 byte file.

Request Body schema: application/octet-stream
string <binary>

Responses

Response samples

Content type
application/json
{
  • "video": {
    }
}

Cancel the resumable upload of a video, deleting any data uploaded so far

Uses a resumable protocol to cancel the upload of a video

Authorizations:
OAuth2
query Parameters
upload_id
required
string

Created session id to proceed with. If you didn't send chunks in the last hour, it is not valid anymore and you need to initialize a new upload.

header Parameters
Content-Length
required
number
Example: 0

Responses

Import a video

Import a torrent or magnetURI or HTTP resource (if enabled by the instance administrator)

Authorizations:
OAuth2
Request Body schema: multipart/form-data
One of
channelId
required
integer >= 1

Channel id that will contain this video

name
required
string [ 3 .. 120 ] characters

Video name

targetUrl
required
string <url>

remote URL where to find the import's source video

category
integer (VideoCategorySet)

category id of the video (see /videos/categories)

commentsPolicy
integer (VideoCommentsPolicySet)
Enum: 1 2 3

Comments policy of the video (Enabled = 1, Disabled = 2, Requires Approval = 3)

description
string

Video description

downloadEnabled
boolean

Enable or disable downloading for this video

generateTranscription
boolean

PeerTube >= 6.2 If enabled by the admin, automatically generate a subtitle of the video

language
string (VideoLanguageSet)

language id of the video (see /videos/languages)

licence
integer (VideoLicenceSet)

licence id of the video (see /videos/licences)

nsfw
boolean

Whether or not this video contains sensitive content

nsfwFlags
integer (NSFWFlag)
Enum: 0 1 2 4

NSFW flags (can be combined using bitwise or operator)

  • 0 NONE
  • 1 VIOLENT
  • 2 EXPLICIT_SEX
nsfwSummary
any

More information about the sensitive content of the video

originallyPublishedAt
string <date-time>

Date when the content was originally published

previewfile
string <binary>
Deprecated

Deprecated in PeerTube v8.1, use thumbnailfile instead

privacy
integer (VideoPrivacySet)
Enum: 1 2 3 4 5

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

object (VideoScheduledUpdate)
support
string

A text tell the audience how to support the video creator

tags
Array of strings [ 1 .. 5 ] items unique [ items [ 2 .. 30 ] characters ]

Video tags (maximum 5 tags each between 2 and 30 characters)

thumbnailfile
string <binary>

Video thumbnail file

videoPasswords
Array of strings (AddVideoPasswords) unique [ items >= 2 characters ]
waitTranscoding
boolean

Whether or not we wait transcoding before publish the video

Responses

Response samples

Content type
application/json
{
  • "video": {
    }
}

Initialize the resumable replacement of a video

PeerTube >= 6.0 Uses a resumable protocol to initialize the replacement of a video

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

header Parameters
X-Upload-Content-Length
required
number
Example: 2469036

Number of bytes that will be uploaded in subsequent requests. Set this value to the size of the file you are uploading.

X-Upload-Content-Type
required
string <mimetype>
Example: video/mp4

MIME type of the file that you are uploading. Depending on your instance settings, acceptable values might vary.

Request Body schema: application/json
filename
string <filename>

Video filename including extension

Responses

Request samples

Content type
application/json
{
  • "filename": "what_is_peertube.mp4"
}

Send chunk for the resumable replacement of a video

PeerTube >= 6.0 Uses a resumable protocol to continue, pause or resume the replacement of a video

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

query Parameters
upload_id
required
string

Created session id to proceed with. If you didn't send chunks in the last hour, it is not valid anymore and you need to initialize a new upload.

header Parameters
Content-Length
required
number
Example: 262144

Size of the chunk that the request is sending.

Remember that larger chunks are more efficient. PeerTube's web client uses chunks varying from 1048576 bytes (~1MB) and increases or reduces size depending on connection health.

Content-Range
required
string
Example: bytes 0-262143/2469036

Specifies the bytes in the file that the request is uploading.

For example, a value of bytes 0-262143/1000000 shows that the request is sending the first 262144 bytes (256 x 1024) in a 2,469,036 byte file.

Request Body schema: application/octet-stream
string <binary>

Responses

Cancel the resumable replacement of a video

PeerTube >= 6.0 Uses a resumable protocol to cancel the replacement of a video

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

query Parameters
upload_id
required
string

Created session id to proceed with. If you didn't send chunks in the last hour, it is not valid anymore and you need to initialize a new upload.

header Parameters
Content-Length
required
number
Example: 0

Responses

Video Imports

Operations dealing with listing, adding and removing video imports.

Import a video

Import a torrent or magnetURI or HTTP resource (if enabled by the instance administrator)

Authorizations:
OAuth2
Request Body schema: multipart/form-data
One of
channelId
required
integer >= 1

Channel id that will contain this video

name
required
string [ 3 .. 120 ] characters

Video name

targetUrl
required
string <url>

remote URL where to find the import's source video

category
integer (VideoCategorySet)

category id of the video (see /videos/categories)

commentsPolicy
integer (VideoCommentsPolicySet)
Enum: 1 2 3

Comments policy of the video (Enabled = 1, Disabled = 2, Requires Approval = 3)

description
string

Video description

downloadEnabled
boolean

Enable or disable downloading for this video

generateTranscription
boolean

PeerTube >= 6.2 If enabled by the admin, automatically generate a subtitle of the video

language
string (VideoLanguageSet)

language id of the video (see /videos/languages)

licence
integer (VideoLicenceSet)

licence id of the video (see /videos/licences)

nsfw
boolean

Whether or not this video contains sensitive content

nsfwFlags
integer (NSFWFlag)
Enum: 0 1 2 4

NSFW flags (can be combined using bitwise or operator)

  • 0 NONE
  • 1 VIOLENT
  • 2 EXPLICIT_SEX
nsfwSummary
any

More information about the sensitive content of the video

originallyPublishedAt
string <date-time>

Date when the content was originally published

previewfile
string <binary>
Deprecated

Deprecated in PeerTube v8.1, use thumbnailfile instead

privacy
integer (VideoPrivacySet)
Enum: 1 2 3 4 5

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

object (VideoScheduledUpdate)
support
string

A text tell the audience how to support the video creator

tags
Array of strings [ 1 .. 5 ] items unique [ items [ 2 .. 30 ] characters ]

Video tags (maximum 5 tags each between 2 and 30 characters)

thumbnailfile
string <binary>

Video thumbnail file

videoPasswords
Array of strings (AddVideoPasswords) unique [ items >= 2 characters ]
waitTranscoding
boolean

Whether or not we wait transcoding before publish the video

Responses

Response samples

Content type
application/json
{
  • "video": {
    }
}

Cancel video import

Cancel a pending video import

Authorizations:
OAuth2
path Parameters
id
required
integer (id) >= 1
Example: 42

Entity id

Responses

Retry video import

PeerTube >= 8.0 Retry a failed or cancelled (PeerTube >= 8.3) video import

Authorizations:
OAuth2
path Parameters
id
required
integer (id) >= 1
Example: 42

Entity id

Responses

Delete video import

Delete ended video import

Authorizations:
OAuth2
path Parameters
id
required
integer (id) >= 1
Example: 42

Entity id

Responses

Video Captions

Operations dealing with listing, adding and removing closed captions of a video.

List captions of a video

path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

header Parameters
x-peertube-video-password
string

Required on password protected video

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Generate a video caption

PeerTube >= 6.2 This feature has to be enabled by the administrator

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

Request Body schema: application/json
forceTranscription
boolean
Default: false

Responses

Request samples

Content type
application/json
{
  • "forceTranscription": false
}

Add or replace a video caption

Authorizations:
OAuth2
path Parameters
captionLanguage
required
string (VideoLanguageSet)
Example: en

The caption language

required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

Request Body schema: multipart/form-data
captionfile
string <binary>

The file to upload.

Responses

Delete a video caption

Authorizations:
OAuth2
path Parameters
captionLanguage
required
string (VideoLanguageSet)
Example: en

The caption language

required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

Responses

Video Chapters

Operations dealing with managing chapters of a video.

Get chapters of a video

PeerTube >= 6.0

path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

header Parameters
x-peertube-video-password
string

Required on password protected video

Responses

Response samples

Content type
application/json
{
  • "chapters": {
    }
}

Replace video chapters

PeerTube >= 6.0

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

Request Body schema: application/json
Array of objects

Responses

Request samples

Content type
application/json
{
  • "chapters": [
    ]
}

Video Channels

Operations dealing with the creation, modification and listing of videos within a channel.

List video channels

query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

sort
string
Example: sort=-createdAt

Sort column

start
integer >= 0

Offset used to paginate results

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Create a video channel

Authorizations:
OAuth2
Request Body schema: application/json
displayName
required
any

Channel display name

name
required
string [ 1 .. 50 ] characters /^[a-zA-Z0-9\\-_.:]+$/

username of the channel to create

description
any

Channel description

publicEmail
string or null <email>

Public email visible in podcast RSS feeds

support
any

How to support/fund the channel

Responses

Request samples

Content type
application/json
{
  • "displayName": null,
  • "description": null,
  • "support": null,
  • "publicEmail": "user@example.com",
  • "name": "framasoft_videos"
}

Response samples

Content type
application/json
{
  • "videoChannel": {
    }
}

Get a video channel

path Parameters
channelHandle
required
string
Example: my_username | my_username@example.com

The video channel handle

Responses

Response samples

Content type
application/json
{
  • "id": 42,
  • "url": "string",
  • "name": "chocobozzz",
  • "avatars": [
    ],
  • "host": "example.com",
  • "hostRedundancyAllowed": true,
  • "followingCount": 0,
  • "followersCount": 0,
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "displayName": "Videos of Framasoft",
  • "description": "Videos made with <3 by Framasoft",
  • "support": "Please support our work on https://soutenir.framasoft.org/en/ <3",
  • "publicEmail": "user@example.com",
  • "isLocal": true,
  • "banners": [
    ],
  • "ownerAccount": {
    },
  • "videosCount": 0,
  • "viewsPerDay": [
    ],
  • "viewsGroupInterval": "day",
  • "totalViews": 0
}

Update a video channel

Authorizations:
OAuth2
path Parameters
channelHandle
required
string
Example: my_username | my_username@example.com

The video channel handle

Request Body schema: application/json
bulkVideosSupportUpdate
boolean

Update the support field for all videos of this channel

description
any

Channel description

displayName
any

Channel display name

publicEmail
string or null <email>

Public email visible in podcast RSS feeds

support
any

How to support/fund the channel

Responses

Request samples

Content type
application/json
{
  • "displayName": null,
  • "description": null,
  • "support": null,
  • "publicEmail": "user@example.com",
  • "bulkVideosSupportUpdate": true
}

Delete a video channel

Authorizations:
OAuth2
path Parameters
channelHandle
required
string
Example: my_username | my_username@example.com

The video channel handle

Responses

List videos of a video channel

path Parameters
channelHandle
required
string
Example: my_username | my_username@example.com

The video channel handle

query Parameters
string or Array of strings

PeerTube >= 6.2 Admins and moderators only filter on videos that contain one of these automatic tags

VideoCategorySet (integer) or Array of VideoCategorySet (integers)

category id of the video (see /videos/categories)

count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

excludeAlreadyWatched
boolean

Whether or not to exclude videos that are in the user's video history

hasHLSFiles
boolean

PeerTube >= 4.0 Display only videos that have HLS files

hasWebVideoFiles
boolean

PeerTube >= 6.0 Display only videos that have Web Video files

host
string

Find elements owned by this host

include
integer
Enum: 0 1 2 4 8 16 32

Only administrators and moderators can use this parameter

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
  • 16 CAPTIONS
  • 32 VIDEO SOURCE
includeScheduledLive
boolean

whether or not include live that are scheduled for later

isLive
boolean

whether or not the video is a live

isLocal
boolean

PeerTube >= 4.0 Display only local or remote objects

VideoLanguageSet (string) or Array of VideoLanguageSet (strings)

language id of the video (see /videos/languages). Use _unknown to filter on videos that don't have a video language

VideoLicenceSet (integer) or Array of VideoLicenceSet (integers)

licence id of the video (see /videos/licences)

nsfw
string
Enum: "true" "false"

whether to include nsfw videos, if any

nsfwFlagsExcluded
integer (NSFWFlag)
Enum: 0 1 2 4

NSFW flags (can be combined using bitwise or operator)

  • 0 NONE
  • 1 VIOLENT
  • 2 EXPLICIT_SEX
nsfwFlagsIncluded
integer (NSFWFlag)
Enum: 0 1 2 4

NSFW flags (can be combined using bitwise or operator)

  • 0 NONE
  • 1 VIOLENT
  • 2 EXPLICIT_SEX
privacyOneOf
integer (VideoPrivacySet)
Enum: 1 2 3 4 5

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

search
string

Plain text search, applied to various parts of the model depending on endpoint

skipCount
string
Default: "false"
Enum: "true" "false"

if you don't need the total in the response

sort
string
Enum: "name" "-duration" "-createdAt" "-publishedAt" "-views" "-likes" "-comments" "-trending" "-hot" "-best"

Sort videos by criteria (prefixing with - means DESC order):

  • hot - Adaptation of Reddit "hot" algorithm taking into account video views, likes, dislikes and comments and publication date
  • best - Same than hot, but also takes into account user video history
  • trending - Sort videos by recent views ("recent" is defined by the admin)
  • views - Sort videos using their views counter
  • publishedAt - Sort by video publication date (when it became publicly available)
start
integer >= 0

Offset used to paginate results

integer or Array of integers

PeerTube >= 8.2 Admins and moderators only filter on videos that have one of these states

string or Array of strings

tag(s) of the video, where all should be present in the video

string or Array of strings

tag(s) of the video

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

List activities of a video channel

PeerTube >= 8.0

path Parameters
channelHandle
required
string
Example: my_username | my_username@example.com

The video channel handle

query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

sort
string
Example: sort=-createdAt

Sort column

start
integer >= 0

Offset used to paginate results

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

List playlists of a channel

path Parameters
channelHandle
required
string
Example: my_username | my_username@example.com

The video channel handle

query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

playlistType
integer (VideoPlaylistTypeSet)
Enum: 1 2

The video playlist type (Regular = 1, Watch Later = 2)

sort
string
Example: sort=-createdAt

Sort column

start
integer >= 0

Offset used to paginate results

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Reorder channel playlists

Authorizations:
OAuth2
path Parameters
channelHandle
required
string
Example: my_username | my_username@example.com

The video channel handle

Request Body schema: application/json
insertAfterPosition
required
integer >= 0

New position for the block to reorder, to add the block before the first element

startPosition
required
integer >= 1

Start position of the element to reorder

reorderLength
integer >= 1

How many element from startPosition to reorder

Responses

Request samples

Content type
application/json
{
  • "startPosition": 1,
  • "insertAfterPosition": 0,
  • "reorderLength": 1
}

List followers of a video channel

Authorizations:
OAuth2
path Parameters
channelHandle
required
string
Example: my_username | my_username@example.com

The video channel handle

query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

search
string

Plain text search, applied to various parts of the model depending on endpoint

sort
string
Value: "createdAt"

Sort followers by criteria

start
integer >= 0

Offset used to paginate results

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Update channel avatar

Authorizations:
OAuth2
path Parameters
channelHandle
required
string
Example: my_username | my_username@example.com

The video channel handle

Request Body schema: multipart/form-data
avatarfile
string <binary>

The file to upload.

Responses

Response samples

Content type
application/json
{
  • "avatars": [
    ]
}

Delete channel avatar

Authorizations:
OAuth2
path Parameters
channelHandle
required
string
Example: my_username | my_username@example.com

The video channel handle

Responses

Update channel banner

Authorizations:
OAuth2
path Parameters
channelHandle
required
string
Example: my_username | my_username@example.com

The video channel handle

Request Body schema: multipart/form-data
bannerfile
string <binary>

The file to upload.

Responses

Response samples

Content type
application/json
{
  • "banners": [
    ]
}

Delete channel banner

Authorizations:
OAuth2
path Parameters
channelHandle
required
string
Example: my_username | my_username@example.com

The video channel handle

Responses

Import videos in channel

Import a remote channel/playlist videos into a channel

Authorizations:
OAuth2
path Parameters
channelHandle
required
string
Example: my_username | my_username@example.com

The video channel handle

Request Body schema: application/json
externalChannelUrl
required
string
videoChannelSyncId
integer

If part of a channel sync process, specify its id to assign video imports to this channel synchronization

Responses

Request samples

Content type
application/json
{}

List video channels of an account

path Parameters
name
required
string
Example: chocobozzz | chocobozzz@example.org

The username or handle of the account

query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

includeCollaborations
boolean

PeerTube >= 8.0 Include objects from collaborated channels

search
string

Plain text search, applied to various parts of the model depending on endpoint

sort
string
Example: sort=-createdAt

Sort column

start
integer >= 0

Offset used to paginate results

statsDays
integer
Default: 30
Enum: 30 90 365 0

number of days of view statistics to include in viewsPerDay when withStats is true (only if authenticated as the account user). 0 means all time (since the channel's earliest recorded stat). viewsPerDay always spans the whole requested range so channels can be compared to each other. Its bucket size is reported in viewsGroupInterval: it is derived from the requested range, narrowed to the channel history so that a young channel on a long range is not aggregated into a single coarse bucket. totalViews is unaffected by this parameter and always reports lifetime views.

withStats
boolean

include view statistics time series and total views (only if authenticated as the account user)

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

List the synchronizations of video channels of an account

path Parameters
name
required
string
Example: chocobozzz | chocobozzz@example.org

The username or handle of the account

query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

includeCollaborations
boolean

PeerTube >= 8.0 Include objects from collaborated channels

sort
string
Example: sort=-createdAt

Sort column

start
integer >= 0

Offset used to paginate results

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Search channels

query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

handles
Array of strings

Find elements with these handles

host
string

Find elements owned by this host

search
required
string

String to search. If the user can make a remote URI search, and the string is an URI then the PeerTube instance will fetch the remote object and add it to its database. Then, you can use the REST API to fetch the complete channel information and interact with it.

searchTarget
string
Enum: "local" "search-index"

If the administrator enabled search index support, you can override the default search target.

Warning: If you choose to make an index search, PeerTube will get results from a third party service. It means the instance may not yet know the objects you fetched. If you want to load video/channel information:

  • If the current user has the ability to make a remote URI search (this information is available in the config endpoint), then reuse the search API to make a search using the object URI so PeerTube instance fetches the remote object and fill its database. After that, you can use the classic REST API endpoints to fetch the complete object or interact with it
  • If the current user doesn't have the ability to make a remote URI search, then redirect the user on the origin instance or fetch the data from the origin instance API
sort
string
Example: sort=-createdAt

Sort column

start
integer >= 0

Offset used to paginate results

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

List channel collaborators

PeerTube >= 8.0

Authorizations:
OAuth2
path Parameters
channelHandle
required
string
Example: my_username | my_username@example.com

The video channel handle

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Invite a collaborator

PeerTube >= 8.0 Invite a local user to collaborate on the specified video channel.

Authorizations:
OAuth2
path Parameters
channelHandle
required
string
Example: my_username | my_username@example.com

The video channel handle

Request Body schema: application/json
required
accountHandle
string

Local user username to invite

Responses

Request samples

Content type
application/json
{
  • "accountHandle": "string"
}

Response samples

Content type
application/json
{
  • "collaborator": {
    }
}

Accept a collaboration invitation

PeerTube >= 8.0

Authorizations:
OAuth2
path Parameters
channelHandle
required
string
Example: my_username | my_username@example.com

The video channel handle

collaboratorId
required
integer (id) >= 1
Example: 42

The collaborator id

Responses

Reject a collaboration invitation

PeerTube >= 8.0

Authorizations:
OAuth2
path Parameters
channelHandle
required
string
Example: my_username | my_username@example.com

The video channel handle

collaboratorId
required
integer (id) >= 1
Example: 42

The collaborator id

Responses

Remove a channel collaborator

PeerTube >= 8.0 Only the channel owner or the collaborator themselves can remove a collaborator from a channel

Authorizations:
OAuth2
path Parameters
channelHandle
required
string
Example: my_username | my_username@example.com

The video channel handle

collaboratorId
required
integer (id) >= 1
Example: 42

The collaborator id

Responses

Video Comments

Operations dealing with comments to a video. Comments are organized in threads: adding a comment in response to the video starts a thread, adding a reply to a comment adds it to its root comment thread.

List comments on user's videos

PeerTube >= 6.2

Authorizations:
OAuth2
query Parameters
string or Array of strings

PeerTube >= 6.2 filter on comments that contain one of these automatic tags

includeCollaborations
boolean

PeerTube >= 8.0 Include objects from collaborated channels

isHeldForReview
boolean

only display comments that are held for review

search
string

Plain text search, applied to various parts of the model depending on endpoint

searchAccount
string

Filter comments by searching on the account

searchVideo
string

Filter comments by searching on the video

videoChannelId
integer

Limit results on this specific video channel

videoId
integer

Limit results on this specific video

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

List threads of a video

path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

sort
string
Enum: "-createdAt" "-totalReplies"

Sort comments by criteria

start
integer >= 0

Offset used to paginate results

header Parameters
x-peertube-video-password
string

Required on password protected video

Responses

Response samples

Content type
application/json
{
  • "total": 0,
  • "totalNotDeletedComments": 0,
  • "data": [
    ]
}

Create a thread

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

Request Body schema: application/json
text
required
string <html> [ 1 .. 10000 ] characters

Text of the comment

Responses

Request samples

Content type
application/json
{
  • "text": "This video is wonderful!"
}

Response samples

Content type
application/json
{
  • "comment": {
    }
}

Get a thread

Since PeerTube 8.3 the returned tree is truncated: only the first replies of each comment are included, and only down to maxDepth nesting levels. Use GET /api/v1/videos/{id}/comments/{commentId}/replies to fetch the replies that are missing, comparing children and totalChildren of each node of the tree.

path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

threadId
required
integer

The thread id (root comment id)

query Parameters
maxDepth
integer [ 1 .. 10 ]
Default: 5

Number of nesting levels to include below the requested comment. Bounded by repliesPerLevel and count, see the note on repliesPerLevel

repliesPerLevel
integer [ 1 .. 30 ]
Default: 10

Number of direct replies to include for each comment of the tree. Does not apply to the first level of GET /api/v1/videos/{id}/comments/{commentId}/replies, which is paginated using start and count. A tree can make the server walk through count * (repliesPerLevel ^ maxDepth - 1) / (repliesPerLevel - 1) comments, which grows exponentially. Combinations above 2000000 are rejected A deep tree has to be narrow and a wide tree has to be shallow.

header Parameters
x-peertube-video-password
string

Required on password protected video

Responses

Response samples

Content type
application/json
{
  • "comment": {
    },
  • "children": [
    ],
  • "totalChildren": 0
}

List replies of a comment

PeerTube >= 8.3 List the direct replies of a comment, each of them nested up to maxDepth levels. Used to unfold the parts of a thread that GET /api/v1/videos/{id}/comment-threads/{threadId} truncated.

path Parameters
commentId
required
integer >= 1
Example: 42

The comment id

required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

maxDepth
integer [ 1 .. 10 ]
Default: 5

Number of nesting levels to include below the requested comment. Bounded by repliesPerLevel and count, see the note on repliesPerLevel

repliesPerLevel
integer [ 1 .. 30 ]
Default: 10

Number of direct replies to include for each comment of the tree. Does not apply to the first level of GET /api/v1/videos/{id}/comments/{commentId}/replies, which is paginated using start and count. A tree can make the server walk through count * (repliesPerLevel ^ maxDepth - 1) / (repliesPerLevel - 1) comments, which grows exponentially. Combinations above 2000000 are rejected A deep tree has to be narrow and a wide tree has to be shallow.

sort
string
Default: "createdAt"
Enum: "createdAt" "-createdAt"

Sort the direct replies of the comment. Deeper levels of the tree are always sorted the same way. Defaults to createdAt so the replies are appended to the thread tree in the order it was built

start
integer >= 0

Offset used to paginate results

header Parameters
x-peertube-video-password
string

Required on password protected video

Responses

Response samples

Content type
application/json
{
  • "total": 13,
  • "data": [
    ]
}

List instance comments

Authorizations:
OAuth2
query Parameters
string or Array of strings

PeerTube >= 6.2 filter on comments that contain one of these automatic tags

includeMuted
boolean

PeerTube >= 8.2 Include comments from muted accounts

isLocal
boolean

PeerTube >= 4.0 Display only local or remote objects

onLocalVideo
boolean

Display only objects of local or remote videos

search
string

Plain text search, applied to various parts of the model depending on endpoint

searchAccount
string

Filter comments by searching on the account

searchVideo
string

Filter comments by searching on the video

videoChannelId
integer

Limit results on this specific video channel

videoId
integer

Limit results on this specific video

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Reply to a thread of a video

Authorizations:
OAuth2
path Parameters
commentId
required
integer >= 1
Example: 42

The comment id

required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

header Parameters
x-peertube-video-password
string

Required on password protected video

Request Body schema: application/json
text
required
string <html> [ 1 .. 10000 ] characters

Text of the comment

Responses

Request samples

Content type
application/json
{
  • "text": "This video is wonderful!"
}

Response samples

Content type
application/json
{
  • "comment": {
    }
}

Delete a comment or a reply

Authorizations:
OAuth2
path Parameters
commentId
required
integer >= 1
Example: 42

The comment id

required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

Responses

Approve a comment

PeerTube >= 6.2 Approve a comment that requires a review

Authorizations:
OAuth2
path Parameters
commentId
required
integer >= 1
Example: 42

The comment id

required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

Responses

Video Rates

Like/dislike a video.

Get rate of my user for a video

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

Video id or UUID

Responses

Response samples

Content type
application/json
{
  • "id": 42,
  • "rating": "like"
}

Like/dislike a video

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

header Parameters
x-peertube-video-password
string

Required on password protected video

Request Body schema: application/json
rating
required
string
Enum: "like" "dislike"

Responses

Request samples

Content type
application/json
{
  • "rating": "like"
}

Video Playlists

Operations dealing with playlists of videos. Playlists are bound to users and/or channels.

List playlists of a channel

path Parameters
channelHandle
required
string
Example: my_username | my_username@example.com

The video channel handle

query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

playlistType
integer (VideoPlaylistTypeSet)
Enum: 1 2

The video playlist type (Regular = 1, Watch Later = 2)

sort
string
Example: sort=-createdAt

Sort column

start
integer >= 0

Offset used to paginate results

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Reorder channel playlists

Authorizations:
OAuth2
path Parameters
channelHandle
required
string
Example: my_username | my_username@example.com

The video channel handle

Request Body schema: application/json
insertAfterPosition
required
integer >= 0

New position for the block to reorder, to add the block before the first element

startPosition
required
integer >= 1

Start position of the element to reorder

reorderLength
integer >= 1

How many element from startPosition to reorder

Responses

Request samples

Content type
application/json
{
  • "startPosition": 1,
  • "insertAfterPosition": 0,
  • "reorderLength": 1
}

List available playlist privacy policies

Responses

Response samples

Content type
application/json
{
  • "1": "Public",
  • "2": "Unlisted",
  • "3": "Private"
}

List video playlists

query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

playlistType
integer (VideoPlaylistTypeSet)
Enum: 1 2

The video playlist type (Regular = 1, Watch Later = 2)

sort
string
Example: sort=-createdAt

Sort column

start
integer >= 0

Offset used to paginate results

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Create a video playlist

If the video playlist is set as public, videoChannelId is mandatory.

Authorizations:
OAuth2
Request Body schema: multipart/form-data
displayName
required
string [ 1 .. 120 ] characters

Video playlist display name

description
string [ 3 .. 1000 ] characters

Video playlist description

privacy
integer (VideoPlaylistPrivacySet)
Enum: 1 2 3

Video playlist privacy policy (see /video-playlists/privacies)

thumbnailfile
string <binary>

Video playlist thumbnail file

videoChannelId
integer >= 1

Video channel in which the playlist will be published

Responses

Response samples

Content type
application/json
{
  • "videoPlaylist": {
    }
}

Get a video playlist

path Parameters
playlistId
required
integer >= 1
Example: 42

Playlist id

Responses

Response samples

Content type
application/json
{
  • "id": 42,
  • "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
  • "shortUUID": "2y84q2MQUMWPbiEcxNXMgC",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "description": "string",
  • "displayName": "string",
  • "isLocal": true,
  • "videoLength": 0,
  • "thumbnailPath": "string",
  • "thumbnails": [
    ],
  • "privacy": {
    },
  • "type": {
    },
  • "ownerAccount": {
    },
  • "videoChannel": {
    },
  • "videoChannelPosition": 1
}

Update a video playlist

If the video playlist is set as public, the playlist must have a assigned channel.

Authorizations:
OAuth2
path Parameters
playlistId
required
integer >= 1
Example: 42

Playlist id

Request Body schema: multipart/form-data
description
string

Video playlist description

displayName
string [ 1 .. 120 ] characters

Video playlist display name

privacy
integer (VideoPlaylistPrivacySet)
Enum: 1 2 3

Video playlist privacy policy (see /video-playlists/privacies)

thumbnailfile
string <binary>

Video playlist thumbnail file

videoChannelId
integer >= 1

Video channel in which the playlist will be published

Responses

Delete a video playlist

Authorizations:
OAuth2
path Parameters
playlistId
required
integer >= 1
Example: 42

Playlist id

Responses

List videos of a playlist

path Parameters
playlistId
required
integer >= 1
Example: 42

Playlist id

query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

start
integer >= 0

Offset used to paginate results

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Add a video in a playlist

Authorizations:
OAuth2
path Parameters
playlistId
required
integer >= 1
Example: 42

Playlist id

Request Body schema: application/json
required
string or integer

Video to add in the playlist

startTimestamp
integer <seconds>

Start the video at this specific timestamp

stopTimestamp
integer <seconds>

Stop the video at this specific timestamp

Responses

Request samples

Content type
application/json
{
  • "videoId": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
  • "startTimestamp": 0,
  • "stopTimestamp": 0
}

Response samples

Content type
application/json
{
  • "videoPlaylistElement": {
    }
}

Reorder playlist elements

Authorizations:
OAuth2
path Parameters
playlistId
required
integer >= 1
Example: 42

Playlist id

Request Body schema: application/json
insertAfterPosition
required
integer >= 0

New position for the block to reorder, to add the block before the first element

startPosition
required
integer >= 1

Start position of the element to reorder

reorderLength
integer >= 1

How many element from startPosition to reorder

Responses

Request samples

Content type
application/json
{
  • "startPosition": 1,
  • "insertAfterPosition": 0,
  • "reorderLength": 1
}

Update a playlist element

Authorizations:
OAuth2
path Parameters
playlistElementId
required
integer (id) >= 1
Example: 42

Playlist element id

playlistId
required
integer >= 1
Example: 42

Playlist id

Request Body schema: application/json
startTimestamp
integer <seconds>

Start the video at this specific timestamp

stopTimestamp
integer <seconds>

Stop the video at this specific timestamp

Responses

Request samples

Content type
application/json
{
  • "startTimestamp": 0,
  • "stopTimestamp": 0
}

Delete an element from a playlist

Authorizations:
OAuth2
path Parameters
playlistElementId
required
integer (id) >= 1
Example: 42

Playlist element id

playlistId
required
integer >= 1
Example: 42

Playlist id

Responses

Check video exists in my playlists

Authorizations:
OAuth2
query Parameters
videoIds
required
Array of integers[ items >= 1 ]
Example: videoIds=42

The video ids to check

Responses

Response samples

Content type
application/json
{
  • "videoId": [
    ]
}

List playlists of an account

path Parameters
name
required
string
Example: chocobozzz | chocobozzz@example.org

The username or handle of the account

query Parameters
string or Array of strings

PeerTube >= 8.0 Filter on playlists that are published on a channel with one of these names

count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

includeCollaborations
boolean

PeerTube >= 8.0 Include objects from collaborated channels

playlistType
integer (VideoPlaylistTypeSet)
Enum: 1 2

The video playlist type (Regular = 1, Watch Later = 2)

search
string

Plain text search, applied to various parts of the model depending on endpoint

sort
string
Example: sort=-createdAt

Sort column

start
integer >= 0

Offset used to paginate results

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Search playlists

query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

host
string

Find elements owned by this host

search
required
string

String to search. If the user can make a remote URI search, and the string is an URI then the PeerTube instance will fetch the remote object and add it to its database. Then, you can use the REST API to fetch the complete playlist information and interact with it.

searchTarget
string
Enum: "local" "search-index"

If the administrator enabled search index support, you can override the default search target.

Warning: If you choose to make an index search, PeerTube will get results from a third party service. It means the instance may not yet know the objects you fetched. If you want to load video/channel information:

  • If the current user has the ability to make a remote URI search (this information is available in the config endpoint), then reuse the search API to make a search using the object URI so PeerTube instance fetches the remote object and fill its database. After that, you can use the classic REST API endpoints to fetch the complete object or interact with it
  • If the current user doesn't have the ability to make a remote URI search, then redirect the user on the origin instance or fetch the data from the origin instance API
sort
string
Example: sort=-createdAt

Sort column

start
integer >= 0

Offset used to paginate results

uuids
Array of strings

Find elements with specific UUIDs

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Video Stats

Video statistics

Get overall stats of a video

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

query Parameters
endDate
string <date-time>

Filter stats by end date

startDate
string <date-time>

Filter stats by start date

Responses

Response samples

Content type
application/json
{
  • "averageWatchTime": 0,
  • "totalWatchTime": 0,
  • "viewersPeak": 0,
  • "totalViewers": 0,
  • "viewersPeakDate": "2019-08-24T14:15:22Z",
  • "countries": [
    ],
  • "subdivisions": [
    ]
}

Get user agent stats of a video

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

query Parameters
endDate
string <date-time>

Filter stats by end date

startDate
string <date-time>

Filter stats by start date

Responses

Response samples

Content type
application/json
{
  • "clients": [
    ],
  • "devices": [
    ],
  • "operatingSystem": [
    ]
}

Get retention stats of a video

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

Responses

Response samples

Content type
application/json
{
  • "data": [
    ]
}

Get timeserie stats of a video

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

metric
required
string
Enum: "viewers" "aggregateWatchTime"

The metric to get

query Parameters
endDate
string <date-time>

Filter stats by end date

startDate
string <date-time>

Filter stats by start date

Responses

Response samples

Content type
application/json
{
  • "data": [
    ]
}

Ownership Change

List video ownership changes

List ownership change requests received by the authenticated user and requests sent by a channel managed by the authenticated user

Authorizations:
OAuth2
query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

sort
string
Enum: "-createdAt" "createdAt"
start
integer >= 0

Offset used to paginate results

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Accept ownership change request

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

Request Body schema: application/json
required
channelId
required
integer

Target channel id owned by the authenticated user

Responses

Request samples

Content type
application/json
{
  • "channelId": 0
}

Refuse ownership change request

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

Responses

Delete ownership change request

Delete an ownership change request. Only users who can manage the video can delete the request.

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

Responses

List ownership change requests for a video

List all ownership change requests for a specific video. The authenticated user must be able to manage the video.

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

Video id or UUID

query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

sort
string
Enum: "-createdAt" "createdAt"
start
integer >= 0

Offset used to paginate results

state
integer (ChangeOwnershipState)
Enum: 1 2 3

Filter by ownership change state

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Request ownership change

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

Video id or UUID

Request Body schema: application/json
required
username
required
string

Responses

Request samples

Content type
application/json
{
  • "username": "string"
}

List channel ownership changes

List ownership change requests received by the authenticated user and requests sent by channels managed by the authenticated user

Authorizations:
OAuth2
query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

sort
string
Enum: "-createdAt" "createdAt"
start
integer >= 0

Offset used to paginate results

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Accept channel ownership change request

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

Responses

Refuse channel ownership change request

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

Responses

Delete channel ownership change request

Delete a channel ownership change request. Only channel owners can delete the request.

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

Responses

List ownership change requests for a channel

List all ownership change requests for a specific channel. The authenticated user must be able to manage the channel.

Authorizations:
OAuth2
path Parameters
channelHandle
required
string
Example: my_username | my_username@example.com

The video channel handle

query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

sort
string
Enum: "-createdAt" "createdAt"
start
integer >= 0

Offset used to paginate results

state
integer (ChangeOwnershipState)
Enum: 1 2 3

Filter by ownership change state

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Request channel ownership change

Authorizations:
OAuth2
path Parameters
channelHandle
required
string
Example: my_username | my_username@example.com

The video channel handle

Request Body schema: application/json
required
username
required
string

Responses

Request samples

Content type
application/json
{
  • "username": "string"
}

Video Mirroring

PeerTube instances can mirror videos from one another, and help distribute some videos.

For importing videos as your own, refer to video imports.

List videos being mirrored

Authorizations:
OAuth2
query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

sort
string
Value: "name"

Sort abuses by criteria

start
integer >= 0

Offset used to paginate results

target
required
string
Enum: "my-videos" "remote-videos"

direction of the mirror

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Mirror a video

Authorizations:
OAuth2
Request Body schema: application/json
videoId
required
integer >= 1

object id for the video

Responses

Request samples

Content type
application/json
{
  • "videoId": 42
}

Delete a mirror done on a video

Authorizations:
OAuth2
path Parameters
redundancyId
required
string

id of an existing redundancy on a video

Responses

Video Files

Operations on video files

Delete video HLS files

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

Responses

Delete video Web Video files

PeerTube >= 6.0

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

Responses

Video Transcoding

Video transcoding related operations

Create a studio task

Create a task to edit a video (cut, add intro/outro etc)

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

Request Body schema: multipart/form-data
required
Array
Any of
name
string
Value: "cut"
object

Responses

Create a transcoding job

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

Request Body schema: application/json
transcodingType
required
string
Enum: "hls" "web-video"
forceTranscoding
boolean
Default: false

If the video is stuck in transcoding state, do it anyway

Responses

Request samples

Content type
application/json
{
  • "transcodingType": "hls",
  • "forceTranscoding": false
}

Live Videos

Create a live

Authorizations:
OAuth2
Request Body schema: multipart/form-data
channelId
required
integer

Channel id that will contain this live video

name
required
string [ 3 .. 120 ] characters

Live video/replay name

category
integer (VideoCategorySet)

category id of the video (see /videos/categories)

commentsPolicy
integer (VideoCommentsPolicySet)
Enum: 1 2 3

Comments policy of the video (Enabled = 1, Disabled = 2, Requires Approval = 3)

description
string

Live video/replay description

downloadEnabled
boolean

Enable or disable downloading for the replay of this live video

language
string (VideoLanguageSet)

language id of the video (see /videos/languages)

latencyMode
integer
Enum: 1 2 3

User can select live latency mode if enabled by the instance

licence
integer (VideoLicenceSet)

licence id of the video (see /videos/licences)

nsfw
boolean

Whether or not this live video/replay contains sensitive content

nsfwFlags
integer (NSFWFlag)
Enum: 0 1 2 4

NSFW flags (can be combined using bitwise or operator)

  • 0 NONE
  • 1 VIOLENT
  • 2 EXPLICIT_SEX
nsfwSummary
any

More information about the sensitive content of the video

permanentLive
boolean

User can stream multiple times in a permanent live

previewfile
string <binary>
Deprecated

Deprecated in PeerTube v8.1, use thumbnailfile instead

privacy
integer (VideoPrivacySet)
Enum: 1 2 3 4 5

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

object (LiveVideoReplaySettings)
saveReplay
boolean
Array of objects (LiveSchedule)
support
string

A text tell the audience how to support the creator

tags
Array of strings [ 1 .. 5 ] items [ items [ 2 .. 30 ] characters ]

Live video/replay tags (maximum 5 tags each between 2 and 30 characters)

thumbnailfile
string <binary>

Live video/replay thumbnail file

Responses

Response samples

Content type
application/json
{
  • "video": {
    }
}

Get information about a live

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

Responses

Response samples

Content type
application/json
{
  • "rtmpUrl": "string",
  • "rtmpsUrl": "string",
  • "streamKey": "string",
  • "saveReplay": true,
  • "replaySettings": {
    },
  • "permanentLive": true,
  • "latencyMode": 1,
  • "schedules": [
    ]
}

Update information about a live

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

Request Body schema: application/json
latencyMode
integer
Enum: 1 2 3

User can select live latency mode if enabled by the instance

permanentLive
boolean

User can stream multiple times in a permanent live

object (LiveVideoReplaySettings)
saveReplay
boolean
Array of objects (LiveSchedule)

Responses

Request samples

Content type
application/json
{
  • "saveReplay": true,
  • "replaySettings": {
    },
  • "permanentLive": true,
  • "latencyMode": 1,
  • "schedules": [
    ]
}

List live sessions

List all sessions created in a particular live

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

query Parameters
sort
string
Example: sort=-createdAt

Sort column

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Get live session of a replay

If the video is a replay of a live, you can find the associated live session using this endpoint

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

header Parameters
x-peertube-video-password
string

Required on password protected video

Responses

Response samples

Content type
application/json
{
  • "id": 0,
  • "startDate": "2019-08-24T14:15:22Z",
  • "endDate": "2019-08-24T14:15:22Z",
  • "error": 1,
  • "replayVideo": {
    }
}

Channels Sync

Operations dealing with synchronizing PeerTube user's channel with channels of other platforms

Import videos in channel

Import a remote channel/playlist videos into a channel

Authorizations:
OAuth2
path Parameters
channelHandle
required
string
Example: my_username | my_username@example.com

The video channel handle

Request Body schema: application/json
externalChannelUrl
required
string
videoChannelSyncId
integer

If part of a channel sync process, specify its id to assign video imports to this channel synchronization

Responses

Request samples

Content type
application/json
{}

Create a synchronization for a video channel

Authorizations:
OAuth2
Request Body schema: application/json
externalChannelUrl
string
videoChannelId
integer (id) >= 1
videoPrivacy
integer

Privacy of imported videos (1 = PUBLIC, 2 = UNLISTED, 3 = PRIVATE, 4 = INTERNAL). Password protected privacy is not supported

Responses

Request samples

Content type
application/json
{}

Response samples

Content type
application/json
{
  • "videoChannelSync": {
    }
}

Delete a video channel synchronization

Authorizations:
OAuth2
path Parameters
channelSyncId
required
integer >= 1
Example: 42

Channel Sync id

Responses

Triggers the channel synchronization job, fetching all the videos from the remote channel

Authorizations:
OAuth2
path Parameters
channelSyncId
required
integer >= 1
Example: 42

Channel Sync id

Responses

List the synchronizations of video channels of an account

path Parameters
name
required
string
Example: chocobozzz | chocobozzz@example.org

The username or handle of the account

query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

includeCollaborations
boolean

PeerTube >= 8.0 Include objects from collaborated channels

sort
string
Example: sort=-createdAt

Sort column

start
integer >= 0

Offset used to paginate results

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Video Passwords

Operations on video passwords.

List video passwords

PeerTube >= 6.0

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

sort
string
Example: sort=-createdAt

Sort column

start
integer >= 0

Offset used to paginate results

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Update video passwords

PeerTube >= 6.0

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

Request Body schema: application/json
passwords
Array of strings (AddVideoPasswords) unique [ items >= 2 characters ]

Responses

Request samples

Content type
application/json
{
  • "passwords": [
    ]
}

Add a video password

PeerTube >= 8.0

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

Request Body schema: application/json
password
string

Responses

Request samples

Content type
application/json
{
  • "password": "string"
}

Delete a video password

PeerTube >= 6.0

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

passwordId
required
integer (id) >= 1
Example: 42

The video password id

Responses

Video Embed Privacy

Get video embed privacy

PeerTube >= 8.1

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

Responses

Response samples

Content type
application/json
{
  • "policy": {
    },
  • "domains": [
    ]
}

Update video embed privacy

PeerTube >= 8.1

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

Request Body schema: application/json
domains
Array of strings
policy
integer (VideoEmbedPrivacy)
Enum: 1 2 3 4

The video embed privacy level:

  • 1 All allowed: anyone can embed the video
  • 2 Allowlist: only the domains in the allowlist can embed the video
  • 3 Remote restrictions: the remote instance has restrictions on where the video can be embedded
  • 4 Nobody can embed this video

Responses

Request samples

Content type
application/json
{
  • "policy": 1,
  • "domains": [
    ]
}

Check if embed is allowed

PeerTube >= 8.1 Check if video embed is allowed on a specific domain according to the video embed privacy settings

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

query Parameters
domain
required
string

The domain to check if embed is allowed

Responses

Response samples

Content type
application/json
{
  • "domainAllowed": true,
  • "userBypassAllowed": true
}

Search

The search helps to find videos or channels from within the instance and beyond. Videos from other instances federated by the instance (that is, instances followed by the instance) can be found via keywords and other criteria of the advanced search.

Administrators can also enable the use of a remote search system, indexing videos and channels that may not be federated by the instance.

Search videos

query Parameters
string or Array of strings

PeerTube >= 6.2 Admins and moderators only filter on videos that contain one of these automatic tags

VideoCategorySet (integer) or Array of VideoCategorySet (integers)

category id of the video (see /videos/categories)

count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

durationMax
integer

Get videos that have this maximum duration

durationMin
integer

Get videos that have this minimum duration

endDate
string <date-time>

Get videos that are published before this date

excludeAlreadyWatched
boolean

Whether or not to exclude videos that are in the user's video history

hasHLSFiles
boolean

PeerTube >= 4.0 Display only videos that have HLS files

hasWebVideoFiles
boolean

PeerTube >= 6.0 Display only videos that have Web Video files

host
string

Find elements owned by this host

include
integer
Enum: 0 1 2 4 8 16 32

Only administrators and moderators can use this parameter

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
  • 16 CAPTIONS
  • 32 VIDEO SOURCE
includeScheduledLive
boolean

whether or not include live that are scheduled for later

isLive
boolean

whether or not the video is a live

isLocal
boolean

PeerTube >= 4.0 Display only local or remote objects

VideoLanguageSet (string) or Array of VideoLanguageSet (strings)

language id of the video (see /videos/languages). Use _unknown to filter on videos that don't have a video language

VideoLicenceSet (integer) or Array of VideoLicenceSet (integers)

licence id of the video (see /videos/licences)

nsfw
string
Enum: "true" "false"

whether to include nsfw videos, if any

nsfwFlagsExcluded
integer (NSFWFlag)
Enum: 0 1 2 4

NSFW flags (can be combined using bitwise or operator)

  • 0 NONE
  • 1 VIOLENT
  • 2 EXPLICIT_SEX
nsfwFlagsIncluded
integer (NSFWFlag)
Enum: 0 1 2 4

NSFW flags (can be combined using bitwise or operator)

  • 0 NONE
  • 1 VIOLENT
  • 2 EXPLICIT_SEX
originallyPublishedEndDate
string <date-time>

Get videos that are originally published before this date

originallyPublishedStartDate
string <date-time>

Get videos that are originally published after this date

privacyOneOf
integer (VideoPrivacySet)
Enum: 1 2 3 4 5

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

search
required
string

String to search. If the user can make a remote URI search, and the string is an URI then the PeerTube instance will fetch the remote object and add it to its database. Then, you can use the REST API to fetch the complete video information and interact with it.

searchTarget
string
Enum: "local" "search-index"

If the administrator enabled search index support, you can override the default search target.

Warning: If you choose to make an index search, PeerTube will get results from a third party service. It means the instance may not yet know the objects you fetched. If you want to load video/channel information:

  • If the current user has the ability to make a remote URI search (this information is available in the config endpoint), then reuse the search API to make a search using the object URI so PeerTube instance fetches the remote object and fill its database. After that, you can use the classic REST API endpoints to fetch the complete object or interact with it
  • If the current user doesn't have the ability to make a remote URI search, then redirect the user on the origin instance or fetch the data from the origin instance API
skipCount
string
Default: "false"
Enum: "true" "false"

if you don't need the total in the response

sort
string
Enum: "name" "-duration" "-createdAt" "-publishedAt" "-views" "-likes" "-comments" "-trending" "-hot" "-best"

Sort videos by criteria (prefixing with - means DESC order):

  • hot - Adaptation of Reddit "hot" algorithm taking into account video views, likes, dislikes and comments and publication date
  • best - Same than hot, but also takes into account user video history
  • trending - Sort videos by recent views ("recent" is defined by the admin)
  • views - Sort videos using their views counter
  • publishedAt - Sort by video publication date (when it became publicly available)
start
integer >= 0

Offset used to paginate results

startDate
string <date-time>

Get videos that are published after this date

integer or Array of integers

PeerTube >= 8.2 Admins and moderators only filter on videos that have one of these states

string or Array of strings

tag(s) of the video, where all should be present in the video

string or Array of strings

tag(s) of the video

uuids
Array of strings

Find elements with specific UUIDs

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Search channels

query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

handles
Array of strings

Find elements with these handles

host
string

Find elements owned by this host

search
required
string

String to search. If the user can make a remote URI search, and the string is an URI then the PeerTube instance will fetch the remote object and add it to its database. Then, you can use the REST API to fetch the complete channel information and interact with it.

searchTarget
string
Enum: "local" "search-index"

If the administrator enabled search index support, you can override the default search target.

Warning: If you choose to make an index search, PeerTube will get results from a third party service. It means the instance may not yet know the objects you fetched. If you want to load video/channel information:

  • If the current user has the ability to make a remote URI search (this information is available in the config endpoint), then reuse the search API to make a search using the object URI so PeerTube instance fetches the remote object and fill its database. After that, you can use the classic REST API endpoints to fetch the complete object or interact with it
  • If the current user doesn't have the ability to make a remote URI search, then redirect the user on the origin instance or fetch the data from the origin instance API
sort
string
Example: sort=-createdAt

Sort column

start
integer >= 0

Offset used to paginate results

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Search playlists

query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

host
string

Find elements owned by this host

search
required
string

String to search. If the user can make a remote URI search, and the string is an URI then the PeerTube instance will fetch the remote object and add it to its database. Then, you can use the REST API to fetch the complete playlist information and interact with it.

searchTarget
string
Enum: "local" "search-index"

If the administrator enabled search index support, you can override the default search target.

Warning: If you choose to make an index search, PeerTube will get results from a third party service. It means the instance may not yet know the objects you fetched. If you want to load video/channel information:

  • If the current user has the ability to make a remote URI search (this information is available in the config endpoint), then reuse the search API to make a search using the object URI so PeerTube instance fetches the remote object and fill its database. After that, you can use the classic REST API endpoints to fetch the complete object or interact with it
  • If the current user doesn't have the ability to make a remote URI search, then redirect the user on the origin instance or fetch the data from the origin instance API
sort
string
Example: sort=-createdAt

Sort column

start
integer >= 0

Offset used to paginate results

uuids
Array of strings

Find elements with specific UUIDs

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Abuses

Abuses deal with reports of local or remote videos/comments/accounts alike.

List my abuses

Authorizations:
OAuth2
query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

id
integer

only list the report with this id

sort
string
Enum: "-id" "-createdAt" "-state"

Sort abuses by criteria

start
integer >= 0

Offset used to paginate results

state
integer (AbuseStateSet)
Enum: 1 2 3

The abuse state (Pending = 1, Rejected = 2, Accepted = 3)

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

List abuses

Authorizations:
OAuth2
query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

filter
string
Enum: "video" "comment" "account"

only list account, comment or video reports

id
integer

only list the report with this id

predefinedReason
Array of strings (PredefinedAbuseReasons) <= 8 items
Items Enum: "violentOrAbusive" "hatefulOrAbusive" "spamOrMisleading" "privacy" "rights" "serverRules" "thumbnails" "captions"

predefined reason the listed reports should contain

search
string

plain search that will match with video titles, reporter names and more

searchReportee
string

only list reports of a specific reportee

searchReporter
string

only list reports of a specific reporter

searchVideo
string

only list reports of a specific video

searchVideoChannel
string

only list reports of a specific video channel

sort
string
Enum: "-id" "-createdAt" "-state"

Sort abuses by criteria

start
integer >= 0

Offset used to paginate results

state
integer (AbuseStateSet)
Enum: 1 2 3

The abuse state (Pending = 1, Rejected = 2, Accepted = 3)

videoIs
string
Enum: "deleted" "blacklisted"

only list deleted or blocklisted videos

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Report an abuse

You cannot report a video that you own or on which you are a collaborator (video channel editor).

Authorizations:
OAuth2
Request Body schema: application/json
required
reason
required
string [ 2 .. 3000 ] characters

Reason why the user reports this video

object
object
predefinedReasons
Array of strings (PredefinedAbuseReasons) <= 8 items
Items Enum: "violentOrAbusive" "hatefulOrAbusive" "spamOrMisleading" "privacy" "rights" "serverRules" "thumbnails" "captions"

Reason categories that help triage reports

object

Responses

Request samples

Content type
application/json
{
  • "reason": "string",
  • "predefinedReasons": [
    ],
  • "video": {
    },
  • "comment": {
    },
  • "account": {
    }
}

Response samples

Content type
application/json
{
  • "abuse": {
    }
}

Update an abuse

Authorizations:
OAuth2
path Parameters
abuseId
required
integer >= 1
Example: 42

Abuse id

Request Body schema: application/json
moderationComment
string [ 2 .. 3000 ] characters

Update the report comment visible only to the moderation team

state
integer (AbuseStateSet)
Enum: 1 2 3

The abuse state (Pending = 1, Rejected = 2, Accepted = 3)

Responses

Request samples

Content type
application/json
{
  • "state": 1,
  • "moderationComment": "string"
}

Delete an abuse

Authorizations:
OAuth2
path Parameters
abuseId
required
integer >= 1
Example: 42

Abuse id

Responses

List messages of an abuse

Authorizations:
OAuth2
path Parameters
abuseId
required
integer >= 1
Example: 42

Abuse id

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Add message to an abuse

Authorizations:
OAuth2
path Parameters
abuseId
required
integer >= 1
Example: 42

Abuse id

Request Body schema: application/json
required
message
required
string [ 2 .. 3000 ] characters

Message to send

Responses

Request samples

Content type
application/json
{
  • "message": "string"
}

Delete an abuse message

Authorizations:
OAuth2
path Parameters
abuseId
required
integer >= 1
Example: 42

Abuse id

abuseMessageId
required
integer >= 1
Example: 42

Abuse message id

Responses

Video Blocks

Operations dealing with blocking videos (removing them from view and preventing interactions).

Block a video

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

Request Body schema: application/json
internalNote
string

Internal note for moderators/admins

reason
string

Reason for the block (public)

unfederate
boolean

Whether to unfederate the video

Responses

Request samples

Content type
application/json
{
  • "reason": "string",
  • "unfederate": true,
  • "internalNote": "string"
}

Update a video block

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

Request Body schema: application/json
internalNote
string

Internal note for moderators/admins

reason
string

Reason for the block (displayed publicly)

Responses

Request samples

Content type
application/json
{
  • "reason": "string",
  • "internalNote": "string"
}

Unblock a video by its id

Authorizations:
OAuth2
path Parameters
required
id (integer) or UUIDv4 (string) or shortUUID (string)

The object id, uuid or short uuid

Responses

List video blocks

Authorizations:
OAuth2
query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

search
string

plain search that will match with video titles, and more

sort
string
Enum: "-id" "name" "-duration" "-views" "-likes" "-dislikes" "-uuid" "-createdAt"

Sort blocklists by criteria

start
integer >= 0

Offset used to paginate results

type
integer
Enum: 1 2

list only blocks that match this type:

  • 1: manual block
  • 2: automatic block that needs review

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Account Blocklist

Get block status of accounts/hosts

query Parameters
accounts
Array of strings
Example: accounts=goofy@example.com&accounts=donald@example.com

Check if these accounts are blocked

hosts
Array of strings
Example: hosts=example.com

Check if these hosts are blocked

Responses

Response samples

Content type
application/json
{
  • "accounts": {
    },
  • "hosts": {
    }
}

List accounts blocked by my account

Get the list of accounts that the authenticated user has blocked

Authorizations:
OAuth2
query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

search
string

Search query string

sort
string
Example: sort=-createdAt

Sort column

start
integer >= 0

Offset used to paginate results

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Block an account by my account

Add an account to the authenticated user's blocklist

Authorizations:
OAuth2
Request Body schema: application/json
required
accountName
required
string

Account name to block (format: name@host)

Responses

Request samples

Content type
application/json
{
  • "accountName": "user@example.com"
}

Unblock an account by my account

Remove an account from the authenticated user's blocklist

Authorizations:
OAuth2
path Parameters
accountName
required
string
Example: user@example.com

Account name to unblock (format: name@host)

Responses

List servers blocked by my account

Get the list of servers that the authenticated user has blocked

Authorizations:
OAuth2
query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

search
string

Search query string

sort
string
Example: sort=-createdAt

Sort column

start
integer >= 0

Offset used to paginate results

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Block a server by my account

Add a server to the authenticated user's blocklist

Authorizations:
OAuth2
Request Body schema: application/json
required
host
required
string

Server host to block

Responses

Request samples

Content type
application/json
{
  • "host": "example.com"
}

Unblock a server by my account

Remove a server from the authenticated user's blocklist

Authorizations:
OAuth2
path Parameters
host
required
string
Example: example.com

Server host to unblock

Responses

Server Blocklist

Get block status of accounts/hosts

query Parameters
accounts
Array of strings
Example: accounts=goofy@example.com&accounts=donald@example.com

Check if these accounts are blocked

hosts
Array of strings
Example: hosts=example.com

Check if these hosts are blocked

Responses

Response samples

Content type
application/json
{
  • "accounts": {
    },
  • "hosts": {
    }
}

List blocked accounts by server

Authorizations:
OAuth2
query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

sort
string
Example: sort=-createdAt

Sort column

start
integer >= 0

Offset used to paginate results

subscriptionName
string

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Block an account by server

Authorizations:
OAuth2
Request Body schema: application/json
accountName
required
string

account to block, in the form username@domain

Responses

Request samples

Content type
application/json
{
  • "accountName": "chocobozzz@example.org"
}

Unblock an account by server

Authorizations:
OAuth2
path Parameters
accountName
required
string

account to unblock, in the form username@domain

Responses

List blocked servers by server

Authorizations:
OAuth2
query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

sort
string
Example: sort=-createdAt

Sort column

start
integer >= 0

Offset used to paginate results

subscriptionName
string

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Block a server by server

Authorizations:
OAuth2
Request Body schema: application/json
host
required
string <hostname>

server domain to block

Responses

Request samples

Content type
application/json
{
  • "host": "example.com"
}

Unblock a server by server

Authorizations:
OAuth2
path Parameters
host
required
string <hostname>

server domain to unblock

Responses

List server blocklist subscriptions

Authorizations:
OAuth2
query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

search
string

Plain text search, applied to various parts of the model depending on endpoint

sort
string
Example: sort=-createdAt

Sort column

start
integer >= 0

Offset used to paginate results

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Add a server blocklist subscription

Authorizations:
OAuth2
Request Body schema: application/json
url
required
string <url>

Responses

Request samples

Content type
application/json
{
  • "url": "string"
}

Response samples

Content type
application/json
{
  • "id": 42,
  • "name": "string",
  • "url": "string",
  • "mutedAccountsCount": 0,
  • "mutedServersCount": 0,
  • "lastSyncAt": "2019-08-24T14:15:22Z",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z"
}

Delete a server blocklist subscription

Authorizations:
OAuth2
path Parameters
id
required
integer

Responses

List publicly shared server blocklist log entries

query Parameters
startDate
required
string <date-time>

Responses

Response samples

Content type
application/json
{
  • "name": "string",
  • "actions": [
    ]
}

Automatic Tags

Automatic tags set on objects (like comments or videos) by specific rules (external link, watched words, etc.)

Get account auto tag policies on comments

PeerTube >= 6.2

Authorizations:
OAuth2
path Parameters
accountName
required
string

account name to get auto tag policies

Responses

Response samples

Content type
application/json
{
  • "review": [
    ]
}

Update account auto tag policies on comments

PeerTube >= 6.2

Authorizations:
OAuth2
path Parameters
accountName
required
string

account name to update auto tag policies

Request Body schema: application/json
review
Array of strings

Auto tags that automatically set the comment in review state

Responses

Request samples

Content type
application/json
{
  • "review": [
    ]
}

Get account available auto tags

PeerTube >= 6.2

Authorizations:
OAuth2
path Parameters
accountName
required
string

account name to get auto tag policies

Responses

Response samples

Content type
application/json
{
  • "available": [
    ]
}

Get server available auto tags

PeerTube >= 6.2

Authorizations:
OAuth2

Responses

Response samples

Content type
application/json
{
  • "available": [
    ]
}

Get server auto tag policies for videos

PeerTube >= 8.3

Authorizations:
OAuth2

Responses

Response samples

Content type
application/json
{
  • "autoBlock": [
    ]
}

Update server auto tag policies for videos

PeerTube >= 8.3

Authorizations:
OAuth2
Request Body schema: application/json
autoBlock
Array of strings

Auto tags that will automatically block videos matching these tags

Responses

Request samples

Content type
application/json
{
  • "autoBlock": [
    ]
}

Watched Words

Manage list of watched words to detect patterns on objects (like comments of videos)

List account watched words

PeerTube >= 6.2

Authorizations:
OAuth2
path Parameters
accountName
required
string

account name to list watched words

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Add account watched words

PeerTube >= 6.2

Authorizations:
OAuth2
path Parameters
accountName
required
string
Request Body schema: application/json
listName
string
words
Array of strings

Responses

Request samples

Content type
application/json
{
  • "listName": "string",
  • "words": [
    ]
}

Response samples

Content type
application/json
{
  • "watchedWordsList": {
    }
}

Update account watched words

PeerTube >= 6.2

Authorizations:
OAuth2
path Parameters
accountName
required
string
listId
required
string

list of watched words to update

Request Body schema: application/json
listName
string
words
Array of strings

Responses

Request samples

Content type
application/json
{
  • "listName": "string",
  • "words": [
    ]
}

Delete account watched words

PeerTube >= 6.2

Authorizations:
OAuth2
path Parameters
accountName
required
string
listId
required
string

list of watched words to delete

Responses

List server watched words

PeerTube >= 6.2

Authorizations:
OAuth2

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Add server watched words

PeerTube >= 6.2

Authorizations:
OAuth2
Request Body schema: application/json
listName
string
words
Array of strings

Responses

Request samples

Content type
application/json
{
  • "listName": "string",
  • "words": [
    ]
}

Response samples

Content type
application/json
{
  • "watchedWordsList": {
    }
}

Update server watched words

PeerTube >= 6.2

Authorizations:
OAuth2
path Parameters
listId
required
string

list of watched words to update

Request Body schema: application/json
listName
string
words
Array of strings

Responses

Request samples

Content type
application/json
{
  • "listName": "string",
  • "words": [
    ]
}

Delete server watched words

PeerTube >= 6.2

Authorizations:
OAuth2
path Parameters
listId
required
string

list of watched words to delete

Responses

List account watched words subscriptions

Authorizations:
OAuth2
path Parameters
accountName
required
string

account name to list watched words subscriptions

query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

search
string

Plain text search, applied to various parts of the model depending on endpoint

sort
string
Example: sort=-createdAt

Sort column

start
integer >= 0

Offset used to paginate results

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Add account watched words subscription

Authorizations:
OAuth2
path Parameters
accountName
required
string
Request Body schema: application/json
url
required
string <url>

Responses

Request samples

Content type
application/json
{
  • "url": "string"
}

Response samples

Content type
application/json
{
  • "id": 42,
  • "name": "string",
  • "url": "string",
  • "importedWordsCount": 0,
  • "lastSyncAt": "2021-05-04T08:01:01.502Z",
  • "state": {
    },
  • "updatedAt": "2021-05-04T08:01:01.502Z",
  • "createdAt": "2021-05-04T08:01:01.502Z"
}

Delete account watched words subscription

Authorizations:
OAuth2
path Parameters
accountName
required
string
id
required
integer

Responses

List server watched words subscriptions

Authorizations:
OAuth2
query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

search
string

Plain text search, applied to various parts of the model depending on endpoint

sort
string
Example: sort=-createdAt

Sort column

start
integer >= 0

Offset used to paginate results

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Add server watched words subscription

Authorizations:
OAuth2
Request Body schema: application/json
url
required
string <url>

Responses

Request samples

Content type
application/json
{
  • "url": "string"
}

Response samples

Content type
application/json
{
  • "id": 42,
  • "name": "string",
  • "url": "string",
  • "importedWordsCount": 0,
  • "lastSyncAt": "2021-05-04T08:01:01.502Z",
  • "state": {
    },
  • "updatedAt": "2021-05-04T08:01:01.502Z",
  • "createdAt": "2021-05-04T08:01:01.502Z"
}

Delete server watched words subscription

Authorizations:
OAuth2
path Parameters
id
required
integer

Responses

Config

Each server exposes public information regarding supported videos and options.

Get instance public configuration

Responses

Response samples

Content type
application/json
{
  • "client": {
    },
  • "defaults": {
    },
  • "webadmin": {
    },
  • "instance": {},
  • "search": {
    },
  • "plugin": {
    },
  • "theme": {
    },
  • "email": {
    },
  • "contactForm": {
    },
  • "serverVersion": "8.3.0-rc.1-nightly-2026-09-10",
  • "serverCommit": "",
  • "transcoding": {
    },
  • "live": {
    },
  • "videoStudio": {
    },
  • "videoFile": {
    },
  • "videoTranscription": {
    },
  • "import": {
    },
  • "export": {
    },
  • "autoBlacklist": {
    },
  • "avatar": {
    },
  • "banner": {
    },
  • "logo": {
    },
  • "video": {
    },
  • "videoCaption": {
    },
  • "user": {
    },
  • "videoChannels": {
    },
  • "trending": {
    },
  • "tracker": {
    },
  • "followings": {},
  • "blocklist": {
    },
  • "federation": {
    },
  • "broadcastMessage": {
    },
  • "homepage": {
    },
  • "openTelemetry": {
    },
  • "views": {
    },
  • "storyboards": {
    },
  • "webrtc": {
    },
  • "nsfwFlagsSettings": {
    },
  • "fieldsConstraints": {
    },
  • "signup": {
    }
}

Get instance "About" information

Responses

Response samples

Content type
application/json
{}

Get instance runtime configuration

Authorizations:
OAuth2

Responses

Response samples

Content type
application/json
{
  • "instance": {
    },
  • "theme": {
    },
  • "services": {
    },
  • "cache": {
    },
  • "signup": {
    },
  • "admin": {
    },
  • "contactForm": {
    },
  • "user": {
    },
  • "transcoding": {
    },
  • "import": {
    },
  • "autoBlacklist": {
    },
  • "blocklist": {
    },
  • "followers": {
    },
  • "storyboard": {
    },
  • "defaults": {
    }
}

Set instance runtime configuration

Authorizations:
OAuth2

Responses

Delete instance runtime configuration

Authorizations:
OAuth2

Responses

Update instance banner

Authorizations:
OAuth2
Request Body schema: multipart/form-data
bannerfile
string <binary>

The file to upload.

Responses

Delete instance banner

Authorizations:
OAuth2

Responses

Update instance avatar

Authorizations:
OAuth2
Request Body schema: multipart/form-data
avatarfile
string <binary>

The file to upload.

Responses

Delete instance avatar

Authorizations:
OAuth2

Responses

Update instance logo

Authorizations:
OAuth2
path Parameters
logoType
required
string
Enum: "favicon" "header-wide" "header-square" "opengraph"
Request Body schema: multipart/form-data
logofile
string <binary>

The file to upload.

Responses

Delete instance logo

Authorizations:
OAuth2
path Parameters
logoType
required
string
Enum: "favicon" "header-wide" "header-square" "opengraph"

Responses

Client Config

Configuration of the web client.

Update client language Deprecated

Set a cookie so that the next time the client refreshes the HTML of the web interface, PeerTube uses the selected language.

Request Body schema: application/json
required
language
required
string or null

Language code to set

Responses

Request samples

Content type
application/json
{
  • "language": "en-US"
}

Update client language

Set a cookie so that the next time the client refreshes the HTML of the web interface, PeerTube uses the selected language.

Request Body schema: application/json
required
language
required
string or null

Language code to set, or null to clear the preference

Responses

Request samples

Content type
application/json
{
  • "language": "en-US"
}

Homepage

Get and update the custom homepage

Get instance custom homepage

Responses

Response samples

Content type
application/json
{
  • "content": "string"
}

Set instance custom homepage

Authorizations:
OAuth2
Request Body schema: application/json
content
string

content of the homepage, that will be injected in the client

Responses

Request samples

Content type
application/json
{
  • "content": "string"
}

Instance Follows

Managing servers which the instance interacts with is crucial to the concept of federation in PeerTube and external video indexation. The PeerTube server then deals with inter-server ActivityPub operations and propagates information across its social graph by posting activities to actors' inbox endpoints.

List instances following the server

query Parameters
actorType
string
Enum: "Person" "Application" "Group" "Service" "Organization"
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

sort
string
Example: sort=-createdAt

Sort column

start
integer >= 0

Offset used to paginate results

state
string
Enum: "pending" "accepted"

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Remove or reject a follower to your server

Authorizations:
OAuth2
path Parameters
handle
required
string <email>

The remote actor handle to remove from your followers

Responses

Reject a pending follower to your server

Authorizations:
OAuth2
path Parameters
handle
required
string <email>

The remote actor handle to remove from your followers

Responses

Accept a pending follower to your server

Authorizations:
OAuth2
path Parameters
handle
required
string <email>

The remote actor handle to remove from your followers

Responses

List instances followed by the server

query Parameters
actorType
string
Enum: "Person" "Application" "Group" "Service" "Organization"
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

sort
string
Example: sort=-createdAt

Sort column

start
integer >= 0

Offset used to paginate results

state
string
Enum: "pending" "accepted"

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Follow a list of actors (PeerTube instance, channel or account)

Authorizations:
OAuth2
Request Body schema: application/json
handles
Array of strings unique
hosts
Array of strings <hostname> unique [ items <hostname > ]

Responses

Request samples

Content type
application/json
{
  • "hosts": [
    ],
  • "handles": [
    ]
}

Unfollow an actor (PeerTube instance, channel or account)

Authorizations:
OAuth2
path Parameters
hostOrHandle
required
string

The hostOrHandle to unfollow

Responses

Instance Redundancy

Redundancy is part of the inter-server solidarity that PeerTube fosters. Manage the list of instances you wish to help by seeding their videos according to the policy of video selection of your choice. Note that you have a similar functionality to mirror individual videos, see video mirroring.

Update a server redundancy policy

Authorizations:
OAuth2
path Parameters
host
required
string <hostname>

server domain to mirror

Request Body schema: application/json
redundancyAllowed
required
boolean

allow mirroring of the host's local videos

Responses

Request samples

Content type
application/json
{
  • "redundancyAllowed": true
}

Plugins

Managing plugins installed from a local path or from NPM, or search for new ones.

List plugins

Authorizations:
OAuth2
query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

pluginType
integer
sort
string
Example: sort=-createdAt

Sort column

start
integer >= 0

Offset used to paginate results

uninstalled
boolean

Responses

Response samples

Content type
application/json
{}

List available plugins

Authorizations:
OAuth2
query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

currentPeerTubeEngine
string
pluginType
integer
search
string
sort
string
Example: sort=-createdAt

Sort column

start
integer >= 0

Offset used to paginate results

Responses

Response samples

Content type
application/json
{}

Install a plugin

Authorizations:
OAuth2
Request Body schema: application/json
One of
npmName
required
string

Responses

Request samples

Content type
application/json
{
  • "path": "string"
}

Update a plugin

Authorizations:
OAuth2
Request Body schema: application/json
One of
npmName
required
string

Responses

Request samples

Content type
application/json
{
  • "path": "string"
}

Uninstall a plugin

Authorizations:
OAuth2
Request Body schema: application/json
npmName
required
string

name of the plugin/theme in its package.json

Responses

Request samples

Content type
application/json
{
  • "npmName": "peertube-plugin-auth-ldap"
}

Get a plugin

Authorizations:
OAuth2
path Parameters
npmName
required
string
Example: peertube-plugin-auth-ldap

name of the plugin/theme on npmjs.com or in its package.json

Responses

Response samples

Content type
application/json
{}

Set a plugin's settings

Authorizations:
OAuth2
path Parameters
npmName
required
string
Example: peertube-plugin-auth-ldap

name of the plugin/theme on npmjs.com or in its package.json

Request Body schema: application/json
object

Responses

Request samples

Content type
application/json
{
  • "settings": { }
}

Get a plugin's public settings

path Parameters
npmName
required
string
Example: peertube-plugin-auth-ldap

name of the plugin/theme on npmjs.com or in its package.json

Responses

Response samples

Content type
application/json
{ }

Get a plugin's registered settings

Authorizations:
OAuth2
path Parameters
npmName
required
string
Example: peertube-plugin-auth-ldap

name of the plugin/theme on npmjs.com or in its package.json

Responses

Response samples

Content type
application/json
{ }

Stats

Statistics

Get instance stats

Get instance public statistics. This endpoint is cached.

Responses

Response samples

Content type
application/json
{
  • "totalUsers": 0,
  • "totalDailyActiveUsers": 0,
  • "totalWeeklyActiveUsers": 0,
  • "totalMonthlyActiveUsers": 0,
  • "totalModerators": 0,
  • "totalAdmins": 0,
  • "totalLocalVideos": 0,
  • "totalLocalVideoViews": 0,
  • "totalLocalVideoDownloads": 0,
  • "totalLocalVideoComments": 0,
  • "totalLocalVideoFilesSize": 0,
  • "totalVideos": 0,
  • "totalVideoComments": 0,
  • "totalLocalVideoChannels": 0,
  • "totalLocalDailyActiveVideoChannels": 0,
  • "totalLocalWeeklyActiveVideoChannels": 0,
  • "totalLocalMonthlyActiveVideoChannels": 0,
  • "totalLocalPlaylists": 0,
  • "totalInstanceFollowers": 0,
  • "totalInstanceFollowing": 0,
  • "videosRedundancy": [
    ],
  • "totalActivityPubMessagesProcessed": 0,
  • "totalActivityPubMessagesSuccesses": 0,
  • "totalActivityPubMessagesErrors": 0,
  • "activityPubMessagesProcessedPerSecond": 0,
  • "totalActivityPubMessagesWaiting": 0,
  • "averageRegistrationRequestResponseTimeMs": 0,
  • "totalRegistrationRequestsProcessed": 0,
  • "totalRegistrationRequests": 0,
  • "averageAbuseResponseTimeMs": 0,
  • "totalAbusesProcessed": 0,
  • "totalAbuses": 0
}

Create playback metrics

These metrics are exposed by OpenTelemetry metrics exporter if enabled.

Request Body schema: application/json
downloadedBytesHTTP
required
number

How many bytes were downloaded with HTTP since the last metric creation

downloadedBytesP2P
required
number

How many bytes were downloaded with P2P since the last metric creation

errors
required
number

How many errors occurred since the last metric creation

p2pEnabled
required
boolean
playerMode
required
string
Enum: "p2p-media-loader" "web-video"
resolutionChanges
required
number

How many resolution changes occurred since the last metric creation

uploadedBytesP2P
required
number

How many bytes were uploaded with P2P since the last metric creation

required
id (integer) or UUIDv4 (string) or shortUUID (string)
bufferStalled
number

How many times buffer has been stalled since the last metric creation

fps
number

Current player video fps

p2pPeers
number

P2P peers connected (doesn't include WebSeed peers)

resolution
number

Current player video resolution

Responses

Request samples

Content type
application/json
{
  • "playerMode": "p2p-media-loader",
  • "resolution": 0,
  • "fps": 0,
  • "p2pEnabled": true,
  • "p2pPeers": 0,
  • "resolutionChanges": 0,
  • "bufferStalled": 0,
  • "errors": 0,
  • "downloadedBytesP2P": 0,
  • "downloadedBytesHTTP": 0,
  • "uploadedBytesP2P": 0,
  • "videoId": 42
}

Logs

Operations dealing with client, server and audit logs.

Send client log

Request Body schema: application/json
level
required
any
Enum: "error" "warn"
message
required
string
url
required
string

URL of the current user page

meta
string

Additional information regarding this log

stackTrace
string

Stack trace of the error if there is one

userAgent
string

User agent of the web browser that sends the message

Responses

Request samples

Content type
application/json
{
  • "message": "string",
  • "url": "string",
  • "level": "error",
  • "stackTrace": "string",
  • "userAgent": "string",
  • "meta": "string"
}

Get instance logs

Authorizations:
OAuth2

Responses

Response samples

Content type
application/json
[
  • "string"
]

Get instance audit logs

Authorizations:
OAuth2

Responses

Response samples

Content type
application/json
[
  • "string"
]

Job

Jobs are long-running tasks enqueued and processed by the instance itself. No additional worker registration is currently available.

Pause job queue

Authorizations:
OAuth2

Responses

Resume job queue

Authorizations:
OAuth2

Responses

List instance jobs

Authorizations:
OAuth2
path Parameters
state
required
string
Enum: "" "active" "completed" "failed" "waiting" "delayed"

The state of the job ('' for for no filter)

query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

jobType
string (JobType)
Enum: "activitypub-cleaner" "activitypub-follow" "activitypub-http-broadcast" "activitypub-http-broadcast-parallel" "activitypub-http-fetcher" "activitypub-http-unicast" "activitypub-refresher" "actor-keys" "after-video-channel-import" "build-automatic-tags" "build-object-automatic-tags" "create-user-export" "email" "federate-video" "generate-video-storyboard" "import-user-archive" "manage-video-torrent" "move-to-file-system" "move-to-object-storage" "notify" "transcoding-job-builder" "video-channel-import" "video-file-import" "video-import" "video-live-ending" "video-redundancy" "video-studio-edition" "video-transcoding" "video-transcription" "videos-stats"

job type

sort
string
Example: sort=-createdAt

Sort column

start
integer >= 0

Offset used to paginate results

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Cancel a job

Abort a running job and its underlying ffmpeg/child process. Only active jobs that support cancellation can be cancelled.

Authorizations:
OAuth2
path Parameters
jobId
required
string

The id of the job to cancel

jobType
required
string (JobType)
Enum: "activitypub-cleaner" "activitypub-follow" "activitypub-http-broadcast" "activitypub-http-broadcast-parallel" "activitypub-http-fetcher" "activitypub-http-unicast" "activitypub-refresher" "actor-keys" "after-video-channel-import" "build-automatic-tags" "build-object-automatic-tags" "create-user-export" "email" "federate-video" "generate-video-storyboard" "import-user-archive" "manage-video-torrent" "move-to-file-system" "move-to-object-storage" "notify" "transcoding-job-builder" "video-channel-import" "video-file-import" "video-import" "video-live-ending" "video-redundancy" "video-studio-edition" "video-transcoding" "video-transcription" "videos-stats"

The type of the job to cancel

Responses

Runner Registration Token

Manage runner registration tokens.

Generate registration token

Generate a new runner registration token

Authorizations:
OAuth2

Responses

Remove registration token

Remove a registration token. Runners that used this token for their registration are automatically removed.

Authorizations:
OAuth2
path Parameters
registrationTokenId
required
integer

Responses

List registration tokens

Authorizations:
OAuth2
query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

sort
string
Value: "createdAt"

Sort registration tokens by criteria

start
integer >= 0

Offset used to paginate results

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Runner Jobs

Manage runner jobs and runner-side job execution.

Request a new job

API used by PeerTube runners

Request Body schema: application/json
runnerToken
required
string
jobTypes
Array of strings

Filter jobs depending on their types

Responses

Request samples

Content type
application/json
{
  • "runnerToken": "string",
  • "jobTypes": [
    ]
}

Response samples

Content type
application/json
{
  • "availableJobs": [
    ]
}

Accept job

API used by PeerTube runners

path Parameters
jobUUID
required
string <uuid> (UUIDv4) = 36 characters ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]...
Example: 9c9de5e8-0a1e-484a-b099-e80766180a6d
Request Body schema: application/json
runnerToken
required
string

Responses

Request samples

Content type
application/json
{
  • "runnerToken": "string"
}

Response samples

Content type
application/json
{
  • "job": {
    }
}

Abort job

API used by PeerTube runners

path Parameters
jobUUID
required
string <uuid> (UUIDv4) = 36 characters ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]...
Example: 9c9de5e8-0a1e-484a-b099-e80766180a6d
Request Body schema: application/json
jobToken
required
string
reason
required
string

Why the runner aborts this job

runnerToken
required
string

Responses

Request samples

Content type
application/json
{
  • "runnerToken": "string",
  • "jobToken": "string",
  • "reason": "string"
}

Update job

API used by PeerTube runners

path Parameters
jobUUID
required
string <uuid> (UUIDv4) = 36 characters ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]...
Example: 9c9de5e8-0a1e-484a-b099-e80766180a6d
Request Body schema: application/json
jobToken
required
string
runnerToken
required
string
object
progress
integer

Update job progression percentage (optional)

Responses

Request samples

Content type
application/json
{
  • "runnerToken": "string",
  • "jobToken": "string",
  • "progress": 0,
  • "payload": {
    }
}

Post job error

API used by PeerTube runners

path Parameters
jobUUID
required
string <uuid> (UUIDv4) = 36 characters ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]...
Example: 9c9de5e8-0a1e-484a-b099-e80766180a6d
Request Body schema: application/json
jobToken
required
string
message
required
string

Why the runner failed to process this job

runnerToken
required
string

Responses

Request samples

Content type
application/json
{
  • "runnerToken": "string",
  • "jobToken": "string",
  • "message": "string"
}

Post job success

API used by PeerTube runners

path Parameters
jobUUID
required
string <uuid> (UUIDv4) = 36 characters ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]...
Example: 9c9de5e8-0a1e-484a-b099-e80766180a6d
Request Body schema: application/json
jobToken
required
string
required
VOD web video transcoding (object) or VOD HLS transcoding (object) or VOD audio merge transcoding (object) or Live RTMP to HLS transcoding (object)
runnerToken
required
string

Responses

Request samples

Content type
application/json
{
  • "runnerToken": "string",
  • "jobToken": "string",
  • "payload": {
    }
}

Download the max-quality audio file for a job video

API used by PeerTube runners.

path Parameters
jobUUID
required
string <uuid> (UUIDv4) = 36 characters ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]...
Example: 9c9de5e8-0a1e-484a-b099-e80766180a6d
required
id (integer) or UUIDv4 (string) or shortUUID (string)

Video id or UUID

Request Body schema: application/json
required
jobToken
required
string
runnerToken
required
string

Responses

Request samples

Content type
application/json
{
  • "runnerToken": "string",
  • "jobToken": "string"
}

Download the max-quality video file for a job video

API used by PeerTube runners.

path Parameters
jobUUID
required
string <uuid> (UUIDv4) = 36 characters ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]...
Example: 9c9de5e8-0a1e-484a-b099-e80766180a6d
required
id (integer) or UUIDv4 (string) or shortUUID (string)

Video id or UUID

Request Body schema: application/json
required
jobToken
required
string
runnerToken
required
string

Responses

Request samples

Content type
application/json
{
  • "runnerToken": "string",
  • "jobToken": "string"
}

Download the max-quality thumbnail for a job video

API used by PeerTube runners.

path Parameters
jobUUID
required
string <uuid> (UUIDv4) = 36 characters ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]...
Example: 9c9de5e8-0a1e-484a-b099-e80766180a6d
required
id (integer) or UUIDv4 (string) or shortUUID (string)

Video id or UUID

Request Body schema: application/json
required
jobToken
required
string
runnerToken
required
string

Responses

Request samples

Content type
application/json
{
  • "runnerToken": "string",
  • "jobToken": "string"
}

Download the max-quality preview for a job video

API used by PeerTube runners.

path Parameters
jobUUID
required
string <uuid> (UUIDv4) = 36 characters ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]...
Example: 9c9de5e8-0a1e-484a-b099-e80766180a6d
required
id (integer) or UUIDv4 (string) or shortUUID (string)

Video id or UUID

Request Body schema: application/json
required
jobToken
required
string
runnerToken
required
string

Responses

Request samples

Content type
application/json
{
  • "runnerToken": "string",
  • "jobToken": "string"
}

Download a video studio task file for a job video

API used by PeerTube runners.

path Parameters
filename
required
string

Name of the task file to download

jobUUID
required
string <uuid> (UUIDv4) = 36 characters ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]...
Example: 9c9de5e8-0a1e-484a-b099-e80766180a6d
required
id (integer) or UUIDv4 (string) or shortUUID (string)

Video id or UUID

Request Body schema: application/json
required
jobToken
required
string
runnerToken
required
string

Responses

Request samples

Content type
application/json
{
  • "runnerToken": "string",
  • "jobToken": "string"
}

Cancel a job

Authorizations:
OAuth2
path Parameters
jobUUID
required
string <uuid> (UUIDv4) = 36 characters ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]...
Example: 9c9de5e8-0a1e-484a-b099-e80766180a6d

Responses

Delete a job

The endpoint will first cancel the job if needed, and then remove it from the database. Children jobs will also be removed

Authorizations:
OAuth2
path Parameters
jobUUID
required
string <uuid> (UUIDv4) = 36 characters ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]...
Example: 9c9de5e8-0a1e-484a-b099-e80766180a6d

Responses

List jobs

Authorizations:
OAuth2
query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

search
string

Plain text search, applied to various parts of the model depending on endpoint

sort
string
Enum: "updatedAt" "createdAt" "priority" "state" "progress"

Sort runner jobs by criteria

start
integer >= 0

Offset used to paginate results

stateOneOf
Array of integers (RunnerJobState)
Items Enum: 1 2 3 4 5 6 7 8
typeOneOf
Array of strings (RunnerJobType)
Items Enum: "vod-web-video-transcoding" "vod-hls-transcoding" "vod-audio-merge-transcoding" "live-rtmp-hls-transcoding"

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}

Runners

Register, list and remove remote runners.

Register a new runner

API used by PeerTube runners

Request Body schema: application/json
name
required
string
registrationToken
required
string
description
string

Responses

Request samples

Content type
application/json
{
  • "registrationToken": "string",
  • "name": "string",
  • "description": "string"
}

Response samples

Content type
application/json
{
  • "id": 0,
  • "runnerToken": "string"
}

Unregister a runner

API used by PeerTube runners

Request Body schema: application/json
runnerToken
required
string

Responses

Request samples

Content type
application/json
{
  • "runnerToken": "string"
}

Delete a runner

Authorizations:
OAuth2
path Parameters
runnerId
required
integer
Request Body schema: application/json
runnerToken
required
string

Responses

Request samples

Content type
application/json
{
  • "runnerToken": "string"
}

List runners

Authorizations:
OAuth2
query Parameters
count
integer [ 1 .. 100 ]
Default: 15

Number of items to return

sort
string
Value: "createdAt"

Sort runners by criteria

start
integer >= 0

Offset used to paginate results

Responses

Response samples

Content type
application/json
{
  • "total": 1,
  • "data": [
    ]
}