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>Sat, 16 May 2026 03:03:51 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[SINGULARITY - Painterly Space Adventure - Judah Hansen]]></title>
            <link>https://peertube2.cpy.re/w/4pSeQCu9XXz9wWMh5gTNMf;threadId=191769</link>
            <guid>https://peertube2.cpy.re/w/4pSeQCu9XXz9wWMh5gTNMf;threadId=191769</guid>
            <pubDate>Sat, 16 May 2026 00:21:15 GMT</pubDate>
            <content:encoded><![CDATA[<p><span><a href="https://video.blender.org/accounts/blender" class="u-url mention" target="_blank" rel="noopener noreferrer">@<span>blender</span></a></span> Happy that this channel is posting again! It's a shame that much of Blender's content is limited to proprietary platforms at the moment.</p>]]></content:encoded>
            <dc:creator>Judah Hansen</dc:creator>
        </item>
        <item>
            <title><![CDATA[SINGULARITY - Painterly Space Adventure - Ishaan Arora]]></title>
            <link>https://peertube2.cpy.re/w/4pSeQCu9XXz9wWMh5gTNMf;threadId=191767</link>
            <guid>https://peertube2.cpy.re/w/4pSeQCu9XXz9wWMh5gTNMf;threadId=191767</guid>
            <pubDate>Fri, 15 May 2026 23:19:28 GMT</pubDate>
            <content:encoded><![CDATA[<p><span><a href="https://video.blender.org/accounts/blender" class="u-url mention" target="_blank" rel="noopener noreferrer">@<span>blender</span></a></span> I loved the movie, beautiful music and visuals ❤️ </p><p>Is there a name for the cute main character?</p>]]></content:encoded>
            <dc:creator>Ishaan Arora</dc:creator>
        </item>
        <item>
            <title><![CDATA[Terreur chez les ultra-riches : le retour de la taxe Zucman - Papyli]]></title>
            <link>https://peertube2.cpy.re/w/kpefjMQyBXydWUysVQxCeJ;threadId=191766</link>
            <guid>https://peertube2.cpy.re/w/kpefjMQyBXydWUysVQxCeJ;threadId=191766</guid>
            <pubDate>Fri, 15 May 2026 22:06:04 GMT</pubDate>
            <content:encoded><![CDATA[<p><span><a href="https://video.blast-info.fr/accounts/blast" class="u-url mention" target="_blank" rel="noopener noreferrer">@<span>blast</span></a></span> averti par avance ils vont faire le nécessaire pour planquer un max de fric</p>]]></content:encoded>
            <dc:creator>Papyli</dc:creator>
        </item>
        <item>
            <title><![CDATA[SINGULARITY - Painterly Space Adventure - McSinyx]]></title>
            <link>https://peertube2.cpy.re/w/4pSeQCu9XXz9wWMh5gTNMf;threadId=191764</link>
            <guid>https://peertube2.cpy.re/w/4pSeQCu9XXz9wWMh5gTNMf;threadId=191764</guid>
            <pubDate>Fri, 15 May 2026 16:24:48 GMT</pubDate>
            <content:encoded><![CDATA[<p>Absolutely gorgeous, and epic music too!  This is supposed to demo the new greasy pencil right?  (I don't really do graphic stuff and only loosely follow Blender development.)</p>
]]></content:encoded>
            <dc:creator>McSinyx</dc:creator>
        </item>
        <item>
            <title><![CDATA[Linux-Fragestunden mit Jean und Hauke (5.5.2026) - m23hauke]]></title>
            <link>https://peertube2.cpy.re/w/nEDZrb4ueQ17zqdDhJ2WbP;threadId=191724</link>
            <guid>https://peertube2.cpy.re/w/nEDZrb4ueQ17zqdDhJ2WbP;threadId=191724</guid>
            <pubDate>Fri, 15 May 2026 12:52:38 GMT</pubDate>
            <content:encoded><![CDATA[<p>@lextor@videos.abnormalbeings.space Seitdem wir gleichzeitig auf unseren beiden YouTube-Kanälen streamen, wird es die Mitschnitte hier (wenn ich es nicht vergesse) geben 😃</p>
]]></content:encoded>
            <dc:creator>m23hauke</dc:creator>
        </item>
        <item>
            <title><![CDATA[More Office Suite drama, Chrome downloads AI model without consent, Plasma 6.7 things - Linux News - Marco]]></title>
            <link>https://peertube2.cpy.re/w/7UvU9Ysx68NEXJZWeRPuHh;threadId=191761</link>
            <guid>https://peertube2.cpy.re/w/7UvU9Ysx68NEXJZWeRPuHh;threadId=191761</guid>
            <pubDate>Fri, 15 May 2026 10:40:09 GMT</pubDate>
            <content:encoded><![CDATA[<p>@thelinuxexperiment The pronounciation was really good, probably better than me pronouncing French city names 😃</p>
]]></content:encoded>
            <dc:creator>Marco</dc:creator>
        </item>
        <item>
            <title><![CDATA[Desmu - S A U C I S S E - Desmu :georges_saucisse:]]></title>
            <link>https://peertube2.cpy.re/w/mmGRGtMdz6jnP2DvuCovec;threadId=191759</link>
            <guid>https://peertube2.cpy.re/w/mmGRGtMdz6jnP2DvuCovec;threadId=191759</guid>
            <pubDate>Fri, 15 May 2026 10:08:09 GMT</pubDate>
            <content:encoded><![CDATA[<p><span><a href="https://mastodon.moule.world/@MOULE" class="u-url mention" target="_blank" rel="noopener noreferrer">@<span>MOULE</span></a></span> <span><a href="https://peertube.desmu.fr/a/desmu/video-channels" class="u-url mention" target="_blank" rel="noopener noreferrer">@<span>desmu@peertube.desmu.fr</span></a></span> Woops, sorry for this ! That was not meant to be an earworm at all.</p><p>(In fact, it was.)</p>]]></content:encoded>
            <dc:creator>Desmu :georges_saucisse:</dc:creator>
        </item>
        <item>
            <title><![CDATA[Desmu - S A U C I S S E - MOULE :Logo:]]></title>
            <link>https://peertube2.cpy.re/w/mmGRGtMdz6jnP2DvuCovec;threadId=191759</link>
            <guid>https://peertube2.cpy.re/w/mmGRGtMdz6jnP2DvuCovec;threadId=191759</guid>
            <pubDate>Fri, 15 May 2026 09:26:04 GMT</pubDate>
            <content:encoded><![CDATA[<p><span><a href="https://peertube.desmu.fr/a/desmu/video-channels" class="u-url mention" target="_blank" rel="noopener noreferrer">@<span>desmu@peertube.desmu.fr</span></a></span> <span><a href="https://mastodon.desmu.fr/@desmu" class="u-url mention" target="_blank" rel="noopener noreferrer">@<span>desmu@mastodon.desmu.fr</span></a></span> I've still got this song stuck in my head years later! 😂</p>]]></content:encoded>
            <dc:creator>MOULE :Logo:</dc:creator>
        </item>
        <item>
            <title><![CDATA[UBUNTU TOUCH in 2026: it's really close! - boredsquirrel]]></title>
            <link>https://peertube2.cpy.re/w/2eSNeG8KovfJ2bupUmQ65P;threadId=191755</link>
            <guid>https://peertube2.cpy.re/w/2eSNeG8KovfJ2bupUmQ65P;threadId=191755</guid>
            <pubDate>Thu, 14 May 2026 20:15:13 GMT</pubDate>
            <content:encoded><![CDATA[<p><span><a href="https://tilvids.com/accounts/thelinuxexperiment" class="u-url mention" target="_blank" rel="noopener noreferrer">@<span>thelinuxexperiment</span></a></span></p><p>Yo <span><a href="https://mastodon.social/@thelinuxEXP" class="u-url mention" target="_blank" rel="noopener noreferrer">@<span>thelinuxEXP</span></a></span> what smartwatch are you wearing there?</p><p>I have a <a href="https://tux.social/tags/MiBand" class="mention hashtag" rel="noopener noreferrer" target="_blank">#<span>MiBand</span></a> 8 that works really well with <a href="https://tux.social/tags/GadgetBridge" class="mention hashtag" rel="noopener noreferrer" target="_blank">#<span>GadgetBridge</span></a>!</p><p>Wouldnt want to use one with the proprietary hell they expect you to use, but Gradgetbridge is impressive, so many devices supported!</p>]]></content:encoded>
            <dc:creator>boredsquirrel</dc:creator>
        </item>
        <item>
            <title><![CDATA[The "No One Cares" Show, Ep.51: Introducing 10friends - Vexis Thalric]]></title>
            <link>https://peertube2.cpy.re/w/eyPfkkemHra9Q1wJvdSW5k;threadId=191754</link>
            <guid>https://peertube2.cpy.re/w/eyPfkkemHra9Q1wJvdSW5k;threadId=191754</guid>
            <pubDate>Thu, 14 May 2026 19:20:00 GMT</pubDate>
            <content:encoded><![CDATA[<p>What ended up happening to it?</p>
]]></content:encoded>
            <dc:creator>Vexis Thalric</dc:creator>
        </item>
        <item>
            <title><![CDATA[UBUNTU TOUCH in 2026: it's really close! - QuestyLurks]]></title>
            <link>https://peertube2.cpy.re/w/2eSNeG8KovfJ2bupUmQ65P;threadId=191753</link>
            <guid>https://peertube2.cpy.re/w/2eSNeG8KovfJ2bupUmQ65P;threadId=191753</guid>
            <pubDate>Thu, 14 May 2026 18:22:21 GMT</pubDate>
            <content:encoded><![CDATA[<p>You occasionally mention that you have a WH40K channel. I have searched, but the YouTube Administratum hasn't helped much. Can you direct me to that content?</p>]]></content:encoded>
            <dc:creator>QuestyLurks</dc:creator>
        </item>
        <item>
            <title><![CDATA[UBUNTU TOUCH in 2026: it's really close! - Nico Filzmoser]]></title>
            <link>https://peertube2.cpy.re/w/2eSNeG8KovfJ2bupUmQ65P;threadId=191752</link>
            <guid>https://peertube2.cpy.re/w/2eSNeG8KovfJ2bupUmQ65P;threadId=191752</guid>
            <pubDate>Thu, 14 May 2026 17:25:38 GMT</pubDate>
            <content:encoded><![CDATA[<p><span><a href="https://tilvids.com/accounts/thelinuxexperiment" class="u-url mention" target="_blank" rel="noopener noreferrer">@<span>thelinuxexperiment</span></a></span> Maybe Ubuntu Touch, at the moment, is what Firefox OS set out to be? With a better default browser and a way to add websites to the App Grid, I could see this bring a very capable device. However, I'm not an app guy to begin with, I like web stuff because I can use that cross device.</p><p>It would have been also cool to hear if f.e. Spotify with Waydroid reliably plays music, also in the background and with the phone being locked. Maybe for the next review 😊</p>]]></content:encoded>
            <dc:creator>Nico Filzmoser</dc:creator>
        </item>
        <item>
            <title><![CDATA[UBUNTU TOUCH in 2026: it's really close! - shortwavesurfer2009]]></title>
            <link>https://peertube2.cpy.re/w/2eSNeG8KovfJ2bupUmQ65P;threadId=191751</link>
            <guid>https://peertube2.cpy.re/w/2eSNeG8KovfJ2bupUmQ65P;threadId=191751</guid>
            <pubDate>Thu, 14 May 2026 15:38:44 GMT</pubDate>
            <content:encoded><![CDATA[<p><span><a href="https://tilvids.com/accounts/thelinuxexperiment" class="u-url mention" target="_blank" rel="noopener noreferrer">@<span>thelinuxexperiment</span></a></span> I am very seriously considering Post Market OS after this recent debacle with Android and Google wanting to lock down what apps you can install on your own device.</p><p>I'm not personally affected by it since I run LineageOS, but Google stopping the updates for AOSP except for twice per year and trying to lock people out of installing their own applications will affect me in the future if open source devs just give up.</p>]]></content:encoded>
            <dc:creator>shortwavesurfer2009</dc:creator>
        </item>
        <item>
            <title><![CDATA[hatniX spielt „Euro Truck Simulator 2“ Update 1.59 Volvo Experience - hatniX]]></title>
            <link>https://peertube2.cpy.re/w/85F86yzVeF3XHN7BUJfot6;threadId=191743</link>
            <guid>https://peertube2.cpy.re/w/85F86yzVeF3XHN7BUJfot6;threadId=191743</guid>
            <pubDate>Wed, 13 May 2026 17:25:07 GMT</pubDate>
            <content:encoded><![CDATA[<p>@andresimous@tube.sp-codes.de Mach das, viel Spaß dabei!</p>
]]></content:encoded>
            <dc:creator>hatniX</dc:creator>
        </item>
        <item>
            <title><![CDATA[hatniX spielt „Euro Truck Simulator 2“ Update 1.59 Volvo Experience - andresimous]]></title>
            <link>https://peertube2.cpy.re/w/85F86yzVeF3XHN7BUJfot6;threadId=191743</link>
            <guid>https://peertube2.cpy.re/w/85F86yzVeF3XHN7BUJfot6;threadId=191743</guid>
            <pubDate>Wed, 13 May 2026 17:06:31 GMT</pubDate>
            <content:encoded><![CDATA[<p>Das Spiel muss ich wirklich mal wieder auspacken.</p>
]]></content:encoded>
            <dc:creator>andresimous</dc:creator>
        </item>
        <item>
            <title><![CDATA[Islamophobie d'État : comment l'hôpital traque les soignantes - OA]]></title>
            <link>https://peertube2.cpy.re/w/grKTjjTXexJvYgAaRf8mNm;threadId=191733</link>
            <guid>https://peertube2.cpy.re/w/grKTjjTXexJvYgAaRf8mNm;threadId=191733</guid>
            <pubDate>Tue, 12 May 2026 19:52:51 GMT</pubDate>
            <content:encoded><![CDATA[<p><span><a href="https://video.blast-info.fr/accounts/blast" class="u-url mention" target="_blank" rel="noopener noreferrer">@<span>blast</span></a></span> </p><p>... Les situations de maltraitance peuvent être ponctuelles ou durables, intentionnelles ou non. Leur origine peut être individuelle, collective ou institutionnelle. Les violences et les négligences peuvent revêtir des formes multiples et associées au sein de ces situations.</p><p><a href="https://mamot.fr/tags/justice" class="mention hashtag" rel="noopener noreferrer" target="_blank">#<span>justice</span></a> <a href="https://mamot.fr/tags/maltraitance" class="mention hashtag" rel="noopener noreferrer" target="_blank">#<span>maltraitance</span></a> <a href="https://mamot.fr/tags/CASF" class="mention hashtag" rel="noopener noreferrer" target="_blank">#<span>CASF</span></a></p>]]></content:encoded>
            <dc:creator>OA</dc:creator>
        </item>
        <item>
            <title><![CDATA[Islamophobie d'État : comment l'hôpital traque les soignantes - OA]]></title>
            <link>https://peertube2.cpy.re/w/grKTjjTXexJvYgAaRf8mNm;threadId=191733</link>
            <guid>https://peertube2.cpy.re/w/grKTjjTXexJvYgAaRf8mNm;threadId=191733</guid>
            <pubDate>Tue, 12 May 2026 19:52:23 GMT</pubDate>
            <content:encoded><![CDATA[<p><span><a href="https://video.blast-info.fr/accounts/blast" class="u-url mention" target="_blank" rel="noopener noreferrer">@<span>blast</span></a></span> </p><p>art. L119-1 du CASF : </p><p>La maltraitance au sens du présent code vise toute personne en situation de vulnérabilité lorsqu'un geste, une parole, une action ou un défaut d'action compromet ou porte atteinte à son développement, à ses droits, à ses besoins fondamentaux ou à sa santé et que cette atteinte intervient dans une relation de confiance, de dépendance, de soin ou d'accompagnement. </p><p><a href="https://mamot.fr/tags/justice" class="mention hashtag" rel="noopener noreferrer" target="_blank">#<span>justice</span></a> <a href="https://mamot.fr/tags/maltraitance" class="mention hashtag" rel="noopener noreferrer" target="_blank">#<span>maltraitance</span></a> <a href="https://mamot.fr/tags/CASF" class="mention hashtag" rel="noopener noreferrer" target="_blank">#<span>CASF</span></a></p>]]></content:encoded>
            <dc:creator>OA</dc:creator>
        </item>
        <item>
            <title><![CDATA[Islamophobie d'État : comment l'hôpital traque les soignantes - OA]]></title>
            <link>https://peertube2.cpy.re/w/grKTjjTXexJvYgAaRf8mNm;threadId=191733</link>
            <guid>https://peertube2.cpy.re/w/grKTjjTXexJvYgAaRf8mNm;threadId=191733</guid>
            <pubDate>Tue, 12 May 2026 18:58:05 GMT</pubDate>
            <content:encoded><![CDATA[<p><span><a href="https://video.blast-info.fr/accounts/blast" class="u-url mention" target="_blank" rel="noopener noreferrer">@<span>blast</span></a></span> </p><p>Lunaire ! :o </p><p>Sérieusement, faut déposer des requêtes au Tribunal administratif (au sens du CRPA, les hôpitaux sont considérés comme des "administrations") d'autant plus que des requêtes collectives sont possibles</p>]]></content:encoded>
            <dc:creator>OA</dc:creator>
        </item>
        <item>
            <title><![CDATA[My Worst tech purchases as a Linux user (and in general): hardware & software ! - ed_ankleton]]></title>
            <link>https://peertube2.cpy.re/w/7nk5yJDu1p4zPjXD6eTvqr;threadId=191725</link>
            <guid>https://peertube2.cpy.re/w/7nk5yJDu1p4zPjXD6eTvqr;threadId=191725</guid>
            <pubDate>Tue, 12 May 2026 00:33:57 GMT</pubDate>
            <content:encoded><![CDATA[<p>why do you charge your lights and mic? do they not have a way to be wired?</p>
]]></content:encoded>
            <dc:creator>ed_ankleton</dc:creator>
        </item>
        <item>
            <title><![CDATA[Linux-Fragestunden mit Jean und Hauke (5.5.2026) - Lextor]]></title>
            <link>https://peertube2.cpy.re/w/nEDZrb4ueQ17zqdDhJ2WbP;threadId=191724</link>
            <guid>https://peertube2.cpy.re/w/nEDZrb4ueQ17zqdDhJ2WbP;threadId=191724</guid>
            <pubDate>Mon, 11 May 2026 19:38:26 GMT</pubDate>
            <content:encoded><![CDATA[<p>Sehr schön, das es nun auch hier verfügbar ist....</p>
]]></content:encoded>
            <dc:creator>Lextor</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>Sat, 16 May 2026 03:03:51 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[Unsere Hörer:innen Kevin und Michéle zeigen ihr Forschung!]]></title>
            <link>https://peertube2.cpy.re/w/fkMnwAmZYhn59wzYzbrgPG</link>
            <guid>https://peertube2.cpy.re/w/fkMnwAmZYhn59wzYzbrgPG</guid>
            <pubDate>Fri, 15 May 2026 21:52:23 GMT</pubDate>
            <description><![CDATA[In letzten Experiment der Woche ging es um Pykrete: Eis, das mit Fasern hammerfest wird (Das Video haben wir unten verlinkt). Dazu haben wir ne richtig starke Nachricht vom Lehrstuhl für Materials Engineering der Uni Augsburg bekommen – samt Vide...]]></description>
            <content:encoded><![CDATA[<p>In letzten Experiment der Woche ging es um Pykrete: Eis, das mit Fasern hammerfest wird (Das Video haben wir unten verlinkt).</p>
<p>Dazu haben wir ne richtig starke Nachricht vom Lehrstuhl für Materials Engineering der Uni Augsburg bekommen – samt Video!<br />
Danke an Kevin (im besten Shirt!) und Michéle für diesen fachlichen Einblick 🔥<br />
Hier ihre Mail zum Video – zu gut, um sie nicht zu teilen:</p>
<p>📩 „In eurer aktuellen Folge 377 zeigt Reini ein Experiment mit Pykrete, welches im Gegensatz zu einfachem Eis den Hammerschlägen gut standhält. Mit Fasern kann man aber nicht nur Eis extrem verstärken, sondern auch Keramiken!<br />
Die Mechanismen sind dabei die gleichen wie im Eis. Die Fasern lenken Risse ab und verhindern so, dass sich diese Risse unkontrolliert im Material ausbreiten, was zu einem spröden Bruch führen würde. So kann man Keramiken eine gewisse Schadenstoleranz verleihen, die Keramik lässt sich also zu einem gewissen Teil (makroskopisch) verformen, da einzelne kleine Risse nicht direkt zum Versagen führen.<br />
Solche Materialien werden zum Beispiel in der Luft- und Raumfahrt eingesetzt, wenn extreme Hitzebeständigkeit gefordert ist, die Metalle nicht erreichen können. Oder zum Beispiel in Bremsscheiben, da hier die Reibeigenschaften von Siliziumcarbid viel besser und langlebiger sind als bei klassischem Grauguss.<br />
Das ist eines der Forschungsthemen an unserem Lehrstuhl, deshalb haben wir für euch ein kleines Video dazu gedreht.“ 📩<br />
–<br />
🤌 Danke Kevin und Michéle, dass ihr eure Forschung teilt!<br />
Übrigens: Neben (Audio-)Kommentaren freuen wir uns, wenn ihr auch Videos eurer Forschung schickt!<br />
#welovescience #community #wisskomm #minkorrekt</p>
<p>——————————————<br />
Mehr Infos:<br />
– Lehrstuhlhomepage: <a href="https://www.uni-augsburg.de/.../fak.../mntf/mrm/prof/mateng/" target="_blank" rel="noopener noreferrer">https://www.uni-augsburg.de/.../fak.../mntf/mrm/prof/mateng/</a><br />
– Lehrstuhl-LinkedIn: <a href="https://www.linkedin.com/.../chair-of-materials.../" target="_blank" rel="noopener noreferrer">https://www.linkedin.com/.../chair-of-materials.../</a><br />
– Folgt Kevin @inpanic123 gerne hier auf Instagram<br />
– Kevins LinkedIn-Account (u.a. mit Infos zur Forschung): <a href="https://www.linkedin.com/in/kevin-postler/" target="_blank" rel="noopener noreferrer">https://www.linkedin.com/in/kevin-postler/</a><br />
– Michéles LinkedIn-Account: <a href="https://www.linkedin.com/in/michele-scholl/" target="_blank" rel="noopener noreferrer">https://www.linkedin.com/in/michele-scholl/</a><br />
– Unser Pykrete-Video: <a href="https://www.youtube.com/watch?v=wPMDydOyC_c" target="_blank" rel="noopener noreferrer">https://www.youtube.com/watch?v=wPMDydOyC_c</a></p>
]]></content:encoded>
            <dc:creator>methodisch inkorrekt</dc:creator>
            <category>Education</category>
            <enclosure length="65106388" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/742308a9-e790-4332-8035-ae4e9dea0892?videoFileIds=5769015"/>
            <media:community>
                <media:statistics views="1"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/fkMnwAmZYhn59wzYzbrgPG"/>
            <media:player url="https://peertube2.cpy.re/w/fkMnwAmZYhn59wzYzbrgPG"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/6dea9076-706e-46f4-b02a-92b386112daf-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/ef0fccea-2bb6-4da0-a28a-c64f151415b0-1920-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/2a25ab78-652c-489a-afd5-e496d784ecf7-1280-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/ac3bb5e9-5d3d-4bf7-8a83-e034dded83bb-854-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/83023939-8028-41b2-8bb7-249bf05f1a87-426-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/3a8c034f-4eb0-4966-a45c-8cb80bdfafbb-0-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="1512455" url="https://media-tube.nx-pod.de/videos/4ab06e11-54b2-4caa-96c8-f553a5bb3207-0.mp4" framerate="0" duration="93" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1920" fileSize="65106388" url="https://media-tube.nx-pod.de/streaming-playlists/hls/742308a9-e790-4332-8035-ae4e9dea0892/423d759b-dfa6-422f-86b8-fd5203bdb824-1080-fragmented.mp4" framerate="50" duration="93" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1280" fileSize="28384118" url="https://media-tube.nx-pod.de/streaming-playlists/hls/742308a9-e790-4332-8035-ae4e9dea0892/dc5a8959-bbf1-41a7-9ada-d4d8ca5df9e0-720-fragmented.mp4" framerate="50" duration="93" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="854" fileSize="14350426" url="https://media-tube.nx-pod.de/streaming-playlists/hls/742308a9-e790-4332-8035-ae4e9dea0892/cbc13143-4652-4b7a-acd7-e47272c61b15-480-fragmented.mp4" framerate="25" duration="93" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="426" fileSize="5891713" url="https://media-tube.nx-pod.de/streaming-playlists/hls/742308a9-e790-4332-8035-ae4e9dea0892/cfca7dc0-ca13-4e06-b823-6798ee002ad4-240-fragmented.mp4" framerate="25" duration="93" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="1516225" url="https://media-tube.nx-pod.de/streaming-playlists/hls/742308a9-e790-4332-8035-ae4e9dea0892/9e03c745-9e96-4e1c-b137-c2b76ff162f5-0-fragmented.mp4" framerate="0" duration="93" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/3fcb5a41-1f8f-4567-9dd5-7be6710c636a.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Unsere Hörer:innen Kevin und Michéle zeigen ihr Forschung!</media:title>
            <media:description type="plain">In letzten Experiment der Woche ging es um Pykrete: Eis, das mit Fasern hammerfest wird (Das Video haben wir unten verlinkt). Dazu haben wir ne richtig starke Nachricht vom Lehrstuhl für Materials Engineering der Uni Augsburg bekommen – samt Vide...</media:description>
        </item>
        <item>
            <title><![CDATA[L'Heure Kolision - Le vendredi, de 20h à 22h au moins - 15/05/2026 18:00:03]]></title>
            <link>https://peertube2.cpy.re/w/9GyZiK1rraGyatcvNAgeP4</link>
            <guid>https://peertube2.cpy.re/w/9GyZiK1rraGyatcvNAgeP4</guid>
            <pubDate>Fri, 15 May 2026 21:50:19 GMT</pubDate>
            <description><![CDATA[L'émission l'Heure Kolision, par https://asso.hk sur Jet FM 91.2 à Nantes et alentours !]]></description>
            <content:encoded><![CDATA[<p>L'émission l'Heure Kolision, par <a href="https://asso.hk" target="_blank" rel="noopener noreferrer">https://asso.hk</a> sur Jet FM 91.2 à Nantes et alentours !</p>
]]></content:encoded>
            <dc:creator>L’Heure Kolision</dc:creator>
            <category>Music</category>
            <enclosure length="220714973" type="audio/mp4" url="https://peertube2.cpy.re/download/videos/generate/4673308e-b0e3-4f8a-bcb8-5cc5ef811a75?videoFileIds=5769014"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/9GyZiK1rraGyatcvNAgeP4"/>
            <media:player url="https://peertube2.cpy.re/w/9GyZiK1rraGyatcvNAgeP4"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/8fa0af39-162e-4231-bc46-7538804120de-0-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="220714973" url="https://www.yiny.org/static/streaming-playlists/hls/4673308e-b0e3-4f8a-bcb8-5cc5ef811a75/a5e4e37a-48a0-4d36-9531-57dfa5306c35-0-fragmented.mp4" framerate="0" duration="13531" isDefault="true"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/f45f3397-f34d-4441-8038-b6eb5db6ca9c.jpg" height="480" width="850"/>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/da8936dc-4d1a-478d-b2eb-33edd5de0eed.jpg" height="157" width="280"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">L'Heure Kolision - Le vendredi, de 20h à 22h au moins - 15/05/2026 18:00:03</media:title>
            <media:description type="plain">L'émission l'Heure Kolision, par https://asso.hk sur Jet FM 91.2 à Nantes et alentours !</media:description>
        </item>
        <item>
            <title><![CDATA[Idee Notturne (15 / Maggio / 2026)]]></title>
            <link>https://peertube2.cpy.re/w/nH9RJd7bnRgw428iUc8Qzs</link>
            <guid>https://peertube2.cpy.re/w/nH9RJd7bnRgw428iUc8Qzs</guid>
            <pubDate>Fri, 15 May 2026 21:35:59 GMT</pubDate>
            <description><![CDATA[Ed un'altra giornata è passata, ed è stata davvero una bella giornata. Per concludere però, dato che non sono riuscito a registrare un pezzo con la classica e anche perchè il "nuovo" zoom9150 con i preset editati in queste serate era irresistibile...]]></description>
            <content:encoded><![CDATA[<p>Ed un'altra giornata è passata, ed è stata davvero una bella giornata. Per concludere però, dato che non sono riuscito a registrare un pezzo con la classica e anche perchè il "nuovo" zoom9150 con i preset editati in queste serate era irresistibile, ho colto l'occasione per registrare al volo una idea che potrebbe molto facilmente portata con una loop.</p>
<p>#improvvisation #nightsession #mattiagiovanetti #instrumental #music #mattiagiovanetti #zoom9150</p>
]]></content:encoded>
            <dc:creator>Mattia Giovanetti</dc:creator>
            <enclosure length="19926022" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/afcedd6f-63a6-4cec-b7b1-020b72692c5c?videoFileIds=5769000"/>
            <media:community>
                <media:statistics views="1"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/nH9RJd7bnRgw428iUc8Qzs"/>
            <media:player url="https://peertube2.cpy.re/w/nH9RJd7bnRgw428iUc8Qzs"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/b27cd592-2d85-4d5d-ae4c-1c1c71b13fb4-1080.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/3da1a2b8-6dfb-45b8-bb4b-3c6a1f03e14d-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/e4806a39-5602-4529-8d2b-d7611453b13f-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/60a3a5d9-3b0c-40d8-a276-aa867f9d19a0-0-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="19926022" url="https://peertube.uno/static/web-videos/b3488309-6e40-47d7-983b-fcc0283dad7c-1080.mp4" framerate="60" duration="139" isDefault="true"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="4473867" url="https://peertube.uno/static/web-videos/bb55a20d-f718-4da1-b3af-ab7c848a7140-0.mp4" framerate="0" duration="139" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="15364389" url="https://peertube.uno/static/streaming-playlists/hls/afcedd6f-63a6-4cec-b7b1-020b72692c5c/42622d8c-e217-48b1-a788-a7b7a508c953-1080-fragmented.mp4" framerate="60" duration="139" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="2260961" url="https://peertube.uno/static/streaming-playlists/hls/afcedd6f-63a6-4cec-b7b1-020b72692c5c/57856637-ce02-431c-a339-e5e8c9208fca-0-fragmented.mp4" framerate="0" duration="139" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/d833276b-fbab-43c5-a859-f0243bf18cac.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Idee Notturne (15 / Maggio / 2026)</media:title>
            <media:description type="plain">Ed un'altra giornata è passata, ed è stata davvero una bella giornata. Per concludere però, dato che non sono riuscito a registrare un pezzo con la classica e anche perchè il "nuovo" zoom9150 con i preset editati in queste serate era irresistibile...</media:description>
        </item>
        <item>
            <title><![CDATA[Vorrei essere una stella]]></title>
            <link>https://peertube2.cpy.re/w/hrjp416bijfkrzjqqp7RFG</link>
            <guid>https://peertube2.cpy.re/w/hrjp416bijfkrzjqqp7RFG</guid>
            <pubDate>Fri, 15 May 2026 21:35:52 GMT</pubDate>
            <dc:creator>My songs</dc:creator>
            <enclosure length="31708150" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/851b2690-2e1d-485a-8cd0-5d1f3b145742?videoFileIds=5768997"/>
            <media:community>
                <media:statistics views="6"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/hrjp416bijfkrzjqqp7RFG"/>
            <media:player url="https://peertube2.cpy.re/w/hrjp416bijfkrzjqqp7RFG"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/21bf7936-80e3-4131-bbae-6ee3dca299b6-1080.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/301b2116-7909-45db-81ee-7c416472a020-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/66da3f7f-4d8c-4e2e-970d-241e1039b34a-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/a5efc28d-b96d-4f47-89fd-3e4b7d0b4ed6-0-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="31708150" url="https://peertube.uno/static/web-videos/cdd2bd33-5bf2-437a-af2c-1c6423990fa2-1080.mp4" framerate="25" duration="223" isDefault="true"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="3622424" url="https://peertube.uno/static/web-videos/0f2f4fc1-408a-44b8-bc02-908cc4c600eb-0.mp4" framerate="0" duration="223" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="28042760" url="https://peertube.uno/static/streaming-playlists/hls/851b2690-2e1d-485a-8cd0-5d1f3b145742/087d7931-07e1-49ed-a63c-55fd70308d07-1080-fragmented.mp4" framerate="25" duration="223" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="3664583" url="https://peertube.uno/static/streaming-playlists/hls/851b2690-2e1d-485a-8cd0-5d1f3b145742/1f70fd1e-5aa2-4704-897c-b537001aaf97-0-fragmented.mp4" framerate="0" duration="223" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/1e8e47bc-3fff-45b9-b3dc-273291eff7a5.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Vorrei essere una stella</media:title>
        </item>
        <item>
            <title><![CDATA[Ważna AKTUALIZACJA dla "Secure Boot"]]></title>
            <link>https://peertube2.cpy.re/w/q36SpxwNp9JCE5LCfYMd4L</link>
            <guid>https://peertube2.cpy.re/w/q36SpxwNp9JCE5LCfYMd4L</guid>
            <pubDate>Fri, 15 May 2026 20:54:24 GMT</pubDate>
            <description><![CDATA[Ten pakiet nie jest zwykłym jądrem systemu, lecz szablonem służącym do podpisywania obrazów jądra. Jego zadaniem jest współpraca z serwerem podpisującym Debiana, aby zapewnić, że jądro (linux-image-amd64) jest prawidłowo certyfikowane. Dzięki temu...]]></description>
            <content:encoded><![CDATA[<p>Ten pakiet nie jest zwykłym jądrem systemu, lecz szablonem służącym do podpisywania obrazów jądra. Jego zadaniem jest współpraca z serwerem podpisującym Debiana, aby zapewnić, że jądro (linux-image-amd64) jest prawidłowo certyfikowane. Dzięki temu system jest kompatybilny z mechanizmem Secure Boot, który chroni przed uruchamianiem nieautoryzowanego oprogramowania podczas startu komputera.</p>
<p>W praktyce oznacza to, że jeśli używasz SparkyLinux na komputerze z włączonym Secure Boot, to właśnie te szablony (wraz z odpowiednimi jądrami) pozwalają systemowi uruchomić się bez konieczności wyłączania tego zabezpieczenia.</p>
]]></content:encoded>
            <dc:creator>Linux Sparky</dc:creator>
            <enclosure length="6341245" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/c2a66eac-9a39-4b36-a9bd-73ccbe25b0d2?videoFileIds=5768993"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/q36SpxwNp9JCE5LCfYMd4L"/>
            <media:player url="https://peertube2.cpy.re/w/q36SpxwNp9JCE5LCfYMd4L"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/ba544803-7f25-41d7-ac45-4d045b435b32-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/4d09b350-813c-4508-9b33-fddca00cf909-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/2d846b4c-52dc-49e8-9554-a52acb9bd5c3-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/39e63b72-a0db-4c66-a01a-1632bf9eadd0-480-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/fa0f0e99-dc89-4c0a-8608-1f90d30ee100-240-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/6e9ef747-7e64-4478-a03e-b2c83ec90741-0-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="1627338" url="https://static.indymotion.fr/web-videos/74a598f2-ee4d-4f30-a50a-90bd66c91ba8-0.mp4" framerate="0" duration="100" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="6341245" url="https://static.indymotion.fr/streaming-playlists/hls/c2a66eac-9a39-4b36-a9bd-73ccbe25b0d2/5a9c44a4-925b-43a2-a101-ca3f9cee3ecb-1080-fragmented.mp4" framerate="30" duration="100" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="4395456" url="https://static.indymotion.fr/streaming-playlists/hls/c2a66eac-9a39-4b36-a9bd-73ccbe25b0d2/7a635c24-4410-437c-b0e9-3cfe9aaf833c-720-fragmented.mp4" framerate="30" duration="100" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="3471155" url="https://static.indymotion.fr/streaming-playlists/hls/c2a66eac-9a39-4b36-a9bd-73ccbe25b0d2/50eac2b5-ad4a-4b00-aa98-ee001c9e9796-480-fragmented.mp4" framerate="30" duration="100" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="2295279" url="https://static.indymotion.fr/streaming-playlists/hls/c2a66eac-9a39-4b36-a9bd-73ccbe25b0d2/0c7304f6-2d67-4d92-8d5c-48b8269caf84-240-fragmented.mp4" framerate="30" duration="100" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="1629304" url="https://static.indymotion.fr/streaming-playlists/hls/c2a66eac-9a39-4b36-a9bd-73ccbe25b0d2/e221044e-dd3a-4ca1-899e-46983a7b979e-0-fragmented.mp4" framerate="0" duration="100" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/8875be6e-2b27-44b0-9767-6abe26c3d48d.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Ważna AKTUALIZACJA dla "Secure Boot"</media:title>
            <media:description type="plain">Ten pakiet nie jest zwykłym jądrem systemu, lecz szablonem służącym do podpisywania obrazów jądra. Jego zadaniem jest współpraca z serwerem podpisującym Debiana, aby zapewnić, że jądro (linux-image-amd64) jest prawidłowo certyfikowane. Dzięki temu...</media:description>
        </item>
        <item>
            <title><![CDATA[Polinice (Mario Gangi 1923 - 2010)]]></title>
            <link>https://peertube2.cpy.re/w/fXqFHKMLcfVRGFcpo94oAe</link>
            <guid>https://peertube2.cpy.re/w/fXqFHKMLcfVRGFcpo94oAe</guid>
            <pubDate>Fri, 15 May 2026 20:30:50 GMT</pubDate>
            <description><![CDATA[Un interpretazione del brano "Polinice" scritta dal maestro Mario Gangi che ho registrato il 19 Settembre del 2025. La chitarra è il modello zero del liutaio Vassallo, la prima, e fin ora unica, chitarra classica costruita dal giovane liutaio. ...]]></description>
            <content:encoded><![CDATA[<p>Un interpretazione del brano "Polinice" scritta dal maestro Mario Gangi che ho registrato il 19 Settembre del 2025.<br />
La chitarra è il modello zero del liutaio Vassallo, la prima, e fin ora unica, chitarra classica costruita dal giovane liutaio.</p>
<p>#mariogangi #polinice #giuseppevassallo #mattiagiovanetti #chitarra</p>
]]></content:encoded>
            <dc:creator>Mattia Giovanetti</dc:creator>
            <enclosure length="7792911" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/791d0fa7-d11e-438c-8842-22aaa8c361d1?videoFileIds=5768974"/>
            <media:community>
                <media:statistics views="1"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/fXqFHKMLcfVRGFcpo94oAe"/>
            <media:player url="https://peertube2.cpy.re/w/fXqFHKMLcfVRGFcpo94oAe"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/c9a32942-0f54-4987-b880-5cc5dcfe5cfe-1080.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/2f4c4c23-5c9e-4096-820e-c33b5bec2a54-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/5a15c428-0130-4ca8-964c-7973103bf925-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/ae6c0eca-481a-43b2-bc89-124aff9d26c7-0-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="7792911" url="https://peertube.uno/static/web-videos/4874952a-89e3-451e-b8cc-5e9c19ee66d9-1080.mp4" framerate="24" duration="85" isDefault="true"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="1681747" url="https://peertube.uno/static/web-videos/08bd956f-b908-490b-b9d1-d1e93a1320ea-0.mp4" framerate="0" duration="85" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="6097250" url="https://peertube.uno/static/streaming-playlists/hls/791d0fa7-d11e-438c-8842-22aaa8c361d1/ed2e19e9-c760-440a-ac77-a760e0424128-1080-fragmented.mp4" framerate="24" duration="85" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="1353813" url="https://peertube.uno/static/streaming-playlists/hls/791d0fa7-d11e-438c-8842-22aaa8c361d1/074429c6-6fbb-48da-9290-a01491e77ed2-0-fragmented.mp4" framerate="0" duration="85" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/9bbe9607-b620-4d24-acca-4f85c5edcaa1.png" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Polinice (Mario Gangi 1923 - 2010)</media:title>
            <media:description type="plain">Un interpretazione del brano "Polinice" scritta dal maestro Mario Gangi che ho registrato il 19 Settembre del 2025. La chitarra è il modello zero del liutaio Vassallo, la prima, e fin ora unica, chitarra classica costruita dal giovane liutaio. ...</media:description>
        </item>
        <item>
            <title><![CDATA[Mastermind #2 : C'est quoi une bonne stratégie?]]></title>
            <link>https://peertube2.cpy.re/w/7H3hTYhGwiiE66chQRgN6V</link>
            <guid>https://peertube2.cpy.re/w/7H3hTYhGwiiE66chQRgN6V</guid>
            <pubDate>Fri, 15 May 2026 19:51:10 GMT</pubDate>
            <description><![CDATA[Dans ce 2e épisode, on va chercher à modéliser une stratégie pour le Mastermind et on va également définir des indicateurs permettant de l'évaluer]]></description>
            <content:encoded><![CDATA[<p>Dans ce 2e épisode, on va chercher à modéliser une stratégie pour le Mastermind et on va également définir des indicateurs permettant de l'évaluer</p>
]]></content:encoded>
            <dc:creator>Jeuométrie</dc:creator>
            <enclosure length="103287481" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/3651bd14-ed08-4390-813b-0bb6dd6042b7?videoFileIds=5768955"/>
            <media:community>
                <media:statistics views="3"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/7H3hTYhGwiiE66chQRgN6V"/>
            <media:player url="https://peertube2.cpy.re/w/7H3hTYhGwiiE66chQRgN6V"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/3cb171be-68e3-4608-9883-5d122e8c16c0-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/3fbd1f73-dde5-47e9-a993-035b0064c468-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/7c3436fb-d487-4825-b11e-7b56eaf77c9b-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/e2ad7f83-6b97-4ebc-a546-0deb64e84dd5-480-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/d8a11321-66df-4697-92c8-7b918e9f1145-240-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/e56e053b-c546-4350-b27a-23504974a30a-0-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="81598268" url="https://static.indymotion.fr/web-videos/c6dc6929-bdb7-41f2-af93-b042e2931247-0.mp4" framerate="0" duration="2030" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="103287481" url="https://static.indymotion.fr/streaming-playlists/hls/3651bd14-ed08-4390-813b-0bb6dd6042b7/80bc1418-5575-44d0-9c39-5df38fe655e1-1080-fragmented.mp4" framerate="60" duration="2030" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="72056956" url="https://static.indymotion.fr/streaming-playlists/hls/3651bd14-ed08-4390-813b-0bb6dd6042b7/f2a44d37-d262-45ff-8b2e-123eb96c82a7-720-fragmented.mp4" framerate="60" duration="2030" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="58572213" url="https://static.indymotion.fr/streaming-playlists/hls/3651bd14-ed08-4390-813b-0bb6dd6042b7/9c1193a7-7670-48e4-9cab-9695e584e0d6-480-fragmented.mp4" framerate="30" duration="2030" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="44893134" url="https://static.indymotion.fr/streaming-playlists/hls/3651bd14-ed08-4390-813b-0bb6dd6042b7/f4058626-456e-4d3f-b893-e3729f5a5bc9-240-fragmented.mp4" framerate="30" duration="2030" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="34027087" url="https://static.indymotion.fr/streaming-playlists/hls/3651bd14-ed08-4390-813b-0bb6dd6042b7/ce5cc935-ea72-4936-b7fa-ab9d8b44807a-0-fragmented.mp4" framerate="0" duration="2030" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/1be31b2f-8406-41d9-83e0-605a5ec92c7d.png" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Mastermind #2 : C'est quoi une bonne stratégie?</media:title>
            <media:description type="plain">Dans ce 2e épisode, on va chercher à modéliser une stratégie pour le Mastermind et on va également définir des indicateurs permettant de l'évaluer</media:description>
        </item>
        <item>
            <title><![CDATA[MACRON, LA GIFLE ET LA MAÎTRESSE : LES DESSOUS D’UN GROS COUP DE COM]]></title>
            <link>https://peertube2.cpy.re/w/9SYVu741n9yctxro9UNyzc</link>
            <guid>https://peertube2.cpy.re/w/9SYVu741n9yctxro9UNyzc</guid>
            <pubDate>Fri, 15 May 2026 18:42:43 GMT</pubDate>
            <description><![CDATA[⚠️ Nous voulons franchir une étape décisive : faire irruption sur la TNT francilienne ! Soutenez nous sur 👉 https://tnt.lemediatv.fr 🔴 Soutenez le Média ! 👉 https://soutenez.lemediatv.fr (CB - SEPA - Chèque) ⚠️ Le Média est également diffusé s...]]></description>
            <content:encoded><![CDATA[<p>⚠️ Nous voulons franchir une étape décisive : faire irruption sur la TNT francilienne !<br />
Soutenez nous sur 👉 <a href="https://tnt.lemediatv.fr" target="_blank" rel="noopener noreferrer">https://tnt.lemediatv.fr</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 165 de la Freebox, sur le canal 235 de la Livebox (Orange) et sur le bouquet GRATUIT de l'application Molotov TV.</p>
<p>Au sommaire de cette émission :<br />
Les rumeurs sur le couple Macron relancées, Nils a enquêté sur les coulisses d’un plan de com’ bien ficelé par l’épouse du président. Et promis, on ne parle pas potins mais bien de politique !</p>
<p>Glucksmann victime d’une fuite embarrassante… Pourquoi sa “note” ne fait que des heureux à gauche et même là où on ne l’attend pas? On vous explique tout.</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>
            <category>News &amp; Politics</category>
            <enclosure length="157227859" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/47e76096-b707-4f1f-8135-66e81caeec75?videoFileIds=5768942"/>
            <media:community>
                <media:statistics views="16"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/9SYVu741n9yctxro9UNyzc"/>
            <media:player url="https://peertube2.cpy.re/w/9SYVu741n9yctxro9UNyzc"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/e8b98e88-b99a-4c38-afaf-1415f66a0656-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/bdcc60ac-be8f-4d5d-ab29-dbd8f53553f8-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/6e606715-1a15-419f-99fc-25be09099833-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/b6b825b8-7f01-4911-b215-acc620686236-360-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/4937d140-319c-4cc6-b96b-411dc4bfd0db-240-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="16146500" url="https://cdn.octos3.fr/peertube-mtv/web-videos/e66abf1b-11de-4c43-848d-9d0f1847dc10-0.mp4" framerate="0" duration="1215" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="157227859" url="https://cdn.octos3.fr/peertube-mtv/streaming-playlists/hls/47e76096-b707-4f1f-8135-66e81caeec75/6deca789-e9aa-49dd-8f1b-7d2be473263d-1080-fragmented.mp4" framerate="25" duration="1215" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="98915197" url="https://cdn.octos3.fr/peertube-mtv/streaming-playlists/hls/47e76096-b707-4f1f-8135-66e81caeec75/34da1e10-a395-4d84-8864-b79279f1ba2f-720-fragmented.mp4" framerate="25" duration="1215" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="360" fileSize="49312551" url="https://cdn.octos3.fr/peertube-mtv/streaming-playlists/hls/47e76096-b707-4f1f-8135-66e81caeec75/066fb7ad-4609-40b5-ac30-624b33f92c7f-360-fragmented.mp4" framerate="25" duration="1215" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="36085763" url="https://cdn.octos3.fr/peertube-mtv/streaming-playlists/hls/47e76096-b707-4f1f-8135-66e81caeec75/3e12f89d-0e22-403f-a809-94b332fd2007-240-fragmented.mp4" framerate="25" duration="1215" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/d06d435f-d075-45d4-ad62-bb90ac25b8bd.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">MACRON, LA GIFLE ET LA MAÎTRESSE : LES DESSOUS D’UN GROS COUP DE COM</media:title>
            <media:description type="plain">⚠️ Nous voulons franchir une étape décisive : faire irruption sur la TNT francilienne ! Soutenez nous sur 👉 https://tnt.lemediatv.fr 🔴 Soutenez le Média ! 👉 https://soutenez.lemediatv.fr (CB - SEPA - Chèque) ⚠️ Le Média est également diffusé s...</media:description>
        </item>
        <item>
            <title><![CDATA[MACRON, LA GIFLE ET LA MAÎTRESSE : LES DESSOUS D’UN GROS COUP DE COM]]></title>
            <link>https://peertube2.cpy.re/w/6Nj5NAcLrBY1XMsRseCuxG</link>
            <guid>https://peertube2.cpy.re/w/6Nj5NAcLrBY1XMsRseCuxG</guid>
            <pubDate>Fri, 15 May 2026 18:39:25 GMT</pubDate>
            <description><![CDATA[⚠️ Nous voulons franchir une étape décisive : faire irruption sur la TNT francilienne ! Soutenez nous sur 👉 https://tnt.lemediatv.fr 🔴 Soutenez le Média ! 👉 https://soutenez.lemediatv.fr (CB - SEPA - Chèque) ⚠️ Le Média est également diffusé s...]]></description>
            <content:encoded><![CDATA[<p>⚠️ Nous voulons franchir une étape décisive : faire irruption sur la TNT francilienne !<br />
Soutenez nous sur 👉 <a href="https://tnt.lemediatv.fr" target="_blank" rel="noopener noreferrer">https://tnt.lemediatv.fr</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 165 de la Freebox, sur le canal 235 de la Livebox (Orange) et sur le bouquet GRATUIT de l'application Molotov TV.</p>
<p>Au sommaire de cette émission :<br />
Les rumeurs sur le couple Macron relancées, Nils a enquêté sur les coulisses d’un plan de com’ bien ficelé par l’épouse du président. Et promis, on ne parle pas potins mais bien de politique !</p>
<p>Glucksmann victime d’une fuite embarrassante… Pourquoi sa “note” ne fait que des heureux à gauche et même là où on ne l’attend pas? On vous explique tout.</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="155989565" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/2ef50cf7-70bd-43a2-84c1-4d5f95e9170e?videoFileIds=5768935"/>
            <media:community>
                <media:statistics views="9"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/6Nj5NAcLrBY1XMsRseCuxG"/>
            <media:player url="https://peertube2.cpy.re/w/6Nj5NAcLrBY1XMsRseCuxG"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/bbb79736-96dc-4852-add6-1ad7b05a1719-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/a75f4c59-e38a-4aa9-99eb-79710b81f3c7-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/4fbd2efe-beca-4987-89ab-9e3648985b73-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/367bd98d-e072-44f7-b542-1c28440c4205-360-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/dfc42c9a-3cd2-4ab6-b03b-d9c1901e7903-240-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="37141164" url="https://cdn.octos3.fr/peertube-mtv/web-videos/1194e974-45c7-4fb5-bce4-d962298603a4-0.mp4" framerate="0" duration="1215" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="155989565" url="https://cdn.octos3.fr/peertube-mtv/streaming-playlists/hls/2ef50cf7-70bd-43a2-84c1-4d5f95e9170e/124b1425-afa5-4925-942d-57a882231e3f-1080-fragmented.mp4" framerate="25" duration="1215" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="97769643" url="https://cdn.octos3.fr/peertube-mtv/streaming-playlists/hls/2ef50cf7-70bd-43a2-84c1-4d5f95e9170e/e2417d7d-62d6-4aab-80db-afcbfe293f8d-720-fragmented.mp4" framerate="25" duration="1215" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="360" fileSize="48852662" url="https://cdn.octos3.fr/peertube-mtv/streaming-playlists/hls/2ef50cf7-70bd-43a2-84c1-4d5f95e9170e/90995404-9b44-4de9-b9e7-0e12f1bb6ca3-360-fragmented.mp4" framerate="25" duration="1215" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="35873902" url="https://cdn.octos3.fr/peertube-mtv/streaming-playlists/hls/2ef50cf7-70bd-43a2-84c1-4d5f95e9170e/39c67edc-56fd-406b-bf2b-a3f0cddc3600-240-fragmented.mp4" framerate="25" duration="1215" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/69a26bc2-e783-4442-9f5a-1dc175a69d2b.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">MACRON, LA GIFLE ET LA MAÎTRESSE : LES DESSOUS D’UN GROS COUP DE COM</media:title>
            <media:description type="plain">⚠️ Nous voulons franchir une étape décisive : faire irruption sur la TNT francilienne ! Soutenez nous sur 👉 https://tnt.lemediatv.fr 🔴 Soutenez le Média ! 👉 https://soutenez.lemediatv.fr (CB - SEPA - Chèque) ⚠️ Le Média est également diffusé s...</media:description>
        </item>
        <item>
            <title><![CDATA[[FLISoL2026] Soberanía Tecnológica y Software Libre: de las luchas históricas en Uruguay a los desafíos políticos]]></title>
            <link>https://peertube2.cpy.re/w/gXUKC86uCECsYLpPoczZbh</link>
            <guid>https://peertube2.cpy.re/w/gXUKC86uCECsYLpPoczZbh</guid>
            <pubDate>Fri, 15 May 2026 18:10:10 GMT</pubDate>
            <description><![CDATA[🗣 Enrique Amestoy 💬 Soberanía Tecnológica y Software Libre: de las luchas históricas en Uruguay a los desafíos políticos Resumen: Soberanía Tecnológica: implementación de Software Libre como acción política. Breve recorrido por las luchas hi...]]></description>
            <content:encoded><![CDATA[<p>🗣 Enrique Amestoy<br />
💬 Soberanía Tecnológica y Software Libre: de las luchas históricas en Uruguay a los desafíos políticos</p>
<p>Resumen: Soberanía Tecnológica: implementación de Software Libre como acción política. Breve recorrido por las luchas históricas en Uruguay y los desafíos actuales frente a las grandes corporaciones tecnológicas. De la ley de Software Libre a la necesaria discusión y lucha por la Soberanía Tecnológica en tiempos de IA.</p>
<p>Sobre el expositor: Enrique Amestoy - Activista por la Soberanía Tecnológica, socio fundador del CESoL.</p>
]]></content:encoded>
            <dc:creator>flisol-uy</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="450074513" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/81477f34-a6de-4e98-b531-c32128ab9530?videoFileIds=5768909"/>
            <media:community>
                <media:statistics views="3"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/gXUKC86uCECsYLpPoczZbh"/>
            <media:player url="https://peertube2.cpy.re/w/gXUKC86uCECsYLpPoczZbh"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/e91f372b-11f5-4d66-93e0-a0cd94e7a3d0-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/bbf97ea5-06d1-402b-8e04-61806a6a4ee5-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/607a446d-3d20-4e40-93ed-ae1e4e1360fd-480-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/1a7a5061-cccd-4249-a00c-975cbffa551f-360-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/ac7ce386-e506-4279-822c-06101f7c7926-240-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/40ed5c84-6e9a-4dad-8166-e9dcf29c4e93-144-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/17313a19-6cbd-4167-8e95-c7e738124b0f-0-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="68181653" url="https://tube.undernet.uy/static/web-videos/e6aebe19-eaa6-4709-9d40-643fb4edb4eb-0.mp4" framerate="0" duration="3090" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="450074513" url="https://tube.undernet.uy/static/streaming-playlists/hls/81477f34-a6de-4e98-b531-c32128ab9530/2c112a7e-fcac-446a-976c-67ef84876f85-720-fragmented.mp4" framerate="30" duration="3090" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="167369918" url="https://tube.undernet.uy/static/streaming-playlists/hls/81477f34-a6de-4e98-b531-c32128ab9530/3a408234-457e-4138-b453-49318ce2ad81-480-fragmented.mp4" framerate="30" duration="3090" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="360" fileSize="134196635" url="https://tube.undernet.uy/static/streaming-playlists/hls/81477f34-a6de-4e98-b531-c32128ab9530/dc84d09e-8f51-4d01-b360-170461b1624a-360-fragmented.mp4" framerate="30" duration="3090" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="101320916" url="https://tube.undernet.uy/static/streaming-playlists/hls/81477f34-a6de-4e98-b531-c32128ab9530/3a9b4147-0c18-47db-8be6-3681cd4dcc01-240-fragmented.mp4" framerate="30" duration="3090" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="144" fileSize="84898089" url="https://tube.undernet.uy/static/streaming-playlists/hls/81477f34-a6de-4e98-b531-c32128ab9530/1f9e0cfa-3c19-4d78-956e-ad435f01e23c-144-fragmented.mp4" framerate="30" duration="3090" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="68303195" url="https://tube.undernet.uy/static/streaming-playlists/hls/81477f34-a6de-4e98-b531-c32128ab9530/8f610a36-a775-484e-81f5-5cb0b2e72aad-0-fragmented.mp4" framerate="0" duration="3090" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/07f96d51-bcea-416d-a7ab-4442b102881e.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">[FLISoL2026] Soberanía Tecnológica y Software Libre: de las luchas históricas en Uruguay a los desafíos políticos</media:title>
            <media:description type="plain">🗣 Enrique Amestoy 💬 Soberanía Tecnológica y Software Libre: de las luchas históricas en Uruguay a los desafíos políticos Resumen: Soberanía Tecnológica: implementación de Software Libre como acción política. Breve recorrido por las luchas hi...</media:description>
        </item>
        <item>
            <title><![CDATA[Terreur chez les ultra-riches : le retour de la taxe Zucman]]></title>
            <link>https://peertube2.cpy.re/w/kpefjMQyBXydWUysVQxCeJ</link>
            <guid>https://peertube2.cpy.re/w/kpefjMQyBXydWUysVQxCeJ</guid>
            <pubDate>Fri, 15 May 2026 18:00:03 GMT</pubDate>
            <description><![CDATA[Soutenez Blast, nouveau média indépendant : https://www.blast-info.fr/soutenir Dans ce nouvel épisode de Dissolution, on va se consacrer aux impôts des ultra-riches. Tout le monde le sait aujourd’hui : ils en payent beaucoup moins que ce qu’ils...]]></description>
            <content:encoded><![CDATA[<p>Soutenez Blast, nouveau média indépendant : <a href="https://www.blast-info.fr/soutenir" target="_blank" rel="noopener noreferrer">https://www.blast-info.fr/soutenir</a></p>
<p>Dans ce nouvel épisode de Dissolution, on va se consacrer aux impôts des ultra-riches. Tout le monde le sait aujourd’hui : ils en payent beaucoup moins que ce qu’ils devraient. Alors, on regardera de plus près la concentration de richesse que cela permet et surtout les outils fiscaux pour rectifier cette situation. On verra comment fonctionne la taxe Zucman et les arguments qui lui sont opposés. On fera ensuite un tour du côté des nouvelles pitreries de notre Macron 1er avant d’inaugurer notre nouvelle rubrique de débunk pour 2027 : les écuries d’Augias.</p>
<p>Une vidéo de Camille Chastrusse-Sultra et Victor-Ulysse Sultra-Chastrusse, Doctorant en droit public<br />
Réalisation et montage : Guillaume Cage<br />
Son : Baptiste Veilhan, Théo Duchesne<br />
Graphisme : Morgane Sabouret<br />
Production : Hicham Tragha<br />
Directeur du développement des collaborations extérieures : Mathias Enthoven<br />
Co-directrice de la rédaction : Soumaya Benaïssa<br />
Directeur de la publication : Denis Robert</p>
<p>0:00 : Introduction<br />
1:55 Zoom parlementaire : Comment démanteler l’impunité fiscale ?<br />
2:34 1- Plus de moula = moins d’impôts ?<br />
5:01 2- Des ultra-riches toujours plus riches<br />
14:05 3- L’impôt, l’impôt, l’impôt<br />
17:58 4- L’impôpossible.<br />
30:24 Macronneries en roue libre<br />
32:54 Les écuries d’Augias</p>
<p>Le site : <a href="https://www.blast-info.fr/" target="_blank" rel="noopener noreferrer">https://www.blast-info.fr/</a><br />
Facebook : <a href="https://www.facebook.com/blastofficiel" target="_blank" rel="noopener noreferrer">https://www.facebook.com/blastofficiel</a><br />
Twitter : <a href="https://twitter.com/blast_france" target="_blank" rel="noopener noreferrer">https://twitter.com/blast_france</a><br />
Instagram : <a href="https://www.instagram.com/blastofficiel/" target="_blank" rel="noopener noreferrer">https://www.instagram.com/blastofficiel/</a><br />
Mastodon : <a href="https://mamot.fr/web/@blast_info" target="_blank" rel="noopener noreferrer">https://mamot.fr/web/@blast_info</a><br />
Peertube : <a href="https://video.blast-info.fr/" target="_blank" rel="noopener noreferrer">https://video.blast-info.fr/</a><br />
Twitch : <a href="https://www.twitch.tv/blastinfo" target="_blank" rel="noopener noreferrer">https://www.twitch.tv/blastinfo</a><br />
Bluesky : <a href="https://bsky.app/profile/blast-info.fr" target="_blank" rel="noopener noreferrer">https://bsky.app/profile/blast-info.fr</a></p>
<p>#impots<br />
#zucman<br />
#taxes</p>
]]></content:encoded>
            <dc:creator>blast, le souffle de l’info</dc:creator>
            <enclosure length="466799967" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/9d1be7ac-e731-40d8-b735-9735334b56a4?videoFileIds=5768899"/>
            <media:community>
                <media:statistics views="82"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/kpefjMQyBXydWUysVQxCeJ"/>
            <media:player url="https://peertube2.cpy.re/w/kpefjMQyBXydWUysVQxCeJ"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/cba677ac-eb17-4e89-8294-6599d45c8ff1-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/193a45b9-3845-4828-a92e-7fb1c3282ca7-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/c894e286-83fc-466f-97ef-6c2492655d1a-480-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/b60877ca-a5c9-4713-b3b8-db17e1c4d27f-240-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/4f3825e8-8afe-4953-a4ff-d681063a37c1-0-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="466799967" url="https://cdn.octos3.fr/peertube-blast/streaming-playlists/hls/9d1be7ac-e731-40d8-b735-9735334b56a4/0a65b35f-86b1-4954-be7d-ac113f699467-1080-fragmented.mp4" framerate="25" duration="2204" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="248283655" url="https://cdn.octos3.fr/peertube-blast/streaming-playlists/hls/9d1be7ac-e731-40d8-b735-9735334b56a4/db0bd4ef-d0d7-4e83-b31a-5bdc1bcd131d-720-fragmented.mp4" framerate="25" duration="2204" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="144166026" url="https://cdn.octos3.fr/peertube-blast/streaming-playlists/hls/9d1be7ac-e731-40d8-b735-9735334b56a4/355980d8-8e11-4274-9d7a-5e474a966727-480-fragmented.mp4" framerate="25" duration="2204" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="71629140" url="https://cdn.octos3.fr/peertube-blast/streaming-playlists/hls/9d1be7ac-e731-40d8-b735-9735334b56a4/363e287a-511a-4bce-8d85-49a6f00a2ca9-240-fragmented.mp4" framerate="25" duration="2204" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="35804881" url="https://cdn.octos3.fr/peertube-blast/streaming-playlists/hls/9d1be7ac-e731-40d8-b735-9735334b56a4/8fbf6108-a90b-43f4-8c7c-a0a1320314a0-0-fragmented.mp4" framerate="0" duration="2204" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/6df11f75-9441-48f7-8ece-323acfe18c2a.jpg" height="480" width="850"/>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/c039ca75-7a76-470f-bf7c-308a7edd934b.jpg" height="157" width="280"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Terreur chez les ultra-riches : le retour de la taxe Zucman</media:title>
            <media:description type="plain">Soutenez Blast, nouveau média indépendant : https://www.blast-info.fr/soutenir Dans ce nouvel épisode de Dissolution, on va se consacrer aux impôts des ultra-riches. Tout le monde le sait aujourd’hui : ils en payent beaucoup moins que ce qu’ils...</media:description>
        </item>
        <item>
            <title><![CDATA[Que fait-on quand il n'y a plus de pétrole pour tous ? Henri Chevalier]]></title>
            <link>https://peertube2.cpy.re/w/bXcpjyvHkKVQrvo1cP8coz</link>
            <guid>https://peertube2.cpy.re/w/bXcpjyvHkKVQrvo1cP8coz</guid>
            <pubDate>Fri, 15 May 2026 17:39:26 GMT</pubDate>
            <description><![CDATA[Thanks for joining our exclusive live broadcast. Feel free to share your questions and interact with other participants in the chat.]]></description>
            <content:encoded><![CDATA[<p>Thanks for joining our exclusive live broadcast. Feel free to share your questions and interact with other participants in the chat.</p>
]]></content:encoded>
            <dc:creator>green_letter_club</dc:creator>
            <enclosure length="317134245" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/58b0521b-02ba-4582-bc1a-9512f508a691?videoFileIds=5768898"/>
            <media:community>
                <media:statistics views="3"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/bXcpjyvHkKVQrvo1cP8coz"/>
            <media:player url="https://peertube2.cpy.re/w/bXcpjyvHkKVQrvo1cP8coz"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/2a9c2cd5-d2f9-4735-9f81-dd420a8a509f-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/17c241cf-0633-4938-bc78-dbe9d8b4dfc1-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/39d16eef-2748-476d-8b5d-23dc7579b979-480-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/e20c473d-760f-4c30-b095-df875d40f88c-240-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/b203c0c4-cf0b-4771-be76-7752f5c9b133-0-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="57243722" url="https://static.indymotion.fr/web-videos/a8e31b6d-6f06-4b20-9f6a-156ef3442d2b-0.mp4" framerate="0" duration="3540" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="317134245" url="https://static.indymotion.fr/streaming-playlists/hls/58b0521b-02ba-4582-bc1a-9512f508a691/686cd715-6e5d-4465-a275-f900a6b97b0a-720-fragmented.mp4" framerate="30" duration="3540" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="218995136" url="https://static.indymotion.fr/streaming-playlists/hls/58b0521b-02ba-4582-bc1a-9512f508a691/3afa7de4-3711-4cea-982b-d77b0dff3dbd-480-fragmented.mp4" framerate="30" duration="3540" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="118788921" url="https://static.indymotion.fr/streaming-playlists/hls/58b0521b-02ba-4582-bc1a-9512f508a691/83df56ec-d28e-4321-8557-0c3df9843794-240-fragmented.mp4" framerate="30" duration="3540" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="57108101" url="https://static.indymotion.fr/streaming-playlists/hls/58b0521b-02ba-4582-bc1a-9512f508a691/d4b5b8d3-07bc-4316-b426-d20d86eba109-0-fragmented.mp4" framerate="0" duration="3540" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/d62e4e1e-b196-4e41-a93c-9abca0bc6f43.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Que fait-on quand il n'y a plus de pétrole pour tous ? Henri Chevalier</media:title>
            <media:description type="plain">Thanks for joining our exclusive live broadcast. Feel free to share your questions and interact with other participants in the chat.</media:description>
        </item>
        <item>
            <title><![CDATA[CYBER KNIGHTS FLASHPOINT #21 - Embauche d'un nouveau soldat et missions annexes [FR]]]></title>
            <link>https://peertube2.cpy.re/w/fsA9yp4Fu5WEZKQejYHTtw</link>
            <guid>https://peertube2.cpy.re/w/fsA9yp4Fu5WEZKQejYHTtw</guid>
            <pubDate>Fri, 15 May 2026 17:00:54 GMT</pubDate>
            <description><![CDATA[À l'occasion de la sortie FR, Gaelden lance sa série sur Cyber Knights Flashpoint ! 🎮 : Cyber Knights Flashpoint : https://store.steampowered.com/app/1021210/Cyber_Knights_Flashpoint/ Merci à nos Mécènes du mois ! Ardarin, Broudaff, EthernH...]]></description>
            <content:encoded><![CDATA[<p>À l'occasion de la sortie FR, Gaelden lance sa série sur Cyber Knights Flashpoint !</p>
<p>🎮 : Cyber Knights Flashpoint : <a href="https://store.steampowered.com/app/1021210/Cyber_Knights_Flashpoint/" target="_blank" rel="noopener noreferrer">https://store.steampowered.com/app/1021210/Cyber_Knights_Flashpoint/</a></p>
<p>Merci à nos Mécènes du mois !</p>
<ul>
<li>Ardarin</li>
<li>Broudaff</li>
<li>EthernHell</li>
<li>Glentharil</li>
<li>Le Baron d'Onyx</li>
<li>Mazamara</li>
<li>Poussinet</li>
<li>ZeCid</li>
<li>Zmoi6</li>
</ul>
<p>Vous avez aimé ? Vous pouvez aider ! <a href="https://fr.tipeee.com/les-jeux-du-cygne" target="_blank" rel="noopener noreferrer">https://fr.tipeee.com/les-jeux-du-cygne</a><br />
Retrouvez toutes les séries en cours : <a href="https://planning.lesjeuxducygne.fr" target="_blank" rel="noopener noreferrer">https://planning.lesjeuxducygne.fr</a><br />
Vous êtes les bienvenus sur notre Discord : <a href="https://discord.gg/pS7SQYjFqd" target="_blank" rel="noopener noreferrer">https://discord.gg/pS7SQYjFqd</a><br />
Et suivez nous sur Mastodon : <a href="https://ludosphere.fr/@lecygnenoir" target="_blank" rel="noopener noreferrer">https://ludosphere.fr/@lecygnenoir</a></p>
<p>Tags: #CyberKnightsFlashpoint #Gaelden #FR</p>
]]></content:encoded>
            <dc:creator>Stratégie et 4X</dc:creator>
            <category>Gaming</category>
            <enclosure length="776748727" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/751652cd-2035-4fbc-8a43-c4cfaac13bd0?videoFileIds=5768867"/>
            <media:community>
                <media:statistics views="1"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/fsA9yp4Fu5WEZKQejYHTtw"/>
            <media:player url="https://peertube2.cpy.re/w/fsA9yp4Fu5WEZKQejYHTtw"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/fee2adeb-2d11-4962-9cb6-b4a0071434c0-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/9d179201-f28a-4b84-a1dd-ab3574d829f3-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/c146a94f-bcec-43b5-a805-44dde3afbe33-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/6f586eea-d21b-494d-97e3-ba16ed51596c-480-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="40284767" url="https://videos.pair2jeux.tube/static/web-videos/8eb423d3-1903-4c9b-a6b0-f7c5a07ae404-0.mp4" framerate="0" duration="1657" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="776748727" url="https://videos.pair2jeux.tube/static/streaming-playlists/hls/751652cd-2035-4fbc-8a43-c4cfaac13bd0/7caf86b5-0982-457b-b651-915218ae6b25-1080-fragmented.mp4" framerate="60" duration="1657" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="167075940" url="https://videos.pair2jeux.tube/static/streaming-playlists/hls/751652cd-2035-4fbc-8a43-c4cfaac13bd0/8714ce43-bf7d-464c-9f4c-431f328a6bd7-720-fragmented.mp4" framerate="60" duration="1657" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="111589911" url="https://videos.pair2jeux.tube/static/streaming-playlists/hls/751652cd-2035-4fbc-8a43-c4cfaac13bd0/ad8a3253-cf35-4802-9044-216aa708fa96-480-fragmented.mp4" framerate="30" duration="1657" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/e1dcdfa5-3c7b-4c22-b9c9-050dd6d2e037.png" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">CYBER KNIGHTS FLASHPOINT #21 - Embauche d'un nouveau soldat et missions annexes [FR]</media:title>
            <media:description type="plain">À l'occasion de la sortie FR, Gaelden lance sa série sur Cyber Knights Flashpoint ! 🎮 : Cyber Knights Flashpoint : https://store.steampowered.com/app/1021210/Cyber_Knights_Flashpoint/ Merci à nos Mécènes du mois ! Ardarin, Broudaff, EthernH...</media:description>
        </item>
        <item>
            <title><![CDATA[Il clima tra eventi estremi e instabilità geopolitiche - Antonello Pasini]]></title>
            <link>https://peertube2.cpy.re/w/ahYSxjrxFbHTgFGrNo1xUB</link>
            <guid>https://peertube2.cpy.re/w/ahYSxjrxFbHTgFGrNo1xUB</guid>
            <pubDate>Fri, 15 May 2026 16:57:42 GMT</pubDate>
            <description><![CDATA[Diretta del 10 maggio 2026]]></description>
            <content:encoded><![CDATA[<p>Diretta del 10 maggio 2026</p>
]]></content:encoded>
            <dc:creator>Parents For Future Italia</dc:creator>
            <enclosure length="286100464" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/4b41324d-51ea-4e3f-b105-8569551786a7?videoFileIds=5768861"/>
            <media:community>
                <media:statistics views="4"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/ahYSxjrxFbHTgFGrNo1xUB"/>
            <media:player url="https://peertube2.cpy.re/w/ahYSxjrxFbHTgFGrNo1xUB"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/b8900ec8-5a06-4460-bf39-ffb4b283d73c-1032.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/89876184-c842-4025-9d7b-332dd8635546-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/2c01a15d-df5c-42cf-9bdb-0db58facfa12-1032-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/e5dc4558-36fe-4629-9563-54b6493f2e42-0-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1032" fileSize="286100464" url="https://peertube.uno/static/web-videos/dc028819-cd7d-474b-8b75-4a165bcaf267-720.mp4" framerate="25" duration="7407" isDefault="true"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="149021744" url="https://peertube.uno/static/web-videos/4b678a6d-2188-4b5e-b16f-4321f5009e1d-0.mp4" framerate="0" duration="7407" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1032" fileSize="135404386" url="https://peertube.uno/static/streaming-playlists/hls/4b41324d-51ea-4e3f-b105-8569551786a7/9b46b1b1-db3a-4961-ab25-307f2a2fe34a-720-fragmented.mp4" framerate="25" duration="7407" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="120152353" url="https://peertube.uno/static/streaming-playlists/hls/4b41324d-51ea-4e3f-b105-8569551786a7/0fb2df44-a5ae-4446-8228-2c2fcf8c7e04-0-fragmented.mp4" framerate="0" duration="7407" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/4362d4bc-c9cd-4dd4-acc1-5f079c364585.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Il clima tra eventi estremi e instabilità geopolitiche - Antonello Pasini</media:title>
            <media:description type="plain">Diretta del 10 maggio 2026</media:description>
        </item>
        <item>
            <title><![CDATA[L'union européenne est un désastre économique, démonstration à écouter d'urgence]]></title>
            <link>https://peertube2.cpy.re/w/mGPSftbuy5ksVYeARAV8uc</link>
            <guid>https://peertube2.cpy.re/w/mGPSftbuy5ksVYeARAV8uc</guid>
            <pubDate>Fri, 15 May 2026 16:31:10 GMT</pubDate>
            <description><![CDATA[Gaël Giraud, directeur de recherche en économie et président d'honneur de l'Institut Rousseau, est questionné à propos des pays qui l'inspirent en terme de politique économique. Il y répond en expliquant le rôle de Banque Centrale Européenne, qui ...]]></description>
            <content:encoded><![CDATA[<p>Gaël Giraud, directeur de recherche en économie et président d'honneur de l'Institut Rousseau, est questionné à propos des pays qui l'inspirent en terme de politique économique. Il y répond en expliquant le rôle de Banque Centrale Européenne, qui condamne les pays de la zone Euro à ne jouer au sport économique qu'avec une seule main.</p>
<p>Réduire la qualité de la vidéo.</p>
<p>S'abonner à la chaîne <a href="https://www.youtube.com/@sator_fr" target="_blank" rel="noopener noreferrer">https://www.youtube.com/@sator_fr</a></p>
<p>Pour changer le système :<br />
Réclamer le RIC constituant : <a href="https://petitions.assemblee-nationale.fr/initiatives/i-2491" target="_blank" rel="noopener noreferrer">https://petitions.assemblee-nationale.fr/initiatives/i-2491</a> <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>Source<br />
Giraud <a href="https://www.youtube.com/watch?v=bgwEZpLKaz8" target="_blank" rel="noopener noreferrer">https://www.youtube.com/watch?v=bgwEZpLKaz8</a><br />
Musique <a href="https://www.youtube.com/watch?v=J6jAOAbwb6U" target="_blank" rel="noopener noreferrer">https://www.youtube.com/watch?v=J6jAOAbwb6U</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>/!\</p>
<p>/!\ <br />
/!\</p>
<p>Quel est le seul objectif de la Banque Centrale Européenne ?<br />
2% d'inflation par an dans la zone Euro.</p>
<p>Dans quel cas les euro-bonds seraient utiles ?<br />
Avoir des recettes fiscales européennes qui permettraient de payer le service de la dette de ces obligations.</p>
<p>Quel fait nous enseignons en économie qui nié par toutes les recherches empiriques ?<br />
La monnaie est neutre, elle n'affecte pas les variables réelles de l'économie.</p>
<p>#giraud #économie #UE #BCE #monnaie #indépendance #extrait #ethiqueettac</p>
]]></content:encoded>
            <dc:creator>ethique_et_tac</dc:creator>
            <enclosure length="52864708" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/a7aa05cf-8fc9-4eb8-8b03-3865e6ba8367?videoFileIds=5768856"/>
            <media:community>
                <media:statistics views="4"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/mGPSftbuy5ksVYeARAV8uc"/>
            <media:player url="https://peertube2.cpy.re/w/mGPSftbuy5ksVYeARAV8uc"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/209e85ed-4df5-4646-ac21-a61dcb7cceac-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/f536ebc7-edbe-4e82-82d1-6ac1bba9b78f-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/ca509070-8c9b-4425-92bc-298c78cffe94-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/ec674634-df0e-436f-bf98-713a73d033f2-480-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/bb33a839-63d6-4062-9fc2-c3917f139b37-240-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/ed35296f-82b4-42c3-9610-d6d02bbf3f78-0-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="14387104" url="https://static.indymotion.fr/web-videos/0c9b98bc-ebe1-4a44-878d-949248611975-0.mp4" framerate="0" duration="461" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="52864708" url="https://static.indymotion.fr/streaming-playlists/hls/a7aa05cf-8fc9-4eb8-8b03-3865e6ba8367/5f03cf26-c7f6-4741-9c29-2522e765d5a1-1080-fragmented.mp4" framerate="25" duration="461" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="33479804" url="https://static.indymotion.fr/streaming-playlists/hls/a7aa05cf-8fc9-4eb8-8b03-3865e6ba8367/d4dd34b1-5f11-437c-a638-77eb0b738bde-720-fragmented.mp4" framerate="25" duration="461" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="22364932" url="https://static.indymotion.fr/streaming-playlists/hls/a7aa05cf-8fc9-4eb8-8b03-3865e6ba8367/97f013d9-f4cd-427f-a565-de268c22492c-480-fragmented.mp4" framerate="25" duration="461" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="13371956" url="https://static.indymotion.fr/streaming-playlists/hls/a7aa05cf-8fc9-4eb8-8b03-3865e6ba8367/ca44ee18-dab0-411b-8978-a73cde4ae1cb-240-fragmented.mp4" framerate="25" duration="461" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="7536426" url="https://static.indymotion.fr/streaming-playlists/hls/a7aa05cf-8fc9-4eb8-8b03-3865e6ba8367/227ac485-9006-498a-8336-6ab851020668-0-fragmented.mp4" framerate="0" duration="461" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/d3320aa7-6073-4376-b65b-0914f8047d43.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">L'union européenne est un désastre économique, démonstration à écouter d'urgence</media:title>
            <media:description type="plain">Gaël Giraud, directeur de recherche en économie et président d'honneur de l'Institut Rousseau, est questionné à propos des pays qui l'inspirent en terme de politique économique. Il y répond en expliquant le rôle de Banque Centrale Européenne, qui ...</media:description>
        </item>
        <item>
            <title><![CDATA[LO SCIENZIATO PELATO! - Gmod: Sandbox]]></title>
            <link>https://peertube2.cpy.re/w/r24vR1QrrnVrHfKYqjZcLs</link>
            <guid>https://peertube2.cpy.re/w/r24vR1QrrnVrHfKYqjZcLs</guid>
            <pubDate>Fri, 15 May 2026 16:16:09 GMT</pubDate>
            <description><![CDATA[Dobbiamo riportare Lyon sulla terra!]]></description>
            <content:encoded><![CDATA[<p>Dobbiamo riportare Lyon sulla terra!</p>
]]></content:encoded>
            <dc:creator>Gabby16bit</dc:creator>
            <category>Gaming</category>
            <enclosure length="15058186" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/ca9a604e-af07-4ad8-b803-d2eeac865526?videoFileIds=5768845"/>
            <media:community>
                <media:statistics views="4"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/r24vR1QrrnVrHfKYqjZcLs"/>
            <media:player url="https://peertube2.cpy.re/w/r24vR1QrrnVrHfKYqjZcLs"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/31f7e52d-c5f0-4b67-a79f-8d538682b66c-360.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/bfcebebb-0419-4122-b23f-a03307dfee68-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/4ae0bd18-0dae-41b2-b29c-08a25cbab11a-360-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/62424ee0-f29f-4278-8b9e-6a499000d5ef-0-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="360" fileSize="15058186" url="https://peertube.uno/static/web-videos/c8fea0fe-618d-469f-8d59-189098c9d1cc-360.mp4" framerate="30" duration="377" isDefault="true"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="6103665" url="https://peertube.uno/static/web-videos/94d0a70c-7334-424a-9251-b747dac53275-0.mp4" framerate="0" duration="377" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="360" fileSize="8769291" url="https://peertube.uno/static/streaming-playlists/hls/ca9a604e-af07-4ad8-b803-d2eeac865526/055ae2b0-65a8-440e-9784-674b97a35fab-360-fragmented.mp4" framerate="30" duration="377" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="6176682" url="https://peertube.uno/static/streaming-playlists/hls/ca9a604e-af07-4ad8-b803-d2eeac865526/02d9c13c-32ad-454e-acee-095d88d9b1b5-0-fragmented.mp4" framerate="0" duration="377" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/7d1aa61a-61a8-4929-8d6d-a8b967c6e34d.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">LO SCIENZIATO PELATO! - Gmod: Sandbox</media:title>
            <media:description type="plain">Dobbiamo riportare Lyon sulla terra!</media:description>
        </item>
        <item>
            <title><![CDATA[Video interactive SPOC mod 4.5]]></title>
            <link>https://peertube2.cpy.re/w/aNNuv8XPUxNicKw84DZbmQ</link>
            <guid>https://peertube2.cpy.re/w/aNNuv8XPUxNicKw84DZbmQ</guid>
            <pubDate>Fri, 15 May 2026 15:39:00 GMT</pubDate>
            <dc:creator>SPOC Transformation numérique &amp; IA</dc:creator>
            <enclosure length="270771536" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/4f6b1cda-ed0c-4fe7-8d9f-70460000f2f8?videoFileIds=5768837"/>
            <media:community>
                <media:statistics views="1"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/aNNuv8XPUxNicKw84DZbmQ"/>
            <media:player url="https://peertube2.cpy.re/w/aNNuv8XPUxNicKw84DZbmQ"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/662ca0b1-29b0-497e-a5f2-525c3cfcd2c1-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/f8ac10a8-c6e8-447e-becb-d6da2b5b8a05-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/02678ed0-96b1-4796-89a0-00d05ff44317-480-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/b1823fab-548a-4d9d-977f-a06f95a2fe8c-240-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/b2d0b38a-88a5-480e-965c-ee0751352862-0-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="11928148" url="https://peertube-video.cdn.tedomum.net/web-videos/02985b84-f10a-4027-b5dd-295ed6aa4c0c-0.mp4" framerate="0" duration="637" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="270771536" url="https://peertube-playlist.cdn.tedomum.net/hls/4f6b1cda-ed0c-4fe7-8d9f-70460000f2f8/acc1f39d-60c8-4fce-8811-7e95acdb3b44-1080-fragmented.mp4" framerate="30" duration="637" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="23841829" url="https://peertube-playlist.cdn.tedomum.net/hls/4f6b1cda-ed0c-4fe7-8d9f-70460000f2f8/c307426b-04ac-49e3-a226-bcae159508dd-480-fragmented.mp4" framerate="30" duration="637" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="14458555" url="https://peertube-playlist.cdn.tedomum.net/hls/4f6b1cda-ed0c-4fe7-8d9f-70460000f2f8/9c28e94c-9521-4655-b5af-abeb179caf11-240-fragmented.mp4" framerate="30" duration="637" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="11952826" url="https://peertube-playlist.cdn.tedomum.net/hls/4f6b1cda-ed0c-4fe7-8d9f-70460000f2f8/9ee94a48-6eee-4bcf-8e44-a8be0d0eb932-0-fragmented.mp4" framerate="0" duration="637" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/f6b5d58d-8e36-472a-bd0a-4d01b4e4df3d.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Video interactive SPOC mod 4.5</media:title>
        </item>
        <item>
            <title><![CDATA[PHILIPPE POUTOU SECOUE LA GAUCHE : “ON NE PEUT PLUS ÊTRE SAGES !”]]></title>
            <link>https://peertube2.cpy.re/w/nMDim5FE3T4rXFrMAuTiJC</link>
            <guid>https://peertube2.cpy.re/w/nMDim5FE3T4rXFrMAuTiJC</guid>
            <pubDate>Fri, 15 May 2026 14:53:08 GMT</pubDate>
            <description><![CDATA[⚠️ Nous voulons franchir une étape décisive : faire irruption sur la TNT francilienne ! Soutenez nous sur 👉 https://tnt.lemediatv.fr 🔴 Soutenez le Média ! 👉 https://soutenez.lemediatv.fr (CB - SEPA - Chèque) ⚠️ Le Média est également diffusé s...]]></description>
            <content:encoded><![CDATA[<p>⚠️ Nous voulons franchir une étape décisive : faire irruption sur la TNT francilienne !<br />
Soutenez nous sur 👉 <a href="https://tnt.lemediatv.fr" target="_blank" rel="noopener noreferrer">https://tnt.lemediatv.fr</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 165 de la Freebox, sur le canal 235 de la Livebox (Orange) et sur le bouquet GRATUIT de l'application Molotov TV.</p>
<p>Quatre candidatures présidentielles, des centaines de séquences virales, une voix qui dérange dans les débats télévisés. Philippe Poutou ne fait pas de politique comme les autres. Ancien ouvrier à Ford Blanquefort, délégué syndical devenu figure de la gauche radicale, il incarne l’exigence que la politique parlée de la classe ouvrière soit incarnée par la classe ouvrière elle-même.</p>
<p>Dans cet entretien, il revient sur ce qui l’a mené en politique. C’est à l’usine que tout s’est joué pour lui. Là où il a découvert que parler pour les ouvriers sans les représenter était une imposture que la gauche institutionnelle s’autorisait depuis longtemps.</p>
<p>Les séquences Poutou sur les médias mainstream sont un brin d’air frais pour les militants de gauche. Pourquoi ? Car il utilise des mots directs pour dénoncer la bourgeoisie et le racisme. Alors qu’une partie de la gauche devient timide quand il faut plaire aux médias, la a droite radicale, elle, a remporté la bataille des mots. « Ensauvagement », « grand remplacement », « wokisme », ces termes structurent désormais le débat public.<br />
Poutou, lui, refuse d’abandonner les mots qui font peur aux bien-pensants : patrons, riches, lutte des classes. Des mots « vieux », oui, mais nécessaires.</p>
<p>La question de l’union des gauches revient inévitablement. Quelles sont les lignes rouges ? Comment faire bloc sans renier ses principes ? Et face aux électeurs qui basculent vers le RN : les convaincre ou mobiliser les abstentionnistes ?</p>
<p>Pour 2027, Poutou hésite. Quatre fois candidat, il envisagerait de se ranger derrière Jean-Luc Mélenchon et il demande à la France Insoumise de travailler avec les mouvements « à sa gauche ».</p>
<p>Pour finir a culture : ses artistes du moment, son dernier concert, le film politique qui l’a marqué, le livre pour comprendre notre époque.</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>
            <category>News &amp; Politics</category>
            <enclosure length="729176212" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/b06f5e2d-6370-4e91-84f4-a45bb189d4c4?videoFileIds=5768834"/>
            <media:community>
                <media:statistics views="20"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/nMDim5FE3T4rXFrMAuTiJC"/>
            <media:player url="https://peertube2.cpy.re/w/nMDim5FE3T4rXFrMAuTiJC"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/c26b66bb-17f6-4fe4-87a9-5dd55b2ffb15-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/4e577624-c38a-4dbb-b8ca-30905d37a14f-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/da9b3e17-1805-4198-b9a9-756206cb6ffe-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/c3822bf5-8644-4ddb-9f89-ab1866c1c090-360-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/761276fa-543e-40aa-9d60-356d216596a8-240-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="43413246" url="https://cdn.octos3.fr/peertube-mtv/web-videos/3308edf1-9a21-4c76-a6b7-510dd0a4fddb-0.mp4" framerate="0" duration="3050" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="729176212" url="https://cdn.octos3.fr/peertube-mtv/streaming-playlists/hls/b06f5e2d-6370-4e91-84f4-a45bb189d4c4/e257e42b-1000-4653-8d78-1f80863cfee7-1080-fragmented.mp4" framerate="25" duration="3050" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="427213352" url="https://cdn.octos3.fr/peertube-mtv/streaming-playlists/hls/b06f5e2d-6370-4e91-84f4-a45bb189d4c4/b219e492-b94a-47e6-83ec-3de0d4eb6bf3-720-fragmented.mp4" framerate="25" duration="3050" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="360" fileSize="188961621" url="https://cdn.octos3.fr/peertube-mtv/streaming-playlists/hls/b06f5e2d-6370-4e91-84f4-a45bb189d4c4/fdb8a72b-f096-48b8-ac3a-91cde4809755-360-fragmented.mp4" framerate="25" duration="3050" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="127675925" url="https://cdn.octos3.fr/peertube-mtv/streaming-playlists/hls/b06f5e2d-6370-4e91-84f4-a45bb189d4c4/32ca1fb4-91e6-4174-95d0-16b4d058d71a-240-fragmented.mp4" framerate="25" duration="3050" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/863629bf-9ef8-4192-81d1-406b12a82bbb.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">PHILIPPE POUTOU SECOUE LA GAUCHE : “ON NE PEUT PLUS ÊTRE SAGES !”</media:title>
            <media:description type="plain">⚠️ Nous voulons franchir une étape décisive : faire irruption sur la TNT francilienne ! Soutenez nous sur 👉 https://tnt.lemediatv.fr 🔴 Soutenez le Média ! 👉 https://soutenez.lemediatv.fr (CB - SEPA - Chèque) ⚠️ Le Média est également diffusé s...</media:description>
        </item>
        <item>
            <title><![CDATA[PHILIPPE POUTOU SECOUE LA GAUCHE : “ON NE PEUT PLUS ÊTRE SAGES !”]]></title>
            <link>https://peertube2.cpy.re/w/ejLjZqf9QfkB41ss3V6HTr</link>
            <guid>https://peertube2.cpy.re/w/ejLjZqf9QfkB41ss3V6HTr</guid>
            <pubDate>Fri, 15 May 2026 14:50:00 GMT</pubDate>
            <description><![CDATA[⚠️ Nous voulons franchir une étape décisive : faire irruption sur la TNT francilienne ! Soutenez nous sur 👉 https://tnt.lemediatv.fr 🔴 Soutenez le Média ! 👉 https://soutenez.lemediatv.fr (CB - SEPA - Chèque) ⚠️ Le Média est également diffusé s...]]></description>
            <content:encoded><![CDATA[<p>⚠️ Nous voulons franchir une étape décisive : faire irruption sur la TNT francilienne !<br />
Soutenez nous sur 👉 <a href="https://tnt.lemediatv.fr" target="_blank" rel="noopener noreferrer">https://tnt.lemediatv.fr</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 165 de la Freebox, sur le canal 235 de la Livebox (Orange) et sur le bouquet GRATUIT de l'application Molotov TV.</p>
<p>Quatre candidatures présidentielles, des centaines de séquences virales, une voix qui dérange dans les débats télévisés. Philippe Poutou ne fait pas de politique comme les autres. Ancien ouvrier à Ford Blanquefort, délégué syndical devenu figure de la gauche radicale, il incarne l’exigence que la politique parlée de la classe ouvrière soit incarnée par la classe ouvrière elle-même.</p>
<p>Dans cet entretien, il revient sur ce qui l’a mené en politique. C’est à l’usine que tout s’est joué pour lui. Là où il a découvert que parler pour les ouvriers sans les représenter était une imposture que la gauche institutionnelle s’autorisait depuis longtemps.</p>
<p>Les séquences Poutou sur les médias mainstream sont un brin d’air frais pour les militants de gauche. Pourquoi ? Car il utilise des mots directs pour dénoncer la bourgeoisie et le racisme. Alors qu’une partie de la gauche devient timide quand il faut plaire aux médias, la a droite radicale, elle, a remporté la bataille des mots. « Ensauvagement », « grand remplacement », « wokisme », ces termes structurent désormais le débat public.<br />
Poutou, lui, refuse d’abandonner les mots qui font peur aux bien-pensants : patrons, riches, lutte des classes. Des mots « vieux », oui, mais nécessaires.</p>
<p>La question de l’union des gauches revient inévitablement. Quelles sont les lignes rouges ? Comment faire bloc sans renier ses principes ? Et face aux électeurs qui basculent vers le RN : les convaincre ou mobiliser les abstentionnistes ?</p>
<p>Pour 2027, Poutou hésite. Quatre fois candidat, il envisagerait de se ranger derrière Jean-Luc Mélenchon et il demande à la France Insoumise de travailler avec les mouvements « à sa gauche ».</p>
<p>Pour finir a culture : ses artistes du moment, son dernier concert, le film politique qui l’a marqué, le livre pour comprendre notre époque.</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="656160468" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/6be58218-0275-4db2-83dd-0c9a4d252e43?videoFileIds=5768830"/>
            <media:community>
                <media:statistics views="31"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/ejLjZqf9QfkB41ss3V6HTr"/>
            <media:player url="https://peertube2.cpy.re/w/ejLjZqf9QfkB41ss3V6HTr"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/2a2ac619-993f-41ea-94bb-de610f471a1c-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/e9a8a576-92df-4716-968d-8b2a2edcf665-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/6694d170-312b-4a47-b569-56f3609802fd-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/9416f5f0-86fe-46a4-abe2-0e05b1432434-360-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/7ccb0d14-793d-46bc-abd5-0657c7769e33-240-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="97048750" url="https://cdn.octos3.fr/peertube-mtv/web-videos/9e9f246c-fa45-49cc-9ce2-1d7c0ad3b322-0.mp4" framerate="0" duration="3050" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="656160468" url="https://cdn.octos3.fr/peertube-mtv/streaming-playlists/hls/6be58218-0275-4db2-83dd-0c9a4d252e43/fa2cf396-d84c-4cf2-b30b-9567b1a81ddc-1080-fragmented.mp4" framerate="25" duration="3050" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="417452143" url="https://cdn.octos3.fr/peertube-mtv/streaming-playlists/hls/6be58218-0275-4db2-83dd-0c9a4d252e43/dbfe148e-f9fa-472d-96e5-1287c91c31f7-720-fragmented.mp4" framerate="25" duration="3050" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="360" fileSize="185282518" url="https://cdn.octos3.fr/peertube-mtv/streaming-playlists/hls/6be58218-0275-4db2-83dd-0c9a4d252e43/f16155a1-e79f-482d-8d1a-958c3fd0421b-360-fragmented.mp4" framerate="25" duration="3050" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="125683498" url="https://cdn.octos3.fr/peertube-mtv/streaming-playlists/hls/6be58218-0275-4db2-83dd-0c9a4d252e43/724e69be-8485-4a04-8b8b-1c75e9ceba62-240-fragmented.mp4" framerate="25" duration="3050" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/d23cd019-d9c1-4b35-a19c-e5c89e96dc79.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">PHILIPPE POUTOU SECOUE LA GAUCHE : “ON NE PEUT PLUS ÊTRE SAGES !”</media:title>
            <media:description type="plain">⚠️ Nous voulons franchir une étape décisive : faire irruption sur la TNT francilienne ! Soutenez nous sur 👉 https://tnt.lemediatv.fr 🔴 Soutenez le Média ! 👉 https://soutenez.lemediatv.fr (CB - SEPA - Chèque) ⚠️ Le Média est également diffusé s...</media:description>
        </item>
        <item>
            <title><![CDATA[Jean (@LinuxGuides) und Hauke schauen sich den KI-Agenten "Hermes Agent" an - Live]]></title>
            <link>https://peertube2.cpy.re/w/ouR4aXfyGGni9xMHBxw6ep</link>
            <guid>https://peertube2.cpy.re/w/ouR4aXfyGGni9xMHBxw6ep</guid>
            <pubDate>Fri, 15 May 2026 13:31:34 GMT</pubDate>
            <description><![CDATA[Hermes Agent: https://hermes-agent.nousresearch.com 5. Tübinger Tage der digitalen Freiheit: https://tdf.cttue.de Linux Talk 11 Trailer: https://www.youtube.com/watch?v=2FjIDcRKaeE Support könnt Ihr bei uns buchen unter: https://goos-hab...]]></description>
            <content:encoded><![CDATA[<p>Hermes Agent: <a href="https://hermes-agent.nousresearch.com" target="_blank" rel="noopener noreferrer">https://hermes-agent.nousresearch.com</a><br />
5. Tübinger Tage der digitalen Freiheit: <a href="https://tdf.cttue.de" target="_blank" rel="noopener noreferrer">https://tdf.cttue.de</a><br />
Linux Talk 11 Trailer: <a href="https://www.youtube.com/watch?v=2FjIDcRKaeE" target="_blank" rel="noopener noreferrer">https://www.youtube.com/watch?v=2FjIDcRKaeE</a></p>
<p>Support könnt Ihr bei uns buchen unter:</p>
<ul>
<li><a href="https://goos-habermann.de" target="_blank" rel="noopener noreferrer">https://goos-habermann.de</a></li>
<li><a href="https://www.linuxguides.de" target="_blank" rel="noopener noreferrer">https://www.linuxguides.de</a></li>
</ul>
<p>Den Live-Stream gibt es auf:</p>
<ul>
<li><a href="https://www.twitch.tv/linuxguides" target="_blank" rel="noopener noreferrer">https://www.twitch.tv/linuxguides</a></li>
<li><a href="https://www.linuxguides.de/live" target="_blank" rel="noopener noreferrer">https://www.linuxguides.de/live</a></li>
<li><a href="https://www.youtube.com/@LinuxGuides" target="_blank" rel="noopener noreferrer">https://www.youtube.com/@LinuxGuides</a></li>
<li><a href="https://www.youtube.com/@nichtderweisheit" target="_blank" rel="noopener noreferrer">https://www.youtube.com/@nichtderweisheit</a></li>
</ul>
]]></content:encoded>
            <dc:creator>Nicht der Weisheit letzter Schluß</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="1087142960" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/b6301b6b-0b11-4e43-8494-ea7d26f5f2fd?videoFileIds=5768801"/>
            <media:community>
                <media:statistics views="9"/>
            </media:community>
            <media:embed url="https://peertube2.cpy.re/videos/embed/ouR4aXfyGGni9xMHBxw6ep"/>
            <media:player url="https://peertube2.cpy.re/w/ouR4aXfyGGni9xMHBxw6ep"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/6da5e37b-a045-41aa-a30b-21714e9a7cd6-1080.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/50f6aa3c-d866-4bb7-9094-33310ebd220d-480.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/a96b313a-882f-42b8-93eb-7f99dc7a0cb3-360.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/4b69cf9a-013f-4be0-bc10-67f1147851cb-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/a6ba95b6-1aa2-41e9-8032-aea1cc754144-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/34eda314-23e2-4722-9dd9-b0204616c293-480-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/0ced1a72-ffda-4454-8ccc-169be970e461-360-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/03f3589c-4294-4aa8-b8ca-a59125ee0744-0-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="1087142960" url="https://media.tube.tchncs.de/videos/ddbe47b5-c956-4d07-ae51-e8c747324785-1080.mp4" framerate="30" duration="9217" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="591988554" url="https://media.tube.tchncs.de/videos/c3fac49b-e221-40ff-9a07-e77a10efaac3-480.mp4" framerate="30" duration="9217" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="360" fileSize="493490477" url="https://media.tube.tchncs.de/videos/7a035038-c93e-4637-9f29-0684879d9bc6-360.mp4" framerate="30" duration="9217" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="289149437" url="https://media.tube.tchncs.de/videos/c70c626f-9f7d-4c0b-9cbe-564121f8e67f-0.mp4" framerate="0" duration="9217" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="1081816630" url="https://media.tube.tchncs.de/streaming-playlists/hls/b6301b6b-0b11-4e43-8494-ea7d26f5f2fd/1050af87-0590-497b-8d9a-50a63147819c-1080-fragmented.mp4" framerate="30" duration="9217" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="586556564" url="https://media.tube.tchncs.de/streaming-playlists/hls/b6301b6b-0b11-4e43-8494-ea7d26f5f2fd/a622d439-bbe2-4002-9292-cfc10302f276-480-fragmented.mp4" framerate="30" duration="9217" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="360" fileSize="488007615" url="https://media.tube.tchncs.de/streaming-playlists/hls/b6301b6b-0b11-4e43-8494-ea7d26f5f2fd/991d3a8f-e003-4358-94d9-7d1b661c1e39-360-fragmented.mp4" framerate="30" duration="9217" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="287777339" url="https://media.tube.tchncs.de/streaming-playlists/hls/b6301b6b-0b11-4e43-8494-ea7d26f5f2fd/cbec5894-f5cd-4bc4-bf74-5c1c6493faf3-0-fragmented.mp4" framerate="0" duration="9217" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/95e82fce-49b7-4de5-a4a8-2aef0b91a29e.png" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Jean (@LinuxGuides) und Hauke schauen sich den KI-Agenten "Hermes Agent" an - Live</media:title>
            <media:description type="plain">Hermes Agent: https://hermes-agent.nousresearch.com 5. Tübinger Tage der digitalen Freiheit: https://tdf.cttue.de Linux Talk 11 Trailer: https://www.youtube.com/watch?v=2FjIDcRKaeE Support könnt Ihr bei uns buchen unter: https://goos-hab...</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
videoChannelId
required
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

withStats
boolean

include daily view statistics for the last 30 days 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,
  • "emailPublic": 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

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",
  • "isLocal": true,
  • "banners": [
    ],
  • "ownerAccount": {
    }
}

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

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 (Brazilian)",
  • "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-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 pending 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

support
any

How to support/fund the channel

Responses

Request samples

Content type
application/json
{
  • "displayName": null,
  • "description": null,
  • "support": null,
  • "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",
  • "isLocal": true,
  • "banners": [
    ],
  • "ownerAccount": {
    }
}

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

support
any

How to support/fund the channel

Responses

Request samples

Content type
application/json
{
  • "displayName": null,
  • "description": null,
  • "support": null,
  • "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

withStats
boolean

include daily view statistics for the last 30 days 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

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)

header Parameters
x-peertube-video-password
string

Required on password protected video

Responses

Response samples

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

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

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

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

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

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

Responses

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

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

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

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": [
    ]
}

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

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.2.0-rc.1-nightly-2026-05-15",
  • "serverCommit": "",
  • "transcoding": {
    },
  • "live": {
    },
  • "videoStudio": {
    },
  • "videoFile": {
    },
  • "videoTranscription": {
    },
  • "import": {
    },
  • "export": {
    },
  • "autoBlacklist": {
    },
  • "avatar": {
    },
  • "banner": {
    },
  • "logo": {
    },
  • "video": {
    },
  • "videoCaption": {
    },
  • "user": {
    },
  • "videoChannels": {
    },
  • "trending": {
    },
  • "tracker": {
    },
  • "followings": {},
  • "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": {
    },
  • "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
Enum: "activitypub-follow" "activitypub-http-broadcast" "activitypub-http-fetcher" "activitypub-http-unicast" "email" "video-transcoding" "video-file-import" "video-import" "videos-stats" "activitypub-refresher" "video-redundancy" "video-live-ending" "video-channel-import"

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": [
    ]
}

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": [
    ]
}