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.
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.
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.
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.
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.
Some fields could be included with previous versions. They are still included but their use is deprecated:
error: superseded by detailWe 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 |
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.
PeerTube >= 6.0
| filename required | string Filename |
| videoFileToken | string Video file token generated by PeerTube so you don't need to provide an OAuth token in the request header. |
| filename required | string Filename |
| 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. |
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.
| videoId required | integer >= 1 Example: 42 The video id |
| 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. |
| format required | string Enum: "xml" "rss" "rss2" "atom" "atom1" "json" "json1" format expected (we focus on making |
| 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 |
<?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>Tue, 11 Nov 2025 04:03:42 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/177f70c4-ddef-4bb6-bc96-b00d5e2a0e05.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[Tips to fix your drawing and linearts on Krita - Vincent Cantin]]></title> <link>https://peertube2.cpy.re/w/aZfzJENu5ugyQjgdMCrkww;threadId=182369</link> <guid>https://peertube2.cpy.re/w/aZfzJENu5ugyQjgdMCrkww;threadId=182369</guid> <pubDate>Mon, 10 Nov 2025 15:28:35 GMT</pubDate> <content:encoded><![CDATA[<p><span><a href="https://peertube.touhoppai.moe/accounts/shichimi" class="u-url mention" target="_blank" rel="noopener noreferrer">@<span>shichimi</span></a></span> The M key joke was good 😄</p>]]></content:encoded> <dc:creator>Vincent Cantin</dc:creator> </item> <item> <title><![CDATA[Netshacker : le longplay avec l'option Linux. - Malck0]]></title> <link>https://peertube2.cpy.re/w/ubg5ou8uENr6gZRaKFUkuh;threadId=182368</link> <guid>https://peertube2.cpy.re/w/ubg5ou8uENr6gZRaKFUkuh;threadId=182368</guid> <pubDate>Mon, 10 Nov 2025 08:34:04 GMT</pubDate> <content:encoded><![CDATA[<p>Et voila notre Tonton Fred qui bascule du coté obscur de la force ......Mention spéciale pour le brut force qui s'est éxécuté a une vitesse ... 😉 . Tccchus !!!</p> ]]></content:encoded> <dc:creator>Malck0</dc:creator> </item> <item> <title><![CDATA[Les algorithmes tueront-ils notre attention ? avec Sonia Bressler- SHOCKING ! 4 Part.1/2 - Étienne Parmentier]]></title> <link>https://peertube2.cpy.re/w/dA8H1CtTUfC5Fxb6xTpCeD;threadId=182367</link> <guid>https://peertube2.cpy.re/w/dA8H1CtTUfC5Fxb6xTpCeD;threadId=182367</guid> <pubDate>Mon, 10 Nov 2025 07:27:31 GMT</pubDate> <content:encoded><![CDATA[<p><span><a href="https://skeptikon.fr/accounts/metadechoc" class="u-url mention" target="_blank" rel="noopener noreferrer">@<span>metadechoc</span></a></span> je trouve que l’invité balance trop de chiffres, de statistiques choquantes, il n’y a aucun répondant derrière, aucune remise en question. J’ai l’impression que l’invité markettent très bien ses idées sans nous donner d’informations claires, de la précision.</p>]]></content:encoded> <dc:creator>Étienne Parmentier</dc:creator> </item> <item> <title><![CDATA[Intergalactic Wasabi Mix - Live Mix by snowdusk - Episode 1174 - aNONradio.net - 2025/10/19 - snowdusk]]></title> <link>https://peertube2.cpy.re/w/uHoLDtQ5vF6QUfkabjivwD;threadId=182230</link> <guid>https://peertube2.cpy.re/w/uHoLDtQ5vF6QUfkabjivwD;threadId=182230</guid> <pubDate>Mon, 10 Nov 2025 01:44:16 GMT</pubDate> <content:encoded><![CDATA[<p>@salinger3@diaspodon.fr Thank you so much!!</p> ]]></content:encoded> <dc:creator>snowdusk</dc:creator> </item> <item> <title><![CDATA[Restauration mini-chaîne Sharp MD-X60 / MD-X60H - John-John]]></title> <link>https://peertube2.cpy.re/w/4yMtMG9GwrAEhNTATKEmCc;threadId=182320</link> <guid>https://peertube2.cpy.re/w/4yMtMG9GwrAEhNTATKEmCc;threadId=182320</guid> <pubDate>Sun, 09 Nov 2025 08:36:35 GMT</pubDate> <content:encoded><![CDATA[<p>@videos@video.neliger.com Merci aux chinois de continuer à faire des "compatibles" (contrefaçon) sur beaucoup de modèles.</p> ]]></content:encoded> <dc:creator>John-John</dc:creator> </item> <item> <title><![CDATA[Temps Réel #27 (7/11/2025) - Gruik]]></title> <link>https://peertube2.cpy.re/w/2345NFev69ikkZkUWXBqMW;threadId=182363</link> <guid>https://peertube2.cpy.re/w/2345NFev69ikkZkUWXBqMW;threadId=182363</guid> <pubDate>Sat, 08 Nov 2025 19:53:19 GMT</pubDate> <content:encoded><![CDATA[<p><span><a href="https://peertube.fenarinarsa.com/accounts/fenarinarsa" class="u-url mention" target="_blank" rel="noopener noreferrer">@<span>fenarinarsa</span></a></span> you're on the tv <span><a href="https://mas.to/@h0ffman" class="u-url mention" target="_blank" rel="noopener noreferrer">@<span>h0ffman</span></a></span></p>]]></content:encoded> <dc:creator>Gruik</dc:creator> </item> <item> <title><![CDATA[GNOME drops X11, Debian's Rust dependency, Ubuntu's desktop plans: Linux Weekly News - Azufre36]]></title> <link>https://peertube2.cpy.re/w/j21VyMr6BgMWBLj1HiAo2S;threadId=182359</link> <guid>https://peertube2.cpy.re/w/j21VyMr6BgMWBLj1HiAo2S;threadId=182359</guid> <pubDate>Sat, 08 Nov 2025 18:50:51 GMT</pubDate> <content:encoded><![CDATA[<p>I like wayland protocol support and how it's getting better but there are still some problems, like making OBS to record with a keyboard shortcut when it is not the upper window.<br /> And there is a lot of PCs (mine) which are old and not compatible with wayland so I expect some desktops still support it for many years, I don't want a windows 11 moment to stop using a perfectly working machine...</p> ]]></content:encoded> <dc:creator>Azufre36</dc:creator> </item> <item> <title><![CDATA[DGLFI, ép. 67 : LainOS, la distribution lourdingue qui veut vous hynoptiser. - Ange des ténèbres 🐈]]></title> <link>https://peertube2.cpy.re/w/gKxiUSW6N4rmgXjoqMcWtj;threadId=182352</link> <guid>https://peertube2.cpy.re/w/gKxiUSW6N4rmgXjoqMcWtj;threadId=182352</guid> <pubDate>Sat, 08 Nov 2025 17:57:02 GMT</pubDate> <content:encoded><![CDATA[<p><span><a href="https://peertube.pcservice46.fr/accounts/clashoffredo" class="u-url mention" target="_blank" rel="noopener noreferrer">@<span>clashoffredo</span></a></span> Une bonne DGLFI comme on les aime</p>]]></content:encoded> <dc:creator>Ange des ténèbres 🐈</dc:creator> </item> <item> <title><![CDATA[16 cool new (and old) GNOME extensions & applications! - Louis]]></title> <link>https://peertube2.cpy.re/w/jbdvvRhhdf9PLpAPcwvVGz;threadId=182357</link> <guid>https://peertube2.cpy.re/w/jbdvvRhhdf9PLpAPcwvVGz;threadId=182357</guid> <pubDate>Sat, 08 Nov 2025 17:02:00 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> Great list, thanks for the video :) I'm definitely gonna try Gradia (Gimp isn't optimal for quick little annotations like this indeed).</p><p>@16:20 you mention that Nextcloud doesn't support Task recurrence, but it does actually (I use it a lot!)</p>]]></content:encoded> <dc:creator>Louis</dc:creator> </item> <item> <title><![CDATA[DGLFI, ép. 67 : LainOS, la distribution lourdingue qui veut vous hynoptiser. - Malck0]]></title> <link>https://peertube2.cpy.re/w/gKxiUSW6N4rmgXjoqMcWtj;threadId=182353</link> <guid>https://peertube2.cpy.re/w/gKxiUSW6N4rmgXjoqMcWtj;threadId=182353</guid> <pubDate>Sat, 08 Nov 2025 16:32:16 GMT</pubDate> <content:encoded><![CDATA[<p>Salut Tonton, Omarchy va faire des petits , et ils ne seront pas toujours bien nés.... Tchuuusss !!!</p> ]]></content:encoded> <dc:creator>Malck0</dc:creator> </item> <item> <title><![CDATA[DGLFI, ép. 67 : LainOS, la distribution lourdingue qui veut vous hynoptiser. - Ange des ténèbres 🐈]]></title> <link>https://peertube2.cpy.re/w/gKxiUSW6N4rmgXjoqMcWtj;threadId=182352</link> <guid>https://peertube2.cpy.re/w/gKxiUSW6N4rmgXjoqMcWtj;threadId=182352</guid> <pubDate>Sat, 08 Nov 2025 14:25:54 GMT</pubDate> <content:encoded><![CDATA[<p><span><a href="https://peertube.pcservice46.fr/accounts/clashoffredo" class="u-url mention" target="_blank" rel="noopener noreferrer">@<span>clashoffredo</span></a></span> Entre le site et l'écran de connexion, cela en disait déjà long mais l'après est énorme, c'est le cas de le dire 🤣</p>]]></content:encoded> <dc:creator>Ange des ténèbres 🐈</dc:creator> </item> <item> <title><![CDATA[Arena, l' un des premiers navigateurs web graphique - Ange des ténèbres 🐈]]></title> <link>https://peertube2.cpy.re/w/jioKYGKkTC72Kdx5HRziN3;threadId=182351</link> <guid>https://peertube2.cpy.re/w/jioKYGKkTC72Kdx5HRziN3;threadId=182351</guid> <pubDate>Sat, 08 Nov 2025 14:19:01 GMT</pubDate> <content:encoded><![CDATA[<p><span><a href="https://peertube.pcservice46.fr/accounts/clashoffredo" class="u-url mention" target="_blank" rel="noopener noreferrer">@<span>clashoffredo</span></a></span> Encore une découverte ^^</p>]]></content:encoded> <dc:creator>Ange des ténèbres 🐈</dc:creator> </item> <item> <title><![CDATA[Intergalactic Wasabi Mix - Live Mix by snowdusk - Episode 1172 - aNONradio.net - 2025/10/12 - snowdusk]]></title> <link>https://peertube2.cpy.re/w/cFSsYLP6vuBLUr6qTqonkk;threadId=182184</link> <guid>https://peertube2.cpy.re/w/cFSsYLP6vuBLUr6qTqonkk;threadId=182184</guid> <pubDate>Sat, 08 Nov 2025 00:37:04 GMT</pubDate> <content:encoded><![CDATA[<p>@peron aww thank you so much!!! just saw your comments!</p> ]]></content:encoded> <dc:creator>snowdusk</dc:creator> </item> <item> <title><![CDATA[L'entretien d'embauche, une humiliation organisée - Lien Rag]]></title> <link>https://peertube2.cpy.re/w/hPBYRnmE4i7EeQDTYyVhRf;threadId=182343</link> <guid>https://peertube2.cpy.re/w/hPBYRnmE4i7EeQDTYyVhRf;threadId=182343</guid> <pubDate>Fri, 07 Nov 2025 21:40:21 GMT</pubDate> <content:encoded><![CDATA[<p>Mais maintenant <span><a href="https://piaille.fr/@Modiie" class="u-url mention" target="_blank" rel="noopener noreferrer">@<span>Modiie</span></a></span> si tu te mets à faire tes propres émissions au lieu d'améliorer celles des autres, ils vont devenir quoi les pauvres vidéastes masculins ? Tu vois bien avec CddM que Cotentin tout seul n'est pas au même niveau que ce que vous arrivez à faire ensemble...</p>]]></content:encoded> <dc:creator>Lien Rag</dc:creator> </item> <item> <title><![CDATA[L'entretien d'embauche, une humiliation organisée - Lien Rag]]></title> <link>https://peertube2.cpy.re/w/hPBYRnmE4i7EeQDTYyVhRf;threadId=182343</link> <guid>https://peertube2.cpy.re/w/hPBYRnmE4i7EeQDTYyVhRf;threadId=182343</guid> <pubDate>Fri, 07 Nov 2025 21:37:32 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>C'est pas ce à quoi je m'attendais mais c'est pas mal du tout, merci ! Et doublement merci parce que maintenant on a une trace vidéo de pourquoi <a href="https://mastodon.tedomum.net/tags/WelcomeToTheJungle" class="mention hashtag" rel="noopener noreferrer" target="_blank">#<span>WelcomeToTheJungle</span></a> est inacceptable comme intermédiaire...</p>]]></content:encoded> <dc:creator>Lien Rag</dc:creator> </item> <item> <title><![CDATA[De la charrue à Google, le côté OBSCUR de la TECH 👹 / MOLOCH Ép1 (ft. @ApresLaBiere ) - krustije]]></title> <link>https://peertube2.cpy.re/w/rHMnpyFhCgB6N5AuFNrWkw;threadId=182341</link> <guid>https://peertube2.cpy.re/w/rHMnpyFhCgB6N5AuFNrWkw;threadId=182341</guid> <pubDate>Fri, 07 Nov 2025 08:40:03 GMT</pubDate> <content:encoded><![CDATA[<p>Très content que la série soit disponible sur PeerTube : ) Merci pour tout 👏</p> ]]></content:encoded> <dc:creator>krustije</dc:creator> </item> <item> <title><![CDATA[Car graveyard, filled with abandoned cars. Somewhere in Ireland 🇮🇪 - harrys shut]]></title> <link>https://peertube2.cpy.re/w/q3kQGRH46LBocQ5pCMQJmd;threadId=182340</link> <guid>https://peertube2.cpy.re/w/q3kQGRH46LBocQ5pCMQJmd;threadId=182340</guid> <pubDate>Thu, 06 Nov 2025 22:08:14 GMT</pubDate> <content:encoded><![CDATA[<p>old Bedford J-type , at the start, cool</p> ]]></content:encoded> <dc:creator>harrys shut</dc:creator> </item> <item> <title><![CDATA[Siag Office, une trousse bureautique légère et oubliée - Ange des ténèbres 🐈]]></title> <link>https://peertube2.cpy.re/w/28s1whyRM13NpHRuPN8mDu;threadId=182330</link> <guid>https://peertube2.cpy.re/w/28s1whyRM13NpHRuPN8mDu;threadId=182330</guid> <pubDate>Thu, 06 Nov 2025 20:10:42 GMT</pubDate> <content:encoded><![CDATA[<p><span><a href="https://peertube.pcservice46.fr/accounts/clashoffredo" class="u-url mention" target="_blank" rel="noopener noreferrer">@<span>clashoffredo</span></a></span> Bon rétablissement dans ce cas 😺</p>]]></content:encoded> <dc:creator>Ange des ténèbres 🐈</dc:creator> </item> <item> <title><![CDATA[nouveau logo Presse, explications de son créateur - nicolas ⁂]]></title> <link>https://peertube2.cpy.re/w/4w5T7MPdq89mCZuyCH7uqG;threadId=182336</link> <guid>https://peertube2.cpy.re/w/4w5T7MPdq89mCZuyCH7uqG;threadId=182336</guid> <pubDate>Thu, 06 Nov 2025 14:32:12 GMT</pubDate> <content:encoded><![CDATA[<p><span><a href="https://indymotion.fr/accounts/root" class="u-url mention" target="_blank" rel="noopener noreferrer">@<span>root</span></a></span> Merci du partage ! Peut-être préciser la source ? Pour info (je suis allé chercher), il s’agit de Jacques Averna (design d’objet), et c’est l’un des créateurices avec Julie Soudanne (design typographique) et Pauline Vialatte de Pémille et Agathe Joubert (design graphique).</p>]]></content:encoded> <dc:creator>nicolas ⁂</dc:creator> </item> <item> <title><![CDATA[16 cool new (and old) GNOME extensions & applications! - Tisha Tiger / Neliger]]></title> <link>https://peertube2.cpy.re/w/jbdvvRhhdf9PLpAPcwvVGz;threadId=182334</link> <guid>https://peertube2.cpy.re/w/jbdvvRhhdf9PLpAPcwvVGz;threadId=182334</guid> <pubDate>Thu, 06 Nov 2025 11:34:39 GMT</pubDate> <content:encoded><![CDATA[<p>Some nice ideas!</p> ]]></content:encoded> <dc:creator>Tisha Tiger / Neliger</dc:creator> </item> </channel> </rss>
| format required | string Enum: "xml" "rss" "rss2" "atom" "atom1" "json" "json1" format expected (we focus on making |
| 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)
|
| 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 |
<?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>Tue, 11 Nov 2025 04:03:43 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/177f70c4-ddef-4bb6-bc96-b00d5e2a0e05.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[La Boum de la Forêt]]></title> <link>https://peertube2.cpy.re/w/1Mijwefe67imAwyAfSXV7j</link> <guid>https://peertube2.cpy.re/w/1Mijwefe67imAwyAfSXV7j</guid> <pubDate>Mon, 10 Nov 2025 23:16:51 GMT</pubDate> <description><![CDATA[Un danse floor pour faire bouger les corps et faire voyer les plus jeunes dans une imaginaire forestier. Proposée par Zazou Collectif, avec Florence Bertagnolio et Cécile Fradet. Musique : "The Waltz", composée par Laurent Foutaise Vi...]]></description> <content:encoded><![CDATA[<p>Un <em>danse floor</em> pour faire bouger les corps et faire voyer les plus jeunes dans une imaginaire forestier.</p> <p>Proposée par <strong>Zazou Collectif</strong>, avec Florence Bertagnolio et Cécile Fradet.</p> <p>Musique : "The Waltz", composée par Laurent Foutaise<br /> Vidéo : Gaëlle Berthomé</p> ]]></content:encoded> <dc:creator>La Récolteuse</dc:creator> <category>Art</category> <enclosure length="33948173" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/065324a0-05c1-472f-b60d-6d7f1568e2da?videoFileIds=5521619"/> <media:community> <media:statistics views="1"/> </media:community> <media:embed url="https://peertube2.cpy.re/videos/embed/1Mijwefe67imAwyAfSXV7j"/> <media:player url="https://peertube2.cpy.re/w/1Mijwefe67imAwyAfSXV7j"/> <media:group> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/4e70f923-53b3-41f4-b146-47a9c19d1162-1080-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/9e86febc-8601-4f0c-9d65-93771df22316-720-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/8247f3ca-6417-4ed8-8ccc-6fe590345d7e-480-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/b00b7aba-96a0-4fc8-95ed-3a4da613e9a1-360-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/2fb5d7da-9866-4273-a6fa-ae9616f14d40-240-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/6ef427ea-cdb0-4f84-953c-bdd0c5c5c01a-144-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/fc27c724-909c-48ba-b140-5195cfeb2306-0-hls.torrent" isDefault="false"/> <media:content type="video/mp4" medium="video" height="1080" fileSize="33948173" url="https://aperi.tube/static/streaming-playlists/hls/065324a0-05c1-472f-b60d-6d7f1568e2da/d3c3b06a-3db4-44b9-a710-29e7e141c386-1080-fragmented.mp4" framerate="24" duration="72" isDefault="true"/> <media:content type="video/mp4" medium="video" height="720" fileSize="15515420" url="https://aperi.tube/static/streaming-playlists/hls/065324a0-05c1-472f-b60d-6d7f1568e2da/1bc983b8-c374-487e-afaa-65d802f6b6ac-720-fragmented.mp4" framerate="24" duration="72" isDefault="false"/> <media:content type="video/mp4" medium="video" height="480" fileSize="8558364" url="https://aperi.tube/static/streaming-playlists/hls/065324a0-05c1-472f-b60d-6d7f1568e2da/bb4ccbfb-40bb-40ab-9962-f2b5910cf00d-480-fragmented.mp4" framerate="24" duration="72" isDefault="false"/> <media:content type="video/mp4" medium="video" height="360" fileSize="6194033" url="https://aperi.tube/static/streaming-playlists/hls/065324a0-05c1-472f-b60d-6d7f1568e2da/1668aa60-e992-4bbb-901a-aa10f8e15065-360-fragmented.mp4" framerate="24" duration="72" isDefault="false"/> <media:content type="video/mp4" medium="video" height="240" fileSize="3805775" url="https://aperi.tube/static/streaming-playlists/hls/065324a0-05c1-472f-b60d-6d7f1568e2da/3cbf3cbc-a090-4914-92af-e6edc9d63cca-240-fragmented.mp4" framerate="24" duration="72" isDefault="false"/> <media:content type="video/mp4" medium="video" height="144" fileSize="2289230" url="https://aperi.tube/static/streaming-playlists/hls/065324a0-05c1-472f-b60d-6d7f1568e2da/70e2b73b-0014-497d-a665-8584bfaad86a-144-fragmented.mp4" framerate="24" duration="72" isDefault="false"/> <media:content type="audio/mp4" medium="video" height="0" fileSize="1152918" url="https://aperi.tube/static/streaming-playlists/hls/065324a0-05c1-472f-b60d-6d7f1568e2da/68d01947-6306-49ca-8318-af3390919fac-0-fragmented.mp4" framerate="0" duration="72" isDefault="false"/> </media:group> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/previews/2f035ec2-6e3e-4365-84e9-c8ada3f546e9.jpg"/> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/f2349e82-ba89-48be-8613-dd0aeacaa980.jpg"/> <media:rating>nonadult</media:rating> <media:title type="plain">La Boum de la Forêt</media:title> <media:description type="plain">Un danse floor pour faire bouger les corps et faire voyer les plus jeunes dans une imaginaire forestier. Proposée par Zazou Collectif, avec Florence Bertagnolio et Cécile Fradet. Musique : "The Waltz", composée par Laurent Foutaise Vi...</media:description> </item> <item> <title><![CDATA[65 La transidentité #3 et Azimut p40 couleurs]]></title> <link>https://peertube2.cpy.re/w/e1km1yfvvPhZWcefMevDtX</link> <guid>https://peertube2.cpy.re/w/e1km1yfvvPhZWcefMevDtX</guid> <pubDate>Mon, 10 Nov 2025 18:39:25 GMT</pubDate> <description><![CDATA[Hello les Azimutées, Voici enfin le replay du stream 65 du 4 novembre 2025 ! On y réalisait les couleurs de la planche 40 de la BD "Épistémè t2 Azimut, une histoire des idées scientifiques à l'époque médiévale". Tout en écoutant un entretien d'Éli...]]></description> <content:encoded><![CDATA[<p>Hello les Azimutées,<br /> Voici enfin le replay du stream 65 du 4 novembre 2025 !<br /> On y réalisait les couleurs de la planche 40 de la BD "Épistémè t2 Azimut, une histoire des idées scientifiques à l'époque médiévale".<br /> Tout en écoutant un entretien d'Élisabeth Feytit sur Meta de Choc avec Chayka, de la chaîne Hacking Social, témoigner sur la transidentité. Attention trigger warnig, le témoignage est parfois très violent.<br /> Ensuite on a regardé quelques vidéos de BLAST !<br /> Bon visionnage !<br /> #BandeDessinée #histoire #science #épistémologie #transidentité</p> <p>Sinon, écoutez Meta de CHoc et faites des dons, c'est très bien (mais d'abord, abonnez vous à ma chaîne <a href="https://twitch" target="_blank" rel="noopener noreferrer">https://twitch</a> .tv/JBMeybeck</p> ]]></content:encoded> <dc:creator>MEYBECK BD</dc:creator> <category>Education</category> <enclosure length="2362247597" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/6952b96f-5979-4996-82cf-ca4fc5ac3501?videoFileIds=5521584"/> <media:community> <media:statistics views="1"/> </media:community> <media:embed url="https://peertube2.cpy.re/videos/embed/e1km1yfvvPhZWcefMevDtX"/> <media:player url="https://peertube2.cpy.re/w/e1km1yfvvPhZWcefMevDtX"/> <media:group> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/0b36c542-6d9f-4621-81e9-046d524ea77b-1080-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/cd4f0cac-1a36-4c5f-8643-4790fc527e59-720-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/cd990dca-8d46-4391-9d01-216871358a43-480-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/bf8afda5-6e0c-4f5f-bc15-7f497a1cd2d0-360-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/29e2bef9-ceb1-4b34-9912-e62e21c5398f-240-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/c0ddc858-0140-4c7b-bfe3-446bce92c611-0-hls.torrent" isDefault="false"/> <media:content type="video/mp4" medium="video" height="1080" fileSize="2362247597" url="https://skeptikon.fr/static/streaming-playlists/hls/6952b96f-5979-4996-82cf-ca4fc5ac3501/4fb953c0-49e9-4e33-a3b0-cbf80892831e-1080-fragmented.mp4" framerate="60" duration="9368" isDefault="true"/> <media:content type="video/mp4" medium="video" height="720" fileSize="1326803858" url="https://skeptikon.fr/static/streaming-playlists/hls/6952b96f-5979-4996-82cf-ca4fc5ac3501/964b2c20-aa4c-4b7a-8df5-fe6be3346048-720-fragmented.mp4" framerate="60" duration="9368" isDefault="false"/> <media:content type="video/mp4" medium="video" height="480" fileSize="857535072" url="https://skeptikon.fr/static/streaming-playlists/hls/6952b96f-5979-4996-82cf-ca4fc5ac3501/1f0f7c5c-3b2f-4e39-9559-d28d55e03fcd-480-fragmented.mp4" framerate="30" duration="9368" isDefault="false"/> <media:content type="video/mp4" medium="video" height="360" fileSize="604444027" url="https://skeptikon.fr/static/streaming-playlists/hls/6952b96f-5979-4996-82cf-ca4fc5ac3501/b6094adb-caa7-4acd-b5d7-83081bc014fc-360-fragmented.mp4" framerate="30" duration="9368" isDefault="false"/> <media:content type="video/mp4" medium="video" height="240" fileSize="393685050" url="https://skeptikon.fr/static/streaming-playlists/hls/6952b96f-5979-4996-82cf-ca4fc5ac3501/5b72e6e5-4862-4a45-ad82-b1506966ca41-240-fragmented.mp4" framerate="30" duration="9368" isDefault="false"/> <media:content type="audio/mp4" medium="video" height="0" fileSize="151722043" url="https://skeptikon.fr/static/streaming-playlists/hls/6952b96f-5979-4996-82cf-ca4fc5ac3501/0837ed86-79f7-4aa7-9890-fa79912cd1c9-0-fragmented.mp4" framerate="0" duration="9368" isDefault="false"/> </media:group> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/previews/51578083-92be-4a3c-922f-cbd190a6d1f7.jpg"/> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/3b7e03d2-d72a-4c92-852c-d440af352745.jpg"/> <media:rating>nonadult</media:rating> <media:title type="plain">65 La transidentité #3 et Azimut p40 couleurs</media:title> <media:description type="plain">Hello les Azimutées, Voici enfin le replay du stream 65 du 4 novembre 2025 ! On y réalisait les couleurs de la planche 40 de la BD "Épistémè t2 Azimut, une histoire des idées scientifiques à l'époque médiévale". Tout en écoutant un entretien d'Éli...</media:description> </item> <item> <title><![CDATA[Prison, traques, exils : les antifascistes persécutés]]></title> <link>https://peertube2.cpy.re/w/uTq41rrZLNgphm2QnZFdJ6</link> <guid>https://peertube2.cpy.re/w/uTq41rrZLNgphm2QnZFdJ6</guid> <pubDate>Mon, 10 Nov 2025 18:09:46 GMT</pubDate> <description><![CDATA[Soutenez Blast, nouveau média indépendant : https://www.blast-info.fr/soutenir Le 22 septembre 2025, le président des États-Unis Donald Trump signe un décret classant officiellement comme organisation terroriste le mouvement « Antifa », un term...]]></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>Le 22 septembre 2025, le président des États-Unis Donald Trump signe un décret classant officiellement comme organisation terroriste le mouvement « Antifa », un terme pourtant flou qui ne désigne pas d'organisation formalisée mais plutôt une diversité de mouvements politiques. Cette dynamique répressive est internationale. Ces dernières années, en Italie, en Hongrie mais aussi en France, des militants antifascistes ont subi une criminalisation croissante et ont été ciblés par leurs gouvernements respectifs.</p> <p>Zaid, jeune militant, est poursuivi par la Hongrie avec 16 autres de ses camarades pour leur participation supposée à un affrontement avec des néo-nazi survenu en marge d'une manifestation néo-fasciste à Budapest, en février 2023. Actuellement réfugié en France, il fait l’objet d’une demande d’extradition de la Hongrie, où il risque jusqu’à 24 années de prison. Mark Bray lui, est un historien américain spécialiste de l’antifascisme et des mouvements de gauche. Surnommé par la droite américaine “Dr Antifa”, il a subi dans la foulée du décret signé par Donald Trump une importante vague de menaces et de harcèlement, qui l’a poussé à fuir le pays.</p> <p>Ces deux histoires nous montrent comment l’antifascisme fait actuellement l’objet d’une offensive internationale, symptôme d’un processus de fascisation en cours des deux côtés de l’Atlantique.</p> <p>Journaliste : Clara Menais, Marin Ben<br /> Montage : Mélanie Ciais<br /> Son : Baptiste Veilhan, Théo Duchesne<br /> Graphisme : Morgane Sabouret, Margaux Simon<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>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>#antifascisme<br /> #fascisme<br /> #répression</p> ]]></content:encoded> <dc:creator>blast, le souffle de l’info</dc:creator> <enclosure length="555410746" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/e9eda321-9e2c-4648-b5fd-61120315f081?videoFileIds=5521466&videoFileIds=5521470"/> <media:community> <media:statistics views="54"/> </media:community> <media:embed url="https://peertube2.cpy.re/videos/embed/uTq41rrZLNgphm2QnZFdJ6"/> <media:player url="https://peertube2.cpy.re/w/uTq41rrZLNgphm2QnZFdJ6"/> <media:group> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/150639de-b4da-4eb1-9bca-5129d69f65a5-1080-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/d4a5b907-06eb-46be-a841-ff4a338ccc40-720-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/2b0d1828-e22d-462d-bd5e-1b0bf7fc40df-480-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/0b755916-a772-4304-ac83-3fbb66834e7d-240-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/43c90e9d-4028-4704-affe-6ebe5dcf59c0-0-hls.torrent" isDefault="false"/> <media:content type="video/mp4" medium="video" height="1080" fileSize="512940644" url="https://cdn.octos3.fr/peertube-blast/streaming-playlists/hls/e9eda321-9e2c-4648-b5fd-61120315f081/2ebe7427-98f9-4154-80e1-25d6ede5b382-1080-fragmented.mp4" framerate="25" duration="2607" isDefault="true"/> <media:content type="video/mp4" medium="video" height="720" fileSize="274514059" url="https://cdn.octos3.fr/peertube-blast/streaming-playlists/hls/e9eda321-9e2c-4648-b5fd-61120315f081/ed814803-80fe-49d0-846f-784f84484fb2-720-fragmented.mp4" framerate="25" duration="2607" isDefault="false"/> <media:content type="video/mp4" medium="video" height="480" fileSize="146403277" url="https://cdn.octos3.fr/peertube-blast/streaming-playlists/hls/e9eda321-9e2c-4648-b5fd-61120315f081/f65b369b-914f-4641-ae0e-6787c725b011-480-fragmented.mp4" framerate="25" duration="2607" isDefault="false"/> <media:content type="video/mp4" medium="video" height="240" fileSize="52501230" url="https://cdn.octos3.fr/peertube-blast/streaming-playlists/hls/e9eda321-9e2c-4648-b5fd-61120315f081/5bb1f4f7-82e5-4c61-96fb-315b8cede851-240-fragmented.mp4" framerate="25" duration="2607" isDefault="false"/> <media:content type="audio/mp4" medium="video" height="0" fileSize="42470102" url="https://cdn.octos3.fr/peertube-blast/streaming-playlists/hls/e9eda321-9e2c-4648-b5fd-61120315f081/4fb304ae-c2ad-4fa6-b568-1d8130453206-0-fragmented.mp4" framerate="0" duration="2607" isDefault="false"/> </media:group> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/previews/9e22091f-7bd8-40da-9611-a2dab68f064d.jpg"/> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/5e47c6c5-8748-49c9-9a45-2acb36ed2713.jpg"/> <media:rating>nonadult</media:rating> <media:title type="plain">Prison, traques, exils : les antifascistes persécutés</media:title> <media:description type="plain">Soutenez Blast, nouveau média indépendant : https://www.blast-info.fr/soutenir Le 22 septembre 2025, le président des États-Unis Donald Trump signe un décret classant officiellement comme organisation terroriste le mouvement « Antifa », un term...</media:description> </item> <item> <title><![CDATA[Une journaliste ment en direct sur le maire de New York, Bompard la termine avec grâce et douceur]]></title> <link>https://peertube2.cpy.re/w/r9nvz4EFQoixv1cgzvZEvo</link> <guid>https://peertube2.cpy.re/w/r9nvz4EFQoixv1cgzvZEvo</guid> <pubDate>Mon, 10 Nov 2025 17:20:42 GMT</pubDate> <description><![CDATA[Manuel Bompard était invité sur Franceinfo pour parler de l'actualité. On lui demande ce qu'il pense du nouveau maire de New York et notamment ce qu'il pense sur ses positions envers Israël et Palestine. Pour changer le système : Réclamer le RIC ...]]></description> <content:encoded><![CDATA[<p>Manuel Bompard était invité sur Franceinfo pour parler de l'actualité. On lui demande ce qu'il pense du nouveau maire de New York et notamment ce qu'il pense sur ses positions envers Israël et Palestine.</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>Sources<br /> Bompard <a href="https://www.youtube.com/watch?v=AI_GULY6M5g" target="_blank" rel="noopener noreferrer">https://www.youtube.com/watch?v=AI_GULY6M5g</a><br /> Musique <a href="https://www.youtube.com/watch?v=39PVEaSytpo" target="_blank" rel="noopener noreferrer">https://www.youtube.com/watch?v=39PVEaSytpo</a></p> <p>Réponses au quiz de fin :</p> <p>/!\ Description à ne pas lire avant d'avoir vu la vidéo entièrement<br /> /!\</p> <p>/!\</p> <p>/!\ <br /> /!\</p> <p>Combien de Palestiniens depuis le cessez-le-feu ?<br /> 250.</p> <p>Qu'est l'unrwa ?<br /> C'est une agence onusienne qui finance, entre autre, des écoles en Palestine.</p> <p>Qu'ont demandé les salariés de la philharmonie de Paris avant le concert qui a posé problème ?<br /> Il faut a minima une remise dans le contexte politique actuel.</p> <p>#bompard #politique #palestine #extrait #ethiqueettac</p> ]]></content:encoded> <dc:creator>ethique_et_tac</dc:creator> <enclosure length="58767072" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/cb9fac2d-0f5a-4f14-8997-5696d7563898?videoFileIds=5521461"/> <media:community> <media:statistics views="14"/> </media:community> <media:embed url="https://peertube2.cpy.re/videos/embed/r9nvz4EFQoixv1cgzvZEvo"/> <media:player url="https://peertube2.cpy.re/w/r9nvz4EFQoixv1cgzvZEvo"/> <media:group> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/25d2a2b6-cf1e-4b82-942e-4df6a14ed0b1-1080-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/aaf9a2cf-a216-412b-86f5-04605cc162bb-720-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/53a11d04-5c7c-4bd8-93d9-4750f7d31f50-480-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/d9adfc79-efc9-4b05-a946-1a62524d54be-240-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/5233da56-1f68-4ae0-b01b-dc0f6013dbb9-0-hls.torrent" isDefault="false"/> <media:content type="video/mp4" medium="video" height="1080" fileSize="58767072" url="https://static.indymotion.fr/streaming-playlists/hls/cb9fac2d-0f5a-4f14-8997-5696d7563898/0a448ffa-be25-41eb-b278-b868e7849435-1080-fragmented.mp4" framerate="25" duration="390" isDefault="true"/> <media:content type="video/mp4" medium="video" height="720" fileSize="38062405" url="https://static.indymotion.fr/streaming-playlists/hls/cb9fac2d-0f5a-4f14-8997-5696d7563898/e896f796-2d12-470f-9ede-64123700e9b1-720-fragmented.mp4" framerate="25" duration="390" isDefault="false"/> <media:content type="video/mp4" medium="video" height="480" fileSize="24753139" url="https://static.indymotion.fr/streaming-playlists/hls/cb9fac2d-0f5a-4f14-8997-5696d7563898/426f6aa2-dd70-4840-b1a0-3608e0492674-480-fragmented.mp4" framerate="25" duration="390" isDefault="false"/> <media:content type="video/mp4" medium="video" height="240" fileSize="13570506" url="https://static.indymotion.fr/streaming-playlists/hls/cb9fac2d-0f5a-4f14-8997-5696d7563898/98ffee92-d775-406a-b272-38ccd663d554-240-fragmented.mp4" framerate="25" duration="390" isDefault="false"/> <media:content type="audio/mp4" medium="video" height="0" fileSize="6422096" url="https://static.indymotion.fr/streaming-playlists/hls/cb9fac2d-0f5a-4f14-8997-5696d7563898/f5031a96-04e1-435b-8f18-7bd51dcf6a77-0-fragmented.mp4" framerate="0" duration="390" isDefault="false"/> </media:group> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/previews/ec796091-1999-4f95-80b9-bf3c14e27e40.jpg"/> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/8c673a1e-5529-491a-8644-16448227b786.jpg"/> <media:rating>nonadult</media:rating> <media:title type="plain">Une journaliste ment en direct sur le maire de New York, Bompard la termine avec grâce et douceur</media:title> <media:description type="plain">Manuel Bompard était invité sur Franceinfo pour parler de l'actualité. On lui demande ce qu'il pense du nouveau maire de New York et notamment ce qu'il pense sur ses positions envers Israël et Palestine. Pour changer le système : Réclamer le RIC ...</media:description> </item> <item> <title><![CDATA[Créer 1500 milliards sans dette … Friot explique comment !]]></title> <link>https://peertube2.cpy.re/w/bqkfxbmuqy53efqxb7zV2T</link> <guid>https://peertube2.cpy.re/w/bqkfxbmuqy53efqxb7zV2T</guid> <pubDate>Mon, 10 Nov 2025 12:00:21 GMT</pubDate> <description><![CDATA[Dans cette émission de Blast, le souffle de l’info l’économiste et sociologue Bernard Friot (professeur émérite à l’université Paris-Nanterre) explore nos croyances monétaires et salariales et interroge comment un revenu de base massif pourrait êt...]]></description> <content:encoded><![CDATA[<p>Dans cette émission de Blast, le souffle de l’info l’économiste et sociologue Bernard Friot (professeur émérite à l’université Paris-Nanterre) explore nos croyances monétaires et salariales et interroge comment un revenu de base massif pourrait être financé autrement que par l’endettement ou la production préalable.<br /> Il déconstruit l’idée selon laquelle le salaire serait toujours le résultat d’un travail déjà accompli et suggère une création monétaire souveraine permettant de transformer la distribution de la richesse collective. Friot critique la « religion capitaliste » qui structure nos institutions et plaide pour une souveraineté populaire sur la monnaie, le travail et la production. Il propose de reconfigurer le rapport entre travail, salaire et valeur économique en replaçant le salaire comme condition préalable à la production plutôt que comme récompense.<br /> Il confronte la monnaie dette et la logique traditionnelle de financement à une vision où la monnaie serait d’abord créée pour permettre l’émancipation collective.</p> <p>#monnaie #travail #capitalisme #salaireàlavie #réformesociales</p> <p>S'abonner à la chaîne de Blast info : <a href="https://www.youtube.com/@blastinfo" target="_blank" rel="noopener noreferrer">https://www.youtube.com/@blastinfo</a><br /> Pour la soutenir : <a href="https://www.blast-info.fr/soutenir" target="_blank" rel="noopener noreferrer">https://www.blast-info.fr/soutenir</a></p> <p>Pensez à réduire la qualité de la vidéo.</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><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:</p> <p>Vidéo: <a href="https://www.youtube.com/watch?v=SExgkQ0HiOc" target="_blank" rel="noopener noreferrer">https://www.youtube.com/watch?v=SExgkQ0HiOc</a></p> <p>Musique: Adam Griffith - Chai Tea</p> <p>Montage: lakl42</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>Dans quel système Bernard Friot situe-t-il cette logique de production avant paiement ? ➡ Le capitalisme.</p> <p>Quel montant total du revenu disponible des ménages Friot évoque-t-il ?<br /> ➡ 1500 milliards.</p> <p>À combien s’élèverait la moyenne mensuelle par personne selon ce calcul ?<br /> ➡ 2500 euros.</p> ]]></content:encoded> <dc:creator>ethique_et_tac</dc:creator> <enclosure length="85512347" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/546119c8-5396-4067-b4d5-19af7f9ca469?videoFileIds=5521450"/> <media:community> <media:statistics views="6"/> </media:community> <media:embed url="https://peertube2.cpy.re/videos/embed/bqkfxbmuqy53efqxb7zV2T"/> <media:player url="https://peertube2.cpy.re/w/bqkfxbmuqy53efqxb7zV2T"/> <media:group> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/b0c7a99a-8f93-485e-9c9d-b62d4df95b7d-1080-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/2b9ccf2d-9f88-4695-8003-167066b91a93-720-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/7cfb48d4-a390-44de-b7f1-2275e656f9db-480-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/9d83a52e-090f-4bc6-b0a8-ee3b87600671-240-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/ba1cf73c-ccad-4651-8131-118b7c0bac46-0-hls.torrent" isDefault="false"/> <media:content type="video/mp4" medium="video" height="1080" fileSize="85512347" url="https://static.indymotion.fr/streaming-playlists/hls/546119c8-5396-4067-b4d5-19af7f9ca469/0e2e8962-a4d8-404b-9751-d89573482747-1080-fragmented.mp4" framerate="25" duration="497" isDefault="true"/> <media:content type="video/mp4" medium="video" height="720" fileSize="59014263" url="https://static.indymotion.fr/streaming-playlists/hls/546119c8-5396-4067-b4d5-19af7f9ca469/a3a202a0-3817-4510-9623-4bec49aa6b9e-720-fragmented.mp4" framerate="25" duration="497" isDefault="false"/> <media:content type="video/mp4" medium="video" height="480" fileSize="36762057" url="https://static.indymotion.fr/streaming-playlists/hls/546119c8-5396-4067-b4d5-19af7f9ca469/8affbfc2-f8ca-452f-8f5e-fa2054468439-480-fragmented.mp4" framerate="25" duration="497" isDefault="false"/> <media:content type="video/mp4" medium="video" height="240" fileSize="18107210" url="https://static.indymotion.fr/streaming-playlists/hls/546119c8-5396-4067-b4d5-19af7f9ca469/81658570-c1a3-446b-895c-d1a20d44e042-240-fragmented.mp4" framerate="25" duration="497" isDefault="false"/> <media:content type="audio/mp4" medium="video" height="0" fileSize="8037753" url="https://static.indymotion.fr/streaming-playlists/hls/546119c8-5396-4067-b4d5-19af7f9ca469/f3388041-d102-46f6-ab7d-4551ed6fe49d-0-fragmented.mp4" framerate="0" duration="497" isDefault="false"/> </media:group> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/previews/4ccaff6c-2188-4804-b520-f63b3818aafc.jpg"/> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/0e77c2c7-6f49-494a-9817-39003b79fbc7.jpg"/> <media:rating>nonadult</media:rating> <media:title type="plain">Créer 1500 milliards sans dette … Friot explique comment !</media:title> <media:description type="plain">Dans cette émission de Blast, le souffle de l’info l’économiste et sociologue Bernard Friot (professeur émérite à l’université Paris-Nanterre) explore nos croyances monétaires et salariales et interroge comment un revenu de base massif pourrait êt...</media:description> </item> <item> <title><![CDATA[La MÉTA-CRISE : le problème FONDAMENTAL de l'humanité ? ☄️ (feat. @lafabriquesociale )]]></title> <link>https://peertube2.cpy.re/w/2pXRbsnYawvsGu9gquZo9C</link> <guid>https://peertube2.cpy.re/w/2pXRbsnYawvsGu9gquZo9C</guid> <pubDate>Mon, 10 Nov 2025 11:24:44 GMT</pubDate> <description><![CDATA[Pour visionner l'épisode précédent, c'est sur la chaîne de Victor @lafabriquesociale 👇 https://www.youtube.com/watch?v=3KSfrzd0aqY NOUS SOUTENIR SUR TIPEE : ➡️ https://fr.tipeee.com/apreslabiere ➡️ https://en.tipeee.com/lafabriquesoci...]]></description> <content:encoded><![CDATA[<p>Pour visionner l'épisode précédent, c'est sur la chaîne de Victor @lafabriquesociale 👇<br /> <a href="https://www.youtube.com/watch?v=3KSfrzd0aqY" target="_blank" rel="noopener noreferrer">https://www.youtube.com/watch?v=3KSfrzd0aqY</a></p> <p>NOUS SOUTENIR SUR TIPEE :<br /> ➡️ <a href="https://fr.tipeee.com/apreslabiere" target="_blank" rel="noopener noreferrer">https://fr.tipeee.com/apreslabiere</a><br /> ➡️ <a href="https://en.tipeee.com/lafabriquesociale" target="_blank" rel="noopener noreferrer">https://en.tipeee.com/lafabriquesociale</a></p> <p>Épisode précédent (3/6) sur la chaîne @lafabriquesociale : <a href="https://youtu.be/3KSfrzd0aqY" target="_blank" rel="noopener noreferrer">https://youtu.be/3KSfrzd0aqY</a><br /> Épisode suivant (5/6) également sur la chaîne de @lafabriquesociale : <a href="https://youtu.be/Uju01jB0pTs" target="_blank" rel="noopener noreferrer">https://youtu.be/Uju01jB0pTs</a><br /> La playlist avec tous les épisodes : <a href="https://www.youtube.com/playlist?list=PLT8ADCHKL9bCaoOamAa3CO4wkEFzMd-ae" target="_blank" rel="noopener noreferrer">https://www.youtube.com/playlist?list=PLT8ADCHKL9bCaoOamAa3CO4wkEFzMd-ae</a></p> <p>Dans l’épisode précédent, on a vu que certains problèmes pour lesquels on doit prioriser l’intérêt à long terme avant l’intérêt individuel à court terme ont toujours été très difficiles à résoudre (cf le trou dans la couche d’ozone).</p> <p>Aujourd’hui nous faisons face à de nombreux problèmes de ce type (changement climatique, chaos informationnel), toujours à l’échelle de la planète mais ils sont encore plus difficiles à résoudre que les précédents.</p> <p>Pourquoi ces problèmes sont-ils différents des problèmes d’action collective que nous avons déjà résolu par le passé ?</p> <p>Pourquoi ne sont-ils que les symptômes d’un problème encore plus large ?</p> <p>Pourquoi nous faut-il comprendre la différence si on veut avoir une chance de le résoudre ?</p> <p>C’est ce qu’on analyse dans cette vidéo, bon visionnage ! 🍿</p> <p>La playlist dans laquelle il y'aura tous les épisodes :<br /> • Moloch, quand la tech nous submerge : <a href="https://www.youtube.com/playlist?list=PLT8ADCHKL9bCaoOamAa3CO4wkEFzMd-ae" target="_blank" rel="noopener noreferrer">https://www.youtube.com/playlist?list=PLT8ADCHKL9bCaoOamAa3CO4wkEFzMd-ae</a></p> <p>SOURCES ÉPISODE 4, QUAND LA TECH NOUS SUBMERGE :</p> <p>[1] “Climate Change: The Ultimate Tragedy of the Commons?” :<br /> <a href="https://www.lincolninst.edu/sites/default/files/pubfiles/climate-change_0.pdf" target="_blank" rel="noopener noreferrer">https://www.lincolninst.edu/sites/default/files/pubfiles/climate-change_0.pdf</a></p> <p>[2] Power and liberal order: America's postwar world order in transition :<br /> <a href="https://academic.oup.com/irap/article/5/2/133/2357368" target="_blank" rel="noopener noreferrer">https://academic.oup.com/irap/article/5/2/133/2357368</a></p> <p>[3] Conférence de Jean-Marc Jancovici “Jancovici : CO2 ou PIB, il faut choisir - Sciences Po - 29/08/2019 - [EN subtitles available]” :<br /> <a href="https://youtu.be/Vjkq8V5rVy0" target="_blank" rel="noopener noreferrer">https://youtu.be/Vjkq8V5rVy0</a> (passage à 1:06:30)</p> <p>[4] Qu’est ce que la loi de Moore sur le site “Our World in data” :<br /> <a href="https://ourworldindata.org/moores-law" target="_blank" rel="noopener noreferrer">https://ourworldindata.org/moores-law</a></p> <p>[5] Daniel Schmachtenberger: "Artificial Intelligence and The Superorganism" | The Great Simplification :<br /> <a href="https://youtu.be/_P8PLHvZygo" target="_blank" rel="noopener noreferrer">https://youtu.be/_P8PLHvZygo</a></p> <p>[6] Épisode “ AI Myths and Misconceptions” du podcast “your undivided attention” :<br /> <a href="https://www.humanetech.com/podcast/ai-myths-and-misconceptions" target="_blank" rel="noopener noreferrer">https://www.humanetech.com/podcast/ai-myths-and-misconceptions</a></p> <p>[7] Daniel Schmarchtenberger : “The War on Sensemaking” :<br /> <a href="https://youtu.be/7LqaotiGWjQ" target="_blank" rel="noopener noreferrer">https://youtu.be/7LqaotiGWjQ</a></p> <p>[8] Enquête du journal britannique The Guardian “Revealed: the hacking and disinformation team meddling in elections” :<br /> <a href="https://www.youtube.com/watch?v=UheOilps2zQ" target="_blank" rel="noopener noreferrer">https://www.youtube.com/watch?v=UheOilps2zQ</a></p> <p>[9] Conférence de Dana (Donella) Meadows (co-autrice du rapport du club de Rome “Sustainable Systems” :<br /> <a href="https://youtu.be/j-k5oSlgIbA" target="_blank" rel="noopener noreferrer">https://youtu.be/j-k5oSlgIbA</a></p> <p>[10] L’excellent livre de Donnella Meadows “penser en systèmes complexes” :<br /> <a href="https://wtf.tw/ref/meadows.pdf" target="_blank" rel="noopener noreferrer">https://wtf.tw/ref/meadows.pdf</a></p> <p>[11] Article à propos du “gouffre de sagesse” (wisdom gap) sur le site <a href="http://humanetech.com" target="_blank" rel="noopener noreferrer">humanetech.com</a> :<br /> <a href="https://www.humanetech.com/insights/the-wisdom-gap" target="_blank" rel="noopener noreferrer">https://www.humanetech.com/insights/the-wisdom-gap</a></p> <p>[12] Article “la vitesse de l’évolution culturelle” (The pace of Cultural Evolution) d’Alex Mesoudi :<br /> <a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3443207/" target="_blank" rel="noopener noreferrer">https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3443207/</a></p> <p>[13] Conférence “Comprendre un monde qui change : Internet et ses enjeux” par Benjamin Bayart :<br /> <a href="https://youtu.be/yBmz29_5ffA" target="_blank" rel="noopener noreferrer">https://youtu.be/yBmz29_5ffA</a></p> <p>[14] Article sur la métaphore du bowling sur le site <a href="http://humanetech.com" target="_blank" rel="noopener noreferrer">humanetech.com</a> :<br /> <a href="https://www.humanetech.com/insights/a-deeper-dive-into-the-meta-crisis" target="_blank" rel="noopener noreferrer">https://www.humanetech.com/insights/a-deeper-dive-into-the-meta-crisis</a></p> <p>Document partagé :<br /> <a href="https://docs.google.com/document/d/13_DEF2BjSsvEK1cjVKEn_kV9k-Ze_Tw74x5Wq8Av0iQ/edit?usp=sharing" target="_blank" rel="noopener noreferrer">https://docs.google.com/document/d/13_DEF2BjSsvEK1cjVKEn_kV9k-Ze_Tw74x5Wq8Av0iQ/edit?usp=sharing</a></p> <p>Sommaire de la vidéo :<br /> 00:00 : INTRO<br /> 03:45 : L'origine de la méta-crise<br /> 05:45 : Une technologie divine<br /> 08:36 : Un chaos informationnel<br /> 10:48 : Le gouffre de sagesse<br /> 15:28 : Trajectoires possibles<br /> 17:04 : CONCLUSION</p> ]]></content:encoded> <dc:creator>ApresLabiere</dc:creator> <category>Science & Technology</category> <enclosure length="263226268" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/0b71a9b2-b485-4e61-9a1e-41c3c3d63874?videoFileIds=5521444"/> <media:community> <media:statistics views="4"/> </media:community> <media:embed url="https://peertube2.cpy.re/videos/embed/2pXRbsnYawvsGu9gquZo9C"/> <media:player url="https://peertube2.cpy.re/w/2pXRbsnYawvsGu9gquZo9C"/> <media:group> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/2574ce77-a65e-4363-a5b6-152b8e61b099-1080-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/39e246c6-65bf-4f27-b186-398188212f09-720-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/0f05dc05-54b9-4a62-b319-18a6b84cba40-480-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/221671a0-38d2-45c0-9cfb-55a32e8ba53d-360-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/e760c3bb-ccde-4ee5-86b5-c94f22cf1bd3-240-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/5479ff48-45a6-47b7-9266-cd0cb6891e36-0-hls.torrent" isDefault="false"/> <media:content type="video/mp4" medium="video" height="1080" fileSize="263226268" url="https://skeptikon.fr/static/streaming-playlists/hls/0b71a9b2-b485-4e61-9a1e-41c3c3d63874/46268e56-8cba-4769-bd7e-e9785173ec17-1080-fragmented.mp4" framerate="25" duration="1071" isDefault="true"/> <media:content type="video/mp4" medium="video" height="720" fileSize="147725014" url="https://skeptikon.fr/static/streaming-playlists/hls/0b71a9b2-b485-4e61-9a1e-41c3c3d63874/bb9cffa0-8747-4cbf-8828-78a87a22d41c-720-fragmented.mp4" framerate="25" duration="1071" isDefault="false"/> <media:content type="video/mp4" medium="video" height="480" fileSize="91256360" url="https://skeptikon.fr/static/streaming-playlists/hls/0b71a9b2-b485-4e61-9a1e-41c3c3d63874/ffd5ae0f-ee01-43b0-b486-806b5543062f-480-fragmented.mp4" framerate="25" duration="1071" isDefault="false"/> <media:content type="video/mp4" medium="video" height="360" fileSize="69200522" url="https://skeptikon.fr/static/streaming-playlists/hls/0b71a9b2-b485-4e61-9a1e-41c3c3d63874/fef8f735-cc1c-489d-a6c9-b793160b876f-360-fragmented.mp4" framerate="25" duration="1071" isDefault="false"/> <media:content type="video/mp4" medium="video" height="240" fileSize="47454574" url="https://skeptikon.fr/static/streaming-playlists/hls/0b71a9b2-b485-4e61-9a1e-41c3c3d63874/736258f7-76d8-4492-b668-bff459be6fe2-240-fragmented.mp4" framerate="25" duration="1071" isDefault="false"/> <media:content type="audio/mp4" medium="video" height="0" fileSize="17601970" url="https://skeptikon.fr/static/streaming-playlists/hls/0b71a9b2-b485-4e61-9a1e-41c3c3d63874/bf7a3a28-e90a-4774-be42-ce425ffaafef-0-fragmented.mp4" framerate="0" duration="1071" isDefault="false"/> </media:group> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/previews/10ef902b-e647-4fec-bbb3-b55e28115139.jpg"/> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/6efe472f-ac39-4ebd-8c6a-3a5a5d8bd693.jpg"/> <media:rating>nonadult</media:rating> <media:title type="plain">La MÉTA-CRISE : le problème FONDAMENTAL de l'humanité ? ☄️ (feat. @lafabriquesociale )</media:title> <media:description type="plain">Pour visionner l'épisode précédent, c'est sur la chaîne de Victor @lafabriquesociale 👇 https://www.youtube.com/watch?v=3KSfrzd0aqY NOUS SOUTENIR SUR TIPEE : ➡️ https://fr.tipeee.com/apreslabiere ➡️ https://en.tipeee.com/lafabriquesoci...</media:description> </item> <item> <title><![CDATA[Pourquoi nous fonçons dans le mur 💥 (feat. @ApresLaBiere )]]></title> <link>https://peertube2.cpy.re/w/qZmsKYGcUaYvtUzZabiH3j</link> <guid>https://peertube2.cpy.re/w/qZmsKYGcUaYvtUzZabiH3j</guid> <pubDate>Mon, 10 Nov 2025 10:21:02 GMT</pubDate> <description><![CDATA[Pour visionner l'épisode précédent, c'est sur la chaîne de Jean-Lou @ApresLaBiere 👉 https://www.youtube.com/watch?v=xaZ8RvCQMHU&t=0s L'épisode suivant : 👉 https://www.youtube.com/watch?v=rtsw8rA5x7c NOUS SOUTENIR SUR TIPEE : ➡️ https...]]></description> <content:encoded><![CDATA[<p>Pour visionner l'épisode précédent, c'est sur la chaîne de Jean-Lou @ApresLaBiere<br /> 👉 <a href="https://www.youtube.com/watch?v=xaZ8RvCQMHU&t=0s" target="_blank" rel="noopener noreferrer">https://www.youtube.com/watch?v=xaZ8RvCQMHU&t=0s</a><br /> L'épisode suivant :<br /> 👉 <a href="https://www.youtube.com/watch?v=rtsw8rA5x7c" target="_blank" rel="noopener noreferrer">https://www.youtube.com/watch?v=rtsw8rA5x7c</a></p> <p>NOUS SOUTENIR SUR TIPEE :<br /> ➡️ <a href="https://en.tipeee.com/lafabriquesociale" target="_blank" rel="noopener noreferrer">https://en.tipeee.com/lafabriquesociale</a><br /> ➡️ <a href="https://fr.tipeee.com/apreslabiere" target="_blank" rel="noopener noreferrer">https://fr.tipeee.com/apreslabiere</a></p> <p>Les récentes évolutions de GPT et autres LLMs semblent nous mener droit dans une abîme dystopique digne de Black Mirror, nous le savons. Personne n’en veut et pourtant nous sommes attirés par cet avenir comme la pomme l’est par le sol, pourquoi ? C’est ce qu’on tente de comprendre dans cette vidéo !</p> <p>Pourquoi résoudre des problèmes d’action collective est quelque chose d’ardu, de très ardu ? Comment expliquer que les pêcheurs de l’Atlantique Nord aient péché les morues de l’Atlantique Nord dans les années 90 jusqu’à leur extinction et que nous soyons parvenus dans le même temps à préserver la couche d’Ozone ?</p> <p>Quelle est la nature des problèmes d’action collective que nous rencontrons en 2023 ? Sont-ils de l’ordre de la couche d’Ozone ou bien de la morue de l’Atlantique Nord ? Y-a t’il un aspect qui rend les problèmes actuels plus difficiles que jamais ?</p> <p>Bon visionnage ! 🍿</p> <p>La playlist dans laquelle il y'aura tous les épisodes :<br /> <a href="https://www.youtube.com/playlist?list=PLT8ADCHKL9bCaoOamAa3CO4wkEFzMd-ae" target="_blank" rel="noopener noreferrer">https://www.youtube.com/playlist?list=PLT8ADCHKL9bCaoOamAa3CO4wkEFzMd-ae</a></p> <p>Sommaire de la vidéo :<br /> 00:00 : INTRO<br /> 04:33 : Moloch<br /> 06:04 : La tragédie des communs<br /> 08:36 : Gouverner les communs<br /> 10:24 : Ressource attentionnelle<br /> 15:56 : Une couche pas si solide...</p> <p>📚 Sources :<br /> <a href="https://docs.google.com/document/d/1W1XqIAd_mBF0WdTxh4KtySaVG0MXE1yPSt1sa5ekRnM/edit?usp=sharing" target="_blank" rel="noopener noreferrer">https://docs.google.com/document/d/1W1XqIAd_mBF0WdTxh4KtySaVG0MXE1yPSt1sa5ekRnM/edit?usp=sharing</a></p> ]]></content:encoded> <dc:creator>ApresLabiere</dc:creator> <category>Science & Technology</category> <enclosure length="309106693" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/ca5d551d-ab90-47a4-8784-87ab018391f2?videoFileIds=5521434"/> <media:community> <media:statistics views="9"/> </media:community> <media:embed url="https://peertube2.cpy.re/videos/embed/qZmsKYGcUaYvtUzZabiH3j"/> <media:player url="https://peertube2.cpy.re/w/qZmsKYGcUaYvtUzZabiH3j"/> <media:group> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/37ef8a72-38ed-47d3-b769-80078bba6199-1080-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/56998098-cc84-4342-b528-e1c66a5ad562-720-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/86d28ae0-e20f-4271-a83a-ac82bf8f8844-480-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/ec02265b-f17a-441a-82d2-413fc1d730cf-360-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/d9e75d60-fa86-45d7-b1a1-ffd82b90be01-240-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/7d023294-9c5b-4f87-90da-68579323b13f-0-hls.torrent" isDefault="false"/> <media:content type="video/mp4" medium="video" height="1080" fileSize="309106693" url="https://skeptikon.fr/static/streaming-playlists/hls/ca5d551d-ab90-47a4-8784-87ab018391f2/a16a68a2-e3b4-45dd-b07d-c1ad853d3ddb-1080-fragmented.mp4" framerate="25" duration="1182" isDefault="true"/> <media:content type="video/mp4" medium="video" height="720" fileSize="165575237" url="https://skeptikon.fr/static/streaming-playlists/hls/ca5d551d-ab90-47a4-8784-87ab018391f2/9b894958-b051-4674-a766-d31fa2f1ad96-720-fragmented.mp4" framerate="25" duration="1182" isDefault="false"/> <media:content type="video/mp4" medium="video" height="480" fileSize="101035510" url="https://skeptikon.fr/static/streaming-playlists/hls/ca5d551d-ab90-47a4-8784-87ab018391f2/63c8bcf8-1213-4b13-afea-c7eb1ffb301a-480-fragmented.mp4" framerate="25" duration="1182" isDefault="false"/> <media:content type="video/mp4" medium="video" height="360" fileSize="75212764" url="https://skeptikon.fr/static/streaming-playlists/hls/ca5d551d-ab90-47a4-8784-87ab018391f2/a840b1fa-e677-4b23-a0c0-e664b4804148-360-fragmented.mp4" framerate="25" duration="1182" isDefault="false"/> <media:content type="video/mp4" medium="video" height="240" fileSize="50759601" url="https://skeptikon.fr/static/streaming-playlists/hls/ca5d551d-ab90-47a4-8784-87ab018391f2/83f7c56a-f7b0-41e4-bf73-9f7100174c96-240-fragmented.mp4" framerate="25" duration="1182" isDefault="false"/> <media:content type="audio/mp4" medium="video" height="0" fileSize="19661278" url="https://skeptikon.fr/static/streaming-playlists/hls/ca5d551d-ab90-47a4-8784-87ab018391f2/662c8c13-36db-4627-9046-5088503da08c-0-fragmented.mp4" framerate="0" duration="1182" isDefault="false"/> </media:group> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/previews/41e8a5dc-7531-4896-b353-8298d8826578.jpg"/> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/70cba20d-b613-464c-8798-fa5a817c3220.jpg"/> <media:rating>nonadult</media:rating> <media:title type="plain">Pourquoi nous fonçons dans le mur 💥 (feat. @ApresLaBiere )</media:title> <media:description type="plain">Pour visionner l'épisode précédent, c'est sur la chaîne de Jean-Lou @ApresLaBiere 👉 https://www.youtube.com/watch?v=xaZ8RvCQMHU&t=0s L'épisode suivant : 👉 https://www.youtube.com/watch?v=rtsw8rA5x7c NOUS SOUTENIR SUR TIPEE : ➡️ https...</media:description> </item> <item> <title><![CDATA[La "gauche" US, se radicalise a gauche ? - @PaduTeam]]></title> <link>https://peertube2.cpy.re/w/cHHkJ4FrTg7mFfLNso4spv</link> <guid>https://peertube2.cpy.re/w/cHHkJ4FrTg7mFfLNso4spv</guid> <pubDate>Mon, 10 Nov 2025 09:50:37 GMT</pubDate> <description><![CDATA[https://youtu.be/6K3SRK1Jl_0?si=M3Y-mwMUQW1upTwM]]></description> <content:encoded><![CDATA[<p><a href="https://youtu.be/6K3SRK1Jl_0?si=M3Y-mwMUQW1upTwM" target="_blank" rel="noopener noreferrer">https://youtu.be/6K3SRK1Jl_0?si=M3Y-mwMUQW1upTwM</a></p> ]]></content:encoded> <dc:creator>a_gauche</dc:creator> <enclosure length="12545765" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/5ee77f1e-ed78-4785-bfd4-989f02557c93?videoFileIds=5521431"/> <media:community> <media:statistics views="3"/> </media:community> <media:embed url="https://peertube2.cpy.re/videos/embed/cHHkJ4FrTg7mFfLNso4spv"/> <media:player url="https://peertube2.cpy.re/w/cHHkJ4FrTg7mFfLNso4spv"/> <media:group> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/46b8afd9-047e-41d2-bcdc-ca5a4d0be678-398-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/d6c89022-0b3a-405b-9d97-f89e689b74b7-240-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/96f36a65-1bd5-4f65-8355-c1d0ca1b47f2-0-hls.torrent" isDefault="false"/> <media:content type="video/mp4" medium="video" height="398" fileSize="12545765" url="https://static.indymotion.fr/streaming-playlists/hls/5ee77f1e-ed78-4785-bfd4-989f02557c93/1cbac281-57d6-46f1-b513-ad09020d796e-398-fragmented.mp4" framerate="30" duration="256" isDefault="true"/> <media:content type="video/mp4" medium="video" height="240" fileSize="8132832" url="https://static.indymotion.fr/streaming-playlists/hls/5ee77f1e-ed78-4785-bfd4-989f02557c93/492ed909-677c-476a-989e-0b6de44698c5-240-fragmented.mp4" framerate="30" duration="256" isDefault="false"/> <media:content type="audio/mp4" medium="video" height="0" fileSize="4143663" url="https://static.indymotion.fr/streaming-playlists/hls/5ee77f1e-ed78-4785-bfd4-989f02557c93/ad91fe9d-af51-41b1-9192-d4b064281af5-0-fragmented.mp4" framerate="0" duration="256" isDefault="false"/> </media:group> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/previews/286c08e5-c22e-41f4-b686-c9fb0017884a.jpg"/> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/55cc2340-b49c-403a-98b4-3149ccdffb75.jpg"/> <media:rating>nonadult</media:rating> <media:title type="plain">La "gauche" US, se radicalise a gauche ? - @PaduTeam</media:title> <media:description type="plain">https://youtu.be/6K3SRK1Jl_0?si=M3Y-mwMUQW1upTwM</media:description> </item> <item> <title><![CDATA[Le Transistore verse du salaire en monnaie locale - Moneko]]></title> <link>https://peertube2.cpy.re/w/mR6kQRH8BKsVCTGVpE2cZd</link> <guid>https://peertube2.cpy.re/w/mR6kQRH8BKsVCTGVpE2cZd</guid> <pubDate>Mon, 10 Nov 2025 08:31:21 GMT</pubDate> <description><![CDATA[Verser des parties de salaire en Moneko, c'est un moyen simple, non coûteux et super efficace de rediriger les Monekos reçus vers l'économie locale et vertueuse ! 💚 Rencontre avec Sophie de la Ressourcerie du Transistore qui nous parle de sa d...]]></description> <content:encoded><![CDATA[<p>Verser des parties de salaire en Moneko, c'est un moyen simple, non coûteux et super efficace de rediriger les Monekos reçus vers l'économie locale et vertueuse ! 💚</p> <p>Rencontre avec Sophie de la Ressourcerie du Transistore qui nous parle de sa démarche !</p> <p>Verser des parties de salaire en Moneko, c'est simple :</p> <ul> <li>La structure doit avoir un compte Moneko ;</li> <li>Les salarié·es volontaires doivent avoir un compte Moneko ;</li> <li>Un acompte de la somme est créé sur le bulletin de salaire ;</li> <li>Chaque mois, virer la somme en Moneko (et la retirer du virement en euro).</li> </ul> ]]></content:encoded> <dc:creator>Moneko</dc:creator> <category>Activism</category> <enclosure length="34235270" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/a8d18297-5890-49a4-b1d0-3290091db7aa?videoFileIds=5521421"/> <media:community> <media:statistics views="3"/> </media:community> <media:embed url="https://peertube2.cpy.re/videos/embed/mR6kQRH8BKsVCTGVpE2cZd"/> <media:player url="https://peertube2.cpy.re/w/mR6kQRH8BKsVCTGVpE2cZd"/> <media:group> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/a3d55796-6ba0-43ae-aa61-1d0a92035a45-1920-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/853b8f34-e52b-477b-b6ca-da8563c2751d-1280-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/cf77a57e-1813-4a7c-9dd3-c9b11d32775e-854-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/5d3f5317-7780-47be-91c3-f66efc834fdd-426-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/dc33e703-e8d7-4c40-a081-0c90fe0be635-0-hls.torrent" isDefault="false"/> <media:content type="video/mp4" medium="video" height="1920" fileSize="34235270" url="https://static.indymotion.fr/streaming-playlists/hls/a8d18297-5890-49a4-b1d0-3290091db7aa/b0131f88-478e-46d1-ab66-d672d10ea5d5-1080-fragmented.mp4" framerate="30" duration="73" isDefault="true"/> <media:content type="video/mp4" medium="video" height="1280" fileSize="16995725" url="https://static.indymotion.fr/streaming-playlists/hls/a8d18297-5890-49a4-b1d0-3290091db7aa/50736e42-3f1b-4340-b18c-9e966e1cedee-720-fragmented.mp4" framerate="30" duration="73" isDefault="false"/> <media:content type="video/mp4" medium="video" height="854" fileSize="9638481" url="https://static.indymotion.fr/streaming-playlists/hls/a8d18297-5890-49a4-b1d0-3290091db7aa/87ac3ad3-480d-4063-99bd-6ac1edfcea61-480-fragmented.mp4" framerate="30" duration="73" isDefault="false"/> <media:content type="video/mp4" medium="video" height="426" fileSize="4152115" url="https://static.indymotion.fr/streaming-playlists/hls/a8d18297-5890-49a4-b1d0-3290091db7aa/8c5c9611-db82-46e7-a067-cffc832690c2-240-fragmented.mp4" framerate="30" duration="73" isDefault="false"/> <media:content type="audio/mp4" medium="video" height="0" fileSize="1231660" url="https://static.indymotion.fr/streaming-playlists/hls/a8d18297-5890-49a4-b1d0-3290091db7aa/3aff3e9b-28bd-4254-a696-cb3c0758cd70-0-fragmented.mp4" framerate="0" duration="73" isDefault="false"/> </media:group> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/previews/add07439-d686-43db-adda-98c9550fdd82.jpg"/> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/7bf2a6f5-70ff-4c7f-9c2f-347c72c883f3.jpg"/> <media:rating>nonadult</media:rating> <media:title type="plain">Le Transistore verse du salaire en monnaie locale - Moneko</media:title> <media:description type="plain">Verser des parties de salaire en Moneko, c'est un moyen simple, non coûteux et super efficace de rediriger les Monekos reçus vers l'économie locale et vertueuse ! 💚 Rencontre avec Sophie de la Ressourcerie du Transistore qui nous parle de sa d...</media:description> </item> <item> <title><![CDATA[Syndic Partie Commune verse du salaire en monnaie locale - Moneko]]></title> <link>https://peertube2.cpy.re/w/iT7hSq6WwfSfxHUQXb1UGH</link> <guid>https://peertube2.cpy.re/w/iT7hSq6WwfSfxHUQXb1UGH</guid> <pubDate>Mon, 10 Nov 2025 08:28:15 GMT</pubDate> <description><![CDATA[Verser des parties de salaire en Moneko, c'est un moyen simple, non coûteux et super efficace de rediriger les Monekos reçus vers l'économie locale et vertueuse ! 💚 Rencontre avec Thomas de Syndic Partie Commune qui nous parle de sa démarche !...]]></description> <content:encoded><![CDATA[<p>Verser des parties de salaire en Moneko, c'est un moyen simple, non coûteux et super efficace de rediriger les Monekos reçus vers l'économie locale et vertueuse ! 💚</p> <p>Rencontre avec Thomas de Syndic Partie Commune qui nous parle de sa démarche !</p> <p>Verser des parties de salaire en Moneko, c'est simple :</p> <ul> <li>La structure doit avoir un compte Moneko ;</li> <li>Les salarié·es volontaires doivent avoir un compte Moneko ;</li> <li>Un acompte de la somme est créé sur le bulletin de salaire ;</li> <li>Chaque mois, virer la somme en Moneko (et la retirer du virement en euro).</li> </ul> ]]></content:encoded> <dc:creator>Moneko</dc:creator> <category>Activism</category> <enclosure length="34311118" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/90ce2a96-c6bc-4d86-abb6-ea1cee8cc189?videoFileIds=5521416"/> <media:community> <media:statistics views="4"/> </media:community> <media:embed url="https://peertube2.cpy.re/videos/embed/iT7hSq6WwfSfxHUQXb1UGH"/> <media:player url="https://peertube2.cpy.re/w/iT7hSq6WwfSfxHUQXb1UGH"/> <media:group> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/94902bfd-02ef-4fe1-a3a2-ca374c845f5e-1920-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/ac9831a5-90fe-4b1e-8616-82ef14442108-1280-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/836385ad-629e-43ef-89d1-c5f9ecfd40b6-854-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/8458d5b1-69cd-4e8d-86a4-46329f14470e-426-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/5005b763-1742-44eb-847d-62ce4510bb24-0-hls.torrent" isDefault="false"/> <media:content type="video/mp4" medium="video" height="1920" fileSize="34311118" url="https://static.indymotion.fr/streaming-playlists/hls/90ce2a96-c6bc-4d86-abb6-ea1cee8cc189/53ae9fa9-79c0-40f2-811a-dd675c094aa5-1080-fragmented.mp4" framerate="30" duration="54" isDefault="true"/> <media:content type="video/mp4" medium="video" height="1280" fileSize="16073395" url="https://static.indymotion.fr/streaming-playlists/hls/90ce2a96-c6bc-4d86-abb6-ea1cee8cc189/50d34eb2-8d35-4ec5-9bb6-888c36faf197-720-fragmented.mp4" framerate="30" duration="54" isDefault="false"/> <media:content type="video/mp4" medium="video" height="854" fileSize="8627744" url="https://static.indymotion.fr/streaming-playlists/hls/90ce2a96-c6bc-4d86-abb6-ea1cee8cc189/0d3be092-dfd6-4ba9-b0ad-6c7b9b634516-480-fragmented.mp4" framerate="30" duration="54" isDefault="false"/> <media:content type="video/mp4" medium="video" height="426" fileSize="3388654" url="https://static.indymotion.fr/streaming-playlists/hls/90ce2a96-c6bc-4d86-abb6-ea1cee8cc189/c64e89d5-987e-4615-83a5-8bdef20a8e87-240-fragmented.mp4" framerate="30" duration="54" isDefault="false"/> <media:content type="audio/mp4" medium="video" height="0" fileSize="918512" url="https://static.indymotion.fr/streaming-playlists/hls/90ce2a96-c6bc-4d86-abb6-ea1cee8cc189/3ac7d9f4-27d6-4f58-9fb8-8a66d9f9ae1a-0-fragmented.mp4" framerate="0" duration="54" isDefault="false"/> </media:group> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/previews/5ffbe075-eab1-4748-9f1c-9e558821405c.jpg"/> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/76bf12e9-b00a-4845-8e75-b6adb0f4c7af.jpg"/> <media:rating>nonadult</media:rating> <media:title type="plain">Syndic Partie Commune verse du salaire en monnaie locale - Moneko</media:title> <media:description type="plain">Verser des parties de salaire en Moneko, c'est un moyen simple, non coûteux et super efficace de rediriger les Monekos reçus vers l'économie locale et vertueuse ! 💚 Rencontre avec Thomas de Syndic Partie Commune qui nous parle de sa démarche !...</media:description> </item> <item> <title><![CDATA[[Iggy] Travail sur la réactivité humain - J11]]></title> <link>https://peertube2.cpy.re/w/vVHUn8CDDi9KK3cCDpmVWu</link> <guid>https://peertube2.cpy.re/w/vVHUn8CDDi9KK3cCDpmVWu</guid> <pubDate>Mon, 10 Nov 2025 08:15:25 GMT</pubDate> <description><![CDATA[Première demi-journée de travail sur la réactivité envers les humains avec une humaine "inconnue" (AL) : il a déjà déclenché plusieurs fois dessus en 2 ans. Obj : ne plus réagir quand AL sort de la maison puis s'approche de nous. Mais en fait,...]]></description> <content:encoded><![CDATA[<p>Première demi-journée de travail sur la réactivité envers les humains avec une humaine "inconnue" (AL) : il a déjà déclenché plusieurs fois dessus en 2 ans.</p> <p>Obj : ne plus réagir quand AL sort de la maison puis s'approche de nous. Mais en fait, ouvrir la porte (ou voir AL derrière la vitre était déjà un sujet).<br /> Moyen : renforcement négatif (AL part quand Iggy réalise un comportement précurseur de l'agression (ou quand il se calme si il déclenche)) + renforcement positif (click to calm)</p> ]]></content:encoded> <dc:creator>Clic Bonbon</dc:creator> <enclosure length="933197814" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/f25943b5-8136-4d63-bdfb-610f6ac34cfc?videoFileIds=5521410"/> <media:community> <media:statistics views="1"/> </media:community> <media:embed url="https://peertube2.cpy.re/videos/embed/vVHUn8CDDi9KK3cCDpmVWu"/> <media:player url="https://peertube2.cpy.re/w/vVHUn8CDDi9KK3cCDpmVWu"/> <media:group> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/fbc40ad9-f7e0-42c2-9c4a-13136c5fd6df-1080-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/a7acbd76-2b90-4ab8-b686-9c56d6f26685-720-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/5ecbf65f-66ce-45e7-8c06-be439a379c1e-480-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/14d58764-4561-41ac-aa91-1fcc45a21d49-240-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/520d9a3e-6fd3-44d9-a398-95faa8a7f2e4-0-hls.torrent" isDefault="false"/> <media:content type="video/mp4" medium="video" height="1080" fileSize="933197814" url="https://static.indymotion.fr/streaming-playlists/hls/f25943b5-8136-4d63-bdfb-610f6ac34cfc/ecc6ac62-6e7e-4bf9-a425-57991656fe8f-1080-fragmented.mp4" framerate="30" duration="1702" isDefault="true"/> <media:content type="video/mp4" medium="video" height="720" fileSize="447436947" url="https://static.indymotion.fr/streaming-playlists/hls/f25943b5-8136-4d63-bdfb-610f6ac34cfc/87a2f6b3-49b9-43fe-83ee-d7a6facac312-720-fragmented.mp4" framerate="30" duration="1702" isDefault="false"/> <media:content type="video/mp4" medium="video" height="480" fileSize="218727072" url="https://static.indymotion.fr/streaming-playlists/hls/f25943b5-8136-4d63-bdfb-610f6ac34cfc/9b2ade76-b027-4b95-8d6c-1e9d25b4bf00-480-fragmented.mp4" framerate="30" duration="1702" isDefault="false"/> <media:content type="video/mp4" medium="video" height="240" fileSize="67553077" url="https://static.indymotion.fr/streaming-playlists/hls/f25943b5-8136-4d63-bdfb-610f6ac34cfc/f4ada839-c2ad-4663-bcb6-cf2c26d47a44-240-fragmented.mp4" framerate="30" duration="1702" isDefault="false"/> <media:content type="audio/mp4" medium="video" height="0" fileSize="21285259" url="https://static.indymotion.fr/streaming-playlists/hls/f25943b5-8136-4d63-bdfb-610f6ac34cfc/d7d3390b-b98e-444f-be24-81cc45939cb3-0-fragmented.mp4" framerate="0" duration="1702" isDefault="false"/> </media:group> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/previews/f8077d2b-5753-4a51-95c8-1549b377f676.jpg"/> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/3d42b7f7-3e00-434e-82e6-e6c0f46ad39d.jpg"/> <media:rating>nonadult</media:rating> <media:title type="plain">[Iggy] Travail sur la réactivité humain - J11</media:title> <media:description type="plain">Première demi-journée de travail sur la réactivité envers les humains avec une humaine "inconnue" (AL) : il a déjà déclenché plusieurs fois dessus en 2 ans. Obj : ne plus réagir quand AL sort de la maison puis s'approche de nous. Mais en fait,...</media:description> </item> <item> <title><![CDATA[Parigo #285 - Fin de service pour le ticket de métro]]></title> <link>https://peertube2.cpy.re/w/aSwcDKwURAopNaAtDknWcT</link> <guid>https://peertube2.cpy.re/w/aSwcDKwURAopNaAtDknWcT</guid> <pubDate>Mon, 10 Nov 2025 07:51:19 GMT</pubDate> <description><![CDATA[Clap de fin pour le ticket de métro qui n’est désormais plus commercialisé ! Retour sur la destinée hors norme d’un petit bout de carton emblématique ancré dans les quotidiens de millions de franciliens depuis 125 ans ! Abonnez-vous à notre chaîn...]]></description> <content:encoded><![CDATA[<p>Clap de fin pour le ticket de métro qui n’est désormais plus commercialisé ! Retour sur la destinée hors norme d’un petit bout de carton emblématique ancré dans les quotidiens de millions de franciliens depuis 125 ans !</p> <p>Abonnez-vous à notre chaîne YouTube :<br /> ▶ <a href="https://www.youtube.com/user/France3Paris" target="_blank" rel="noopener noreferrer">https://www.youtube.com/user/France3Paris</a></p> <p>Retrouvez-nous sur nos sites :<br /> ▶ Replays : <a href="http://france.tv/idf" target="_blank" rel="noopener noreferrer">france.tv/idf</a><br /> <a href="https://www.france.tv/france-3/paris-ile-de-france/" target="_blank" rel="noopener noreferrer">https://www.france.tv/france-3/paris-ile-de-france/</a></p> <p>▶ Info : <a href="http://idf.france3.fr" target="_blank" rel="noopener noreferrer">idf.france3.fr</a><br /> <a href="http://france3-regions.franceinfo.fr/paris-ile-de-france/" target="_blank" rel="noopener noreferrer">http://france3-regions.franceinfo.fr/paris-ile-de-france/</a></p> <p>Sur Instagram :<br /> ▶ <a href="https://www.instagram.com/france3paris/" target="_blank" rel="noopener noreferrer">https://www.instagram.com/france3paris/</a></p> <p>Sur Facebook :<br /> ▶ <a href="https://www.facebook.com/france3paris" target="_blank" rel="noopener noreferrer">https://www.facebook.com/france3paris</a></p> <p>Sur X :<br /> ▶ <a href="https://x.com/france3_paris" target="_blank" rel="noopener noreferrer">https://x.com/france3_paris</a></p> <p>Sur TikTok<br /> ▶ <a href="https://www.tiktok.com/@france3paris_idf" target="_blank" rel="noopener noreferrer">https://www.tiktok.com/@france3paris_idf</a></p> ]]></content:encoded> <dc:creator>Parigo</dc:creator> <enclosure length="224593821" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/4ff00c63-660a-4bba-b30b-51a3067914a1?videoFileIds=5521407"/> <media:community> <media:statistics views="4"/> </media:community> <media:embed url="https://peertube2.cpy.re/videos/embed/aSwcDKwURAopNaAtDknWcT"/> <media:player url="https://peertube2.cpy.re/w/aSwcDKwURAopNaAtDknWcT"/> <media:group> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/8edd05e8-7849-4717-b19c-256fe9041965-1080-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/0fd0070b-22c2-48ad-ab7c-7d07320f45ed-720-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/b93db12b-8789-4266-a75d-67d66fec5fef-480-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/7a57dc0a-2d78-4a8d-a10a-06ff743399f7-360-hls.torrent" isDefault="false"/> <media:content type="video/mp4" medium="video" height="1080" fileSize="224593821" url="https://tube.anjara.eu/static/streaming-playlists/hls/4ff00c63-660a-4bba-b30b-51a3067914a1/469c53cf-e6a0-4ca9-822f-65b5f35a43f4-1080-fragmented.mp4" framerate="25" duration="938" isDefault="true"/> <media:content type="video/mp4" medium="video" height="720" fileSize="146322740" url="https://tube.anjara.eu/static/streaming-playlists/hls/4ff00c63-660a-4bba-b30b-51a3067914a1/0c7890d4-903e-4470-8095-fcc700952ad4-720-fragmented.mp4" framerate="25" duration="938" isDefault="false"/> <media:content type="video/mp4" medium="video" height="480" fileSize="87422481" url="https://tube.anjara.eu/static/streaming-playlists/hls/4ff00c63-660a-4bba-b30b-51a3067914a1/e89e71e9-3f40-4203-822c-08de1ec710dc-480-fragmented.mp4" framerate="25" duration="938" isDefault="false"/> <media:content type="video/mp4" medium="video" height="360" fileSize="64335820" url="https://tube.anjara.eu/static/streaming-playlists/hls/4ff00c63-660a-4bba-b30b-51a3067914a1/4425ee35-c869-4886-872b-1a67ba21dfe4-360-fragmented.mp4" framerate="25" duration="938" isDefault="false"/> </media:group> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/previews/97cd74cd-9c28-40c7-8118-8720407a8b29.jpg"/> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/af5d6b13-3101-4260-9877-799a4477ef96.jpg"/> <media:rating>nonadult</media:rating> <media:title type="plain">Parigo #285 - Fin de service pour le ticket de métro</media:title> <media:description type="plain">Clap de fin pour le ticket de métro qui n’est désormais plus commercialisé ! Retour sur la destinée hors norme d’un petit bout de carton emblématique ancré dans les quotidiens de millions de franciliens depuis 125 ans ! Abonnez-vous à notre chaîn...</media:description> </item> <item> <title><![CDATA[[Iggy] Travail sur la réactivité humain - J12]]></title> <link>https://peertube2.cpy.re/w/ukCeKLTEpBKGHFKfNfwyb4</link> <guid>https://peertube2.cpy.re/w/ukCeKLTEpBKGHFKfNfwyb4</guid> <pubDate>Mon, 10 Nov 2025 06:58:20 GMT</pubDate> <description><![CDATA[Deuxième demi-journée de travail sur la réactivité envers les humains avec une humaine "inconnue" (il a déjà déclenché plusieurs fois dessus en 2 ans) qui sort de la maison. Nous sommes allé·es tous en balade 1h entre les deux sessions, et Igg...]]></description> <content:encoded><![CDATA[<p>Deuxième demi-journée de travail sur la réactivité envers les humains avec une humaine "inconnue" (il a déjà déclenché plusieurs fois dessus en 2 ans) qui sort de la maison.</p> <p>Nous sommes allé·es tous en balade 1h entre les deux sessions, et Iggy a déclenché sur l'humaine inconnue en fin de balade alors qu'il s'était arrêté pour creuser (mais la distance était bcp plus proche ; environ 1 m)</p> <p>L'idée de cette séance était :</p> <ul> <li>avoir un objet de mastication / léchage pour qu'il ne reste pas focus sur la maison entre deux sorties de l'humaine</li> <li>Faire repartir l'humaine soit avant qu'il ne réagisse, soit dès qu'il présente un "précurseur de l'agression" comme lever la tête et regarder vers l'humaine.</li> <li>récompenser quand il regarde l'humaine, et encore plus si derrière il me regarde moi comme dans les procédures de click to calm.</li> </ul> <p>Time codes :<br /> 00:00 Session 5<br /> 00:33 Sortie 1 - regarde AL puis me regarde<br /> 02:00 Sortie 2 - regarde AL, AL rentre<br /> 02:40 Sortie 3 - regarde AL, me regarde, regarde AL, AL rentre, me regarde<br /> 03:40 Sortie 4 - regarde AL, AL rentre<br /> 04:20 Sortie 5 - regarde ?, AL rentre<br /> 05:10 Sortie 6 - regarde, AL cadeau et rentre<br /> 06:37 Session 6<br /> 07:00 AL à la fenêtre, regarde, me regarde, AL part, Je donne un kong à Iggy<br /> 07:20 Sortie 1 - pas de réaction<br /> 07:44 Sortie 2 - (long) regarde, AL part<br /> 08:43 Sortie 3 - pas de réaction<br /> 09:48 Sortie 4 - (long) regarde - me regarde - récompense - ne retourne pas au kong<br /> 11:31 Sortie 5 - pas de réaction<br /> 12:15 Sortie 6 - pas de réaction - croquette - regarde vers là où est AL - retour au kong<br /> 13:35 Sortie 7 - je me lève - regarde - me regarde - croquette - regarde - AL part - kong<br /> 14:37 Sortie 8 - je me lève - regarde - me regarde</p> <p>et 251109_Aprem</p> ]]></content:encoded> <dc:creator>Clic Bonbon</dc:creator> <enclosure length="183081327" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/e57d5896-8afe-438e-b1b4-38e908e5c517?videoFileIds=5521403"/> <media:community> <media:statistics views="8"/> </media:community> <media:embed url="https://peertube2.cpy.re/videos/embed/ukCeKLTEpBKGHFKfNfwyb4"/> <media:player url="https://peertube2.cpy.re/w/ukCeKLTEpBKGHFKfNfwyb4"/> <media:group> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/bf707f41-921b-4310-90fb-b1b2c9169f71-720-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/aa508787-10a2-4486-95c8-7f2d61c4a6c7-480-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/670c4282-b9a4-4448-8b18-d9d35188840e-240-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/3ebbe5c6-ce7a-452b-a0a1-9188fefeb759-0-hls.torrent" isDefault="false"/> <media:content type="video/mp4" medium="video" height="720" fileSize="183081327" url="https://static.indymotion.fr/streaming-playlists/hls/e57d5896-8afe-438e-b1b4-38e908e5c517/6782c766-b952-40c0-aef5-da5569d5a513-720-fragmented.mp4" framerate="30" duration="945" isDefault="true"/> <media:content type="video/mp4" medium="video" height="480" fileSize="80984650" url="https://static.indymotion.fr/streaming-playlists/hls/e57d5896-8afe-438e-b1b4-38e908e5c517/500d546f-8668-455f-a39f-cf6dd1a98128-480-fragmented.mp4" framerate="30" duration="945" isDefault="false"/> <media:content type="video/mp4" medium="video" height="240" fileSize="22532267" url="https://static.indymotion.fr/streaming-playlists/hls/e57d5896-8afe-438e-b1b4-38e908e5c517/a7c35905-dc54-4ef5-a053-e6780b7d63bc-240-fragmented.mp4" framerate="30" duration="945" isDefault="false"/> <media:content type="audio/mp4" medium="video" height="0" fileSize="1162469" url="https://static.indymotion.fr/streaming-playlists/hls/e57d5896-8afe-438e-b1b4-38e908e5c517/78c93ad6-5cd4-4260-81f7-82f1dfb4ea49-0-fragmented.mp4" framerate="0" duration="945" isDefault="false"/> </media:group> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/previews/e6a59136-66a7-4d20-89bf-ccbd6bb77837.jpg"/> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/d1396639-1643-4cc6-8d14-31ccde68786b.jpg"/> <media:rating>nonadult</media:rating> <media:title type="plain">[Iggy] Travail sur la réactivité humain - J12</media:title> <media:description type="plain">Deuxième demi-journée de travail sur la réactivité envers les humains avec une humaine "inconnue" (il a déjà déclenché plusieurs fois dessus en 2 ans) qui sort de la maison. Nous sommes allé·es tous en balade 1h entre les deux sessions, et Igg...</media:description> </item> <item> <title><![CDATA[Intergalactic Wasabi Mix - Live Mix by snowdusk - Episode 1180 - aNONradio.net - 2025/11/09]]></title> <link>https://peertube2.cpy.re/w/8v6cuh6j7HwyBMksFDd5Xc</link> <guid>https://peertube2.cpy.re/w/8v6cuh6j7HwyBMksFDd5Xc</guid> <pubDate>Mon, 10 Nov 2025 04:23:35 GMT</pubDate> <description><![CDATA[Tracklist coming soon...]]></description> <content:encoded><![CDATA[<p>Tracklist coming soon...</p> ]]></content:encoded> <dc:creator>snowdusk_channel</dc:creator> <category>Music</category> <enclosure length="2772128156" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/3cbfbe4d-6c28-4093-97ee-0c6037452ea1?videoFileIds=5521383&videoFileIds=5521388"/> <media:community> <media:statistics views="1"/> </media:community> <media:embed url="https://peertube2.cpy.re/videos/embed/8v6cuh6j7HwyBMksFDd5Xc"/> <media:player url="https://peertube2.cpy.re/w/8v6cuh6j7HwyBMksFDd5Xc"/> <media:group> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/16b79f5c-0d1e-45b6-93f7-be50902a6a77-1080-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/f78d8a89-bed6-4df8-918e-b571029a072b-720-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/1022179d-afa8-4e53-8e2e-685784bfee42-480-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/69cc8f0c-ae08-44ad-a2e1-cc55cfb810b8-360-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/c94d26bd-417c-4c50-9fba-e5041ecef083-240-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/2334502f-88df-443c-bc4e-2019d3266f24-0-hls.torrent" isDefault="false"/> <media:content type="video/mp4" medium="video" height="1080" fileSize="2681609128" url="https://toobnix.org/static/streaming-playlists/hls/3cbfbe4d-6c28-4093-97ee-0c6037452ea1/eaf6a2ce-e566-4903-afb0-33e93a6f6de2-1080-fragmented.mp4" framerate="30" duration="3580" isDefault="true"/> <media:content type="video/mp4" medium="video" height="720" fileSize="1363659858" url="https://toobnix.org/static/streaming-playlists/hls/3cbfbe4d-6c28-4093-97ee-0c6037452ea1/9c3db463-d00f-4771-8103-427efc7085b2-720-fragmented.mp4" framerate="30" duration="3580" isDefault="false"/> <media:content type="video/mp4" medium="video" height="480" fileSize="661459108" url="https://toobnix.org/static/streaming-playlists/hls/3cbfbe4d-6c28-4093-97ee-0c6037452ea1/52893d7c-0417-45e3-8d6d-9558f91027ef-480-fragmented.mp4" framerate="30" duration="3580" isDefault="false"/> <media:content type="video/mp4" medium="video" height="360" fileSize="465728115" url="https://toobnix.org/static/streaming-playlists/hls/3cbfbe4d-6c28-4093-97ee-0c6037452ea1/06cc7781-9141-48c8-91b5-8a01bd81931e-360-fragmented.mp4" framerate="30" duration="3580" isDefault="false"/> <media:content type="video/mp4" medium="video" height="240" fileSize="235481378" url="https://toobnix.org/static/streaming-playlists/hls/3cbfbe4d-6c28-4093-97ee-0c6037452ea1/f38df7be-da1a-4047-950f-4000ceb5e2ff-240-fragmented.mp4" framerate="30" duration="3580" isDefault="false"/> <media:content type="audio/mp4" medium="video" height="0" fileSize="90519028" url="https://toobnix.org/static/streaming-playlists/hls/3cbfbe4d-6c28-4093-97ee-0c6037452ea1/d83e5326-e87d-4133-940d-dbc1b316a832-0-fragmented.mp4" framerate="0" duration="3580" isDefault="false"/> </media:group> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/previews/9f400fbf-1ed0-4dc4-be1e-345c02e27de2.jpg"/> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/1c703160-fba6-4a32-8a98-27ac876578b9.jpg"/> <media:rating>nonadult</media:rating> <media:title type="plain">Intergalactic Wasabi Mix - Live Mix by snowdusk - Episode 1180 - aNONradio.net - 2025/11/09</media:title> <media:description type="plain">Tracklist coming soon...</media:description> </item> <item> <title><![CDATA[Pourquoi Djamil Le Shlag assume son engagement politiquement à gauche.]]></title> <link>https://peertube2.cpy.re/w/dh4QGZqBnq3uXVKvnrdzSF</link> <guid>https://peertube2.cpy.re/w/dh4QGZqBnq3uXVKvnrdzSF</guid> <pubDate>Sun, 09 Nov 2025 21:08:49 GMT</pubDate> <description><![CDATA[https://youtu.be/koBR22J_8Zc?si=gqlL0O0Z971RUqTV]]></description> <content:encoded><![CDATA[<p><a href="https://youtu.be/koBR22J_8Zc?si=gqlL0O0Z971RUqTV" target="_blank" rel="noopener noreferrer">https://youtu.be/koBR22J_8Zc?si=gqlL0O0Z971RUqTV</a></p> ]]></content:encoded> <dc:creator>a_gauche</dc:creator> <enclosure length="15056299" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/636bee3a-ae5e-4b9e-9822-2e6f7871e76f?videoFileIds=5521320"/> <media:community> <media:statistics views="5"/> </media:community> <media:embed url="https://peertube2.cpy.re/videos/embed/dh4QGZqBnq3uXVKvnrdzSF"/> <media:player url="https://peertube2.cpy.re/w/dh4QGZqBnq3uXVKvnrdzSF"/> <media:group> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/a8c21f0c-5e08-4247-a322-b448690e97c4-398-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/7c98383f-4de0-44e9-a7fe-1df8aaecbbed-240-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/bdceda80-be75-4197-95b6-64f432df4206-0-hls.torrent" isDefault="false"/> <media:content type="video/mp4" medium="video" height="398" fileSize="15056299" url="https://static.indymotion.fr/streaming-playlists/hls/636bee3a-ae5e-4b9e-9822-2e6f7871e76f/225c3429-d53f-400b-aae7-6d0f52776121-398-fragmented.mp4" framerate="30" duration="236" isDefault="true"/> <media:content type="video/mp4" medium="video" height="240" fileSize="9867286" url="https://static.indymotion.fr/streaming-playlists/hls/636bee3a-ae5e-4b9e-9822-2e6f7871e76f/e32cf2e4-1f70-48fa-9593-09c7af2a86d1-240-fragmented.mp4" framerate="30" duration="236" isDefault="false"/> <media:content type="audio/mp4" medium="video" height="0" fileSize="3805142" url="https://static.indymotion.fr/streaming-playlists/hls/636bee3a-ae5e-4b9e-9822-2e6f7871e76f/0725a8f2-6b77-46ee-969a-94a1b9064f3a-0-fragmented.mp4" framerate="0" duration="236" isDefault="false"/> </media:group> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/previews/c4176dde-fb27-4b69-aed0-5a0e4737924e.jpg"/> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/1c87d6c4-4fdf-44b3-a509-f95955a59e98.jpg"/> <media:rating>nonadult</media:rating> <media:title type="plain">Pourquoi Djamil Le Shlag assume son engagement politiquement à gauche.</media:title> <media:description type="plain">https://youtu.be/koBR22J_8Zc?si=gqlL0O0Z971RUqTV</media:description> </item> <item> <title><![CDATA[Zemmour se fait découper par un spécialiste après ses âneries sur les nazis]]></title> <link>https://peertube2.cpy.re/w/ioN6QyH2LFneG4eWWYUzyo</link> <guid>https://peertube2.cpy.re/w/ioN6QyH2LFneG4eWWYUzyo</guid> <pubDate>Sun, 09 Nov 2025 21:08:34 GMT</pubDate> <description><![CDATA[Il y a une petite musique qui sonne régulièrement sur les plateaux Bolloré, les nazis et les fascistes seraient en réalité historiquement de gauche. Johann Chapoutot, historien spécaliste du nazisme et du fascisme, est invité sur la chaîne de l'Hu...]]></description> <content:encoded><![CDATA[<p>Il y a une petite musique qui sonne régulièrement sur les plateaux Bolloré, les nazis et les fascistes seraient en réalité historiquement de gauche. Johann Chapoutot, historien spécaliste du nazisme et du fascisme, est invité sur la chaîne de l'Humanité pour mettre les choses au clair sur ces propos.</p> <p>S'abonner à la chaîne <a href="https://www.youtube.com/@lhumanitefr" target="_blank" rel="noopener noreferrer">https://www.youtube.com/@lhumanitefr</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>Sources<br /> Zemmour <a href="https://x.com/ZemmourEric/status/1407601678136774658" target="_blank" rel="noopener noreferrer">https://x.com/ZemmourEric/status/1407601678136774658</a><br /> Chapoutot <a href="https://www.youtube.com/watch?v=LjsgutM7" target="_blank" rel="noopener noreferrer">https://www.youtube.com/watch?v=LjsgutM7</a></p> <p>Musique <a href="https://www.youtube.com/watch?v=39PVEaSytpo" target="_blank" rel="noopener noreferrer">https://www.youtube.com/watch?v=39PVEaSytpo</a></p> <p>Réponses au quiz de fin :</p> <p>/!\ Description à ne pas lire avant d'avoir vu la vidéo entièrement<br /> /!\</p> <p>/!\</p> <p>/!\ <br /> /!\</p> <p>Pourquoi y a-t-il deux marqueurs de gauche dans le nom du parti nazi ?<br /> Pour attirer les prolos.</p> <p>Quand Mussolini est-il exclu du parti socialiste italien ?<br /> Pendant la 1ere guerre mondiale.</p> <p>Quel est le nom des milices créées par Mussolini ?<br /> Les chemises noires.</p> <p>#chapoutot #politique #zemmour #fascisme #nazisme #extrait #ethiqueettac</p> ]]></content:encoded> <dc:creator>ethique_et_tac</dc:creator> <enclosure length="49717457" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/8cda2174-f186-4def-aa9d-bc0cd9f4ad5a?videoFileIds=5521315"/> <media:community> <media:statistics views="8"/> </media:community> <media:embed url="https://peertube2.cpy.re/videos/embed/ioN6QyH2LFneG4eWWYUzyo"/> <media:player url="https://peertube2.cpy.re/w/ioN6QyH2LFneG4eWWYUzyo"/> <media:group> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/916c1739-696e-49ba-b765-ae8b0a4b96fe-1080-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/1bea0ec8-f98e-4c6a-a346-14bc89f9c7ed-720-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/c70bb495-b764-4223-af6f-957325f86564-480-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/55d152be-89cd-4368-b1d1-624625075b52-240-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/8252e84e-02a9-430c-84d1-b458653dafd3-0-hls.torrent" isDefault="false"/> <media:content type="video/mp4" medium="video" height="1080" fileSize="49717457" url="https://static.indymotion.fr/streaming-playlists/hls/8cda2174-f186-4def-aa9d-bc0cd9f4ad5a/ebcfd1b1-9be2-4e34-878a-5487e6812083-1080-fragmented.mp4" framerate="25" duration="332" isDefault="true"/> <media:content type="video/mp4" medium="video" height="720" fileSize="33546284" url="https://static.indymotion.fr/streaming-playlists/hls/8cda2174-f186-4def-aa9d-bc0cd9f4ad5a/1ac9071d-0a5b-4d08-8da1-3849982393f8-720-fragmented.mp4" framerate="25" duration="332" isDefault="false"/> <media:content type="video/mp4" medium="video" height="480" fileSize="21836889" url="https://static.indymotion.fr/streaming-playlists/hls/8cda2174-f186-4def-aa9d-bc0cd9f4ad5a/12718225-9d4d-418f-9d70-668d9111a346-480-fragmented.mp4" framerate="25" duration="332" isDefault="false"/> <media:content type="video/mp4" medium="video" height="240" fileSize="11615753" url="https://static.indymotion.fr/streaming-playlists/hls/8cda2174-f186-4def-aa9d-bc0cd9f4ad5a/593908b7-e54a-4994-8206-cbe4a3de6333-240-fragmented.mp4" framerate="25" duration="332" isDefault="false"/> <media:content type="audio/mp4" medium="video" height="0" fileSize="5410887" url="https://static.indymotion.fr/streaming-playlists/hls/8cda2174-f186-4def-aa9d-bc0cd9f4ad5a/bb68dd37-90db-4aaf-96f5-f7c0c9406083-0-fragmented.mp4" framerate="0" duration="332" isDefault="false"/> </media:group> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/previews/c34481da-b72d-4a1b-8acb-585488576cb4.jpg"/> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/c0744474-11c9-4ec6-9603-d03c51a5d49b.jpg"/> <media:rating>nonadult</media:rating> <media:title type="plain">Zemmour se fait découper par un spécialiste après ses âneries sur les nazis</media:title> <media:description type="plain">Il y a une petite musique qui sonne régulièrement sur les plateaux Bolloré, les nazis et les fascistes seraient en réalité historiquement de gauche. Johann Chapoutot, historien spécaliste du nazisme et du fascisme, est invité sur la chaîne de l'Hu...</media:description> </item> <item> <title><![CDATA[Bompard atomise le plateau de BFM et le PS]]></title> <link>https://peertube2.cpy.re/w/5VoAyThQdvkneeditCizZc</link> <guid>https://peertube2.cpy.re/w/5VoAyThQdvkneeditCizZc</guid> <pubDate>Sun, 09 Nov 2025 21:08:23 GMT</pubDate> <description><![CDATA[https://youtu.be/ePLyudHP4i4?si=g-MKwNbHdhECWkGT]]></description> <content:encoded><![CDATA[<p><a href="https://youtu.be/ePLyudHP4i4?si=g-MKwNbHdhECWkGT" target="_blank" rel="noopener noreferrer">https://youtu.be/ePLyudHP4i4?si=g-MKwNbHdhECWkGT</a></p> ]]></content:encoded> <dc:creator>a_gauche</dc:creator> <enclosure length="12713785" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/27d8e653-f86e-49de-a1d1-8b94eb97fca1?videoFileIds=5521312"/> <media:community> <media:statistics views="1"/> </media:community> <media:embed url="https://peertube2.cpy.re/videos/embed/5VoAyThQdvkneeditCizZc"/> <media:player url="https://peertube2.cpy.re/w/5VoAyThQdvkneeditCizZc"/> <media:group> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/fe791d69-aaed-4ecf-83e8-80335f08a671-398-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/dca965e8-d32d-452e-989d-048ad4e6fa43-240-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/1701454a-335f-498a-8f16-64db9dccd993-0-hls.torrent" isDefault="false"/> <media:content type="video/mp4" medium="video" height="398" fileSize="12713785" url="https://static.indymotion.fr/streaming-playlists/hls/27d8e653-f86e-49de-a1d1-8b94eb97fca1/454d04df-3161-4bc6-8759-b651325eb980-398-fragmented.mp4" framerate="30" duration="236" isDefault="true"/> <media:content type="video/mp4" medium="video" height="240" fileSize="8718152" url="https://static.indymotion.fr/streaming-playlists/hls/27d8e653-f86e-49de-a1d1-8b94eb97fca1/a0870c7f-4ba4-4ab8-abb7-ddee63c84db1-240-fragmented.mp4" framerate="30" duration="236" isDefault="false"/> <media:content type="audio/mp4" medium="video" height="0" fileSize="3825730" url="https://static.indymotion.fr/streaming-playlists/hls/27d8e653-f86e-49de-a1d1-8b94eb97fca1/70de7e1c-25ca-4fbe-a155-c0e36c2622f2-0-fragmented.mp4" framerate="0" duration="236" isDefault="false"/> </media:group> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/previews/d7cf9d84-d7e0-42bf-8a22-18d9354a5487.jpg"/> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/ed3b6e16-d326-49df-91b6-bf3df29300b4.jpg"/> <media:rating>nonadult</media:rating> <media:title type="plain">Bompard atomise le plateau de BFM et le PS</media:title> <media:description type="plain">https://youtu.be/ePLyudHP4i4?si=g-MKwNbHdhECWkGT</media:description> </item> <item> <title><![CDATA[Exploring an abandoned school science lab, Italy 🇮🇹 - (Urban Exploration) Urbex & Abandoned Places]]></title> <link>https://peertube2.cpy.re/w/pRbNo8NsoxKgo2jAwgewKe</link> <guid>https://peertube2.cpy.re/w/pRbNo8NsoxKgo2jAwgewKe</guid> <pubDate>Sun, 09 Nov 2025 20:53:55 GMT</pubDate> <description><![CDATA[Closed around 15 years ago, yet the science lab stands silent almost frozen in time. Glassware, instruments, and notes left on the benches seemingly abandoned in the middle of lessons that never resumed. A yellow chemical cabinet still contains b...]]></description> <content:encoded><![CDATA[<p>Closed around 15 years ago, yet the science lab stands silent almost frozen in time. Glassware, instruments, and notes left on the benches seemingly abandoned in the middle of lessons that never resumed.</p> <p>A yellow chemical cabinet still contains bottles of reagents, solvents and some very strong acids!</p> <p>#AbandonedItaly #Urbex #AbandonedSchool #UrbanExploration #Explore</p> ]]></content:encoded> <dc:creator>Obsidian Urbex - Abandoned Places Videos</dc:creator> <category>Entertainment</category> <enclosure length="12868395" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/c1204a19-7673-4ac9-9ca0-e6b3fb1a673b?videoFileIds=5521302&videoFileIds=5521306"/> <media:community> <media:statistics views="12"/> </media:community> <media:embed url="https://peertube2.cpy.re/videos/embed/pRbNo8NsoxKgo2jAwgewKe"/> <media:player url="https://peertube2.cpy.re/w/pRbNo8NsoxKgo2jAwgewKe"/> <media:group> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/7bf6c87a-8ff5-4589-b4f0-5ec7910fd03c-1920-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/0313b8e9-79ca-425b-b5c9-7acf294ace09-640-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/5c939337-9f15-4679-bc07-ed85e5931f35-0-hls.torrent" isDefault="false"/> <media:content type="video/mp4" medium="video" height="1920" fileSize="12152534" url="https://lostpod.space/static/streaming-playlists/hls/c1204a19-7673-4ac9-9ca0-e6b3fb1a673b/f000094d-060f-428c-a846-ca2233100e48-1080-fragmented.mp4" framerate="30" duration="41" isDefault="true"/> <media:content type="video/mp4" medium="video" height="640" fileSize="3142082" url="https://lostpod.space/static/streaming-playlists/hls/c1204a19-7673-4ac9-9ca0-e6b3fb1a673b/5f5e29a9-51e8-4a7a-bd52-82b94dc5214e-360-fragmented.mp4" framerate="30" duration="41" isDefault="false"/> <media:content type="audio/mp4" medium="video" height="0" fileSize="715861" url="https://lostpod.space/static/streaming-playlists/hls/c1204a19-7673-4ac9-9ca0-e6b3fb1a673b/ccfc6f82-405f-482a-a0f9-bd74dc2f60fb-0-fragmented.mp4" framerate="0" duration="41" isDefault="false"/> </media:group> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/previews/5a479d4b-8b27-41f0-8c52-8bc1b48f5a67.jpg"/> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/5c400d04-acb3-4ba9-ba76-6c31f54a54aa.jpg"/> <media:rating>nonadult</media:rating> <media:title type="plain">Exploring an abandoned school science lab, Italy 🇮🇹 - (Urban Exploration) Urbex & Abandoned Places</media:title> <media:description type="plain">Closed around 15 years ago, yet the science lab stands silent almost frozen in time. Glassware, instruments, and notes left on the benches seemingly abandoned in the middle of lessons that never resumed. A yellow chemical cabinet still contains b...</media:description> </item> <item> <title><![CDATA[record-2025-11-09_00-58-26]]></title> <link>https://peertube2.cpy.re/w/ezGASytsNz4sgmse95rjFS</link> <guid>https://peertube2.cpy.re/w/ezGASytsNz4sgmse95rjFS</guid> <pubDate>Sun, 09 Nov 2025 20:33:39 GMT</pubDate> <dc:creator>tanakian dj sets</dc:creator> <enclosure length="1908424402" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/6dfb5e4e-de30-433f-a4fc-b727e35eb0f8?videoFileIds=5521284"/> <media:community> <media:statistics views="5"/> </media:community> <media:embed url="https://peertube2.cpy.re/videos/embed/ezGASytsNz4sgmse95rjFS"/> <media:player url="https://peertube2.cpy.re/w/ezGASytsNz4sgmse95rjFS"/> <media:group> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/96694015-19de-4304-8c77-605979e1cfe7-1080.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/365f470c-0fac-4442-9e24-09bfc4f30fdd-720.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/0a78490d-7f69-4be7-ba35-1583ead67829-480.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/c76d591f-bdab-4401-8f67-21f48d00a194-360.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/9a936561-e249-4789-ab19-2baa0651948e-240.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/bcfa5d84-4dda-4079-8f32-5e6c075e89de-0.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/ed501fcb-dabe-483d-bc3d-a8d496a7e47b-1080-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/9ca4bdd7-d43a-4945-8175-1472fda1c0fe-720-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/4048a528-81ea-477b-baf4-710daf970ee1-480-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/8090fa8d-3781-4d63-ab3d-b3fcdd525ef1-360-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/2200f700-fba5-4589-8c31-b29489b35df2-240-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/3e29a10a-34b1-4c69-99b1-900439d33cd8-0-hls.torrent" isDefault="false"/> <media:content type="video/mp4" medium="video" height="1080" fileSize="1908424402" url="https://toobnix.org/static/web-videos/bed82c73-2b3a-4d67-bb79-6fee49854f16-1080.mp4" framerate="30" duration="4112" isDefault="true"/> <media:content type="video/mp4" medium="video" height="720" fileSize="530599954" url="https://toobnix.org/static/web-videos/e45b923d-b075-4f36-b745-7376783f3eb1-720.mp4" framerate="30" duration="4112" isDefault="false"/> <media:content type="video/mp4" medium="video" height="480" fileSize="355016332" url="https://toobnix.org/static/web-videos/a8f88acc-768b-4339-b12b-413744b06bc6-480.mp4" framerate="30" duration="4112" isDefault="false"/> <media:content type="video/mp4" medium="video" height="360" fileSize="276874709" url="https://toobnix.org/static/web-videos/3a564682-3211-4705-a12a-2bccc556b9b6-360.mp4" framerate="30" duration="4112" isDefault="false"/> <media:content type="video/mp4" medium="video" height="240" fileSize="206766755" url="https://toobnix.org/static/web-videos/357766d9-19df-4a39-8570-ea5c42765c2e-240.mp4" framerate="30" duration="4112" isDefault="false"/> <media:content type="audio/mp4" medium="video" height="0" fileSize="137404332" url="https://toobnix.org/static/web-videos/587400f1-a8fa-4f45-9506-d1e31ff38f06-0.mp4" framerate="0" duration="4112" isDefault="false"/> <media:content type="video/mp4" medium="video" height="1080" fileSize="895260066" url="https://toobnix.org/static/streaming-playlists/hls/6dfb5e4e-de30-433f-a4fc-b727e35eb0f8/be2fdb64-6e96-4675-b29c-494af2b722fb-1080-fragmented.mp4" framerate="30" duration="4112" isDefault="false"/> <media:content type="video/mp4" medium="video" height="720" fileSize="529055256" url="https://toobnix.org/static/streaming-playlists/hls/6dfb5e4e-de30-433f-a4fc-b727e35eb0f8/608671f0-c181-4ac2-b073-8e0623c18aa8-720-fragmented.mp4" framerate="30" duration="4112" isDefault="false"/> <media:content type="video/mp4" medium="video" height="480" fileSize="353470778" url="https://toobnix.org/static/streaming-playlists/hls/6dfb5e4e-de30-433f-a4fc-b727e35eb0f8/ed107244-eb33-4a17-b82c-0456860c4d4f-480-fragmented.mp4" framerate="30" duration="4112" isDefault="false"/> <media:content type="video/mp4" medium="video" height="360" fileSize="275330931" url="https://toobnix.org/static/streaming-playlists/hls/6dfb5e4e-de30-433f-a4fc-b727e35eb0f8/46ba5c3b-4ab4-4725-b2e5-697d0a3bc461-360-fragmented.mp4" framerate="30" duration="4112" isDefault="false"/> <media:content type="video/mp4" medium="video" height="240" fileSize="205208713" url="https://toobnix.org/static/streaming-playlists/hls/6dfb5e4e-de30-433f-a4fc-b727e35eb0f8/467c3e32-c5b7-4114-90f5-1e25c798fd9d-240-fragmented.mp4" framerate="30" duration="4112" isDefault="false"/> <media:content type="audio/mp4" medium="video" height="0" fileSize="137719754" url="https://toobnix.org/static/streaming-playlists/hls/6dfb5e4e-de30-433f-a4fc-b727e35eb0f8/289bebab-8038-472b-aed9-fbdc56483969-0-fragmented.mp4" framerate="0" duration="4112" isDefault="false"/> </media:group> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/previews/5816ff57-f6f3-447a-99b2-188b56523b11.jpg"/> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/1bf1ea7e-4cf2-4ea9-86e9-4c3b303e350a.jpg"/> <media:rating>nonadult</media:rating> <media:title type="plain">record-2025-11-09_00-58-26</media:title> </item> <item> <title><![CDATA[Parc pour enfants entre une pharmacie et un centre social à La Cotonne]]></title> <link>https://peertube2.cpy.re/w/pHjB95dGh8xNuNavTpaAHA</link> <guid>https://peertube2.cpy.re/w/pHjB95dGh8xNuNavTpaAHA</guid> <pubDate>Sun, 09 Nov 2025 18:53:38 GMT</pubDate> <dc:creator>Petits paysages</dc:creator> <category>Travels</category> <enclosure length="337041473" type="video/mp4" url="https://peertube2.cpy.re/download/videos/generate/c0072667-1eca-4988-9106-d448e0a328ac?videoFileIds=5521173"/> <media:community> <media:statistics views="1"/> </media:community> <media:embed url="https://peertube2.cpy.re/videos/embed/pHjB95dGh8xNuNavTpaAHA"/> <media:player url="https://peertube2.cpy.re/w/pHjB95dGh8xNuNavTpaAHA"/> <media:group> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/45be1a1f-12c5-4ec9-b69e-6cf1938b73dc-1920-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/632d7872-cce4-4d56-a6cb-ab6c5d9f614c-1280-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/d7268962-a95d-470c-9f93-42c4ca7ca96b-854-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/3c7f790d-f97e-4080-bf7c-728688b2ed79-426-hls.torrent" isDefault="false"/> <media:peerLink type="application/x-bittorrent" href="https://peertube2.cpy.re/lazy-static/torrents/c5efa1c4-31c7-43a5-adcc-442f8aea59b1-0-hls.torrent" isDefault="false"/> <media:content type="video/mp4" medium="video" height="1920" fileSize="337041473" url="https://static.indymotion.fr/streaming-playlists/hls/c0072667-1eca-4988-9106-d448e0a328ac/3d07051e-b79e-4e4e-9fe3-b8e700cb0189-1080-fragmented.mp4" framerate="30" duration="426" isDefault="true"/> <media:content type="video/mp4" medium="video" height="1280" fileSize="167716498" url="https://static.indymotion.fr/streaming-playlists/hls/c0072667-1eca-4988-9106-d448e0a328ac/e9d044fb-5af4-4bbc-98a1-c3211a92bcdb-720-fragmented.mp4" framerate="30" duration="426" isDefault="false"/> <media:content type="video/mp4" medium="video" height="854" fileSize="84982016" url="https://static.indymotion.fr/streaming-playlists/hls/c0072667-1eca-4988-9106-d448e0a328ac/8d1315c2-903b-4f3c-8473-ceff702edad1-480-fragmented.mp4" framerate="30" duration="426" isDefault="false"/> <media:content type="video/mp4" medium="video" height="426" fileSize="34161427" url="https://static.indymotion.fr/streaming-playlists/hls/c0072667-1eca-4988-9106-d448e0a328ac/132434e9-9d6a-443c-8919-b7dd5678c947-240-fragmented.mp4" framerate="30" duration="426" isDefault="false"/> <media:content type="audio/mp4" medium="video" height="0" fileSize="6872159" url="https://static.indymotion.fr/streaming-playlists/hls/c0072667-1eca-4988-9106-d448e0a328ac/a784ef8b-f45d-4909-9b94-05bd1a3c2f25-0-fragmented.mp4" framerate="0" duration="426" isDefault="false"/> </media:group> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/previews/e7fafa8f-f307-449b-a95d-19271ff74162.jpg"/> <media:thumbnail url="https://peertube2.cpy.re/lazy-static/thumbnails/d3a3778a-da76-447c-890f-9ae05ac400c2.jpg"/> <media:rating>nonadult</media:rating> <media:title type="plain">Parc pour enfants entre une pharmacie et un centre social à La Cotonne</media:title> </item> </channel> </rss>
| format required | string Enum: "xml" "rss" "rss2" "atom" "atom1" "json" "json1" format expected (we focus on making |
| 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)
|
| 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 |
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.
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.
| id required | integer (id) >= 1 Example: 42 Entity id |
| verificationString required | string <url> |
| isPendingEmail | boolean |
{- "verificationString": "string",
- "isPendingEmail": true
}Following a user registration request, the user will receive an email asking to click a link containing a secret.
| registrationId required | integer (id) >= 1 Example: 42 Registration ID |
| verificationString required | string <url> |
{- "verificationString": "string"
}Signup has to be enabled and signup approval is not required
| email required | string <email> email of the user, used for login or service communications |
| password required | string <password> (password) [ 6 .. 255 ] 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 |
{- "username": "chocobozzz",
- "password": "pa$$word",
- "email": "user@example.com",
- "displayName": "string",
- "channel": {
- "name": "framasoft_videos",
- "displayName": "string"
}
}Signup has to be enabled and require approval on the instance
| email required | string <email> email of the user, used for login or service communications |
| password required | string <password> (password) [ 6 .. 255 ] 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 |
{- "username": "chocobozzz",
- "password": "pa$$word",
- "email": "user@example.com",
- "displayName": "string",
- "channel": {
- "name": "framasoft_videos",
- "displayName": "string"
}, - "registrationReason": "string"
}{- "id": 42,
- "state": {
- "id": 1,
- "label": "string"
}, - "registrationReason": "string",
- "moderationResponse": "string",
- "username": "string",
- "email": "user@example.com",
- "emailVerified": true,
- "accountDisplayName": "string",
- "channelHandle": "string",
- "channelDisplayName": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "user": {
- "id": 42
}
}| registrationId required | integer (id) >= 1 Example: 42 Registration ID |
| 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 |
{- "moderationResponse": "string",
- "preventEmailDelivery": true
}| registrationId required | integer (id) >= 1 Example: 42 Registration ID |
| 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 |
{- "moderationResponse": "string",
- "preventEmailDelivery": true
}| 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 |
{- "total": 1,
- "data": [
- {
- "id": 42,
- "state": {
- "id": 1,
- "label": "string"
}, - "registrationReason": "string",
- "moderationResponse": "string",
- "username": "string",
- "email": "user@example.com",
- "emailVerified": true,
- "accountDisplayName": "string",
- "channelHandle": "string",
- "channelDisplayName": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "user": {
- "id": 42
}
}
]
}Sessions deal with access tokens over time. Only one session token can currently be used at a time.
API="https://peertube2.cpy.re/api/v1" ## AUTH curl -s "$API/oauth-clients/local"
{- "client_id": "v1ikx5hnfop4mdpnci8nsqh93c45rldf",
- "client_secret": "AjWiOapPltI6EnsWQwlFarRtLh4u8tDt"
}With your client id and secret, you can retrieve an access and refresh tokens.
| x-peertube-otp | string If the user enabled two factor authentication, you need to provide the OTP code in this header |
| 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 |
| password | string <password> (password) [ 6 .. 255 ] characters |
## 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"
{- "token_type": "Bearer",
- "access_token": "90286a0bdf0f7315d9d3fe8dabf9e1d2be9c97d0",
- "refresh_token": "2e0d675df9fc96d2e4ec8a3ebbbf45eca9137bb7",
- "expires_in": 14399,
- "refresh_token_expires_in": 1209600
}| id required | integer (id) >= 1 Example: 42 Entity id |
{- "total": 1,
- "data": [
- {
- "id": 0,
- "currentSession": true,
- "loginDevice": "string",
- "loginIP": "192.168.0.1",
- "loginDate": "2019-08-24T14:15:22Z",
- "lastActivityDevice": "string",
- "lastActivityIP": "192.168.0.1",
- "lastActivityDate": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z"
}
]
}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.
| name required | string Example: chocobozzz | chocobozzz@example.org The username or handle of the account |
{- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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"
}| name required | string Example: chocobozzz | chocobozzz@example.org The username or handle of the account |
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)
|
| 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 | |
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)
|
| nsfwFlagsIncluded | integer (NSFWFlag) Enum: 0 1 2 4 NSFW flags (can be combined using bitwise or operator)
|
| 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 |
| sort | string Enum: "name" "-duration" "-createdAt" "-publishedAt" "-views" "-likes" "-comments" "-trending" "-hot" "-best" Sort videos by criteria (prefixing with
|
| start | integer >= 0 Offset used to paginate results |
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 |
fetch('https://peertube2.cpy.re/api/v1/accounts/{name}/videos') .then(function(response) { return response.json() }).then(function(data) { console.log(data) })
{- "total": 1,
- "data": [
- {
- "id": 42,
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "shortUUID": "2y84q2MQUMWPbiEcxNXMgC",
- "isLive": true,
- "liveSchedules": [
- {
- "startAt": "2019-08-24T14:15:22Z"
}
], - "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": {
- "id": 15,
- "label": "Science & Technology"
}, - "licence": {
- "id": 2,
- "label": "Attribution - Share Alike"
}, - "language": {
- "id": "en",
- "label": "English"
}, - "privacy": {
- "id": 1,
- "label": "string"
}, - "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": "/lazy-static/thumbnails/a65bc12f-9383-462e-81ae-8207e8b434ee.jpg",
- "previewPath": "/lazy-static/previews/a65bc12f-9383-462e-81ae-8207e8b434ee.jpg",
- "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": {
- "id": 1,
- "label": "string"
}, - "scheduledUpdate": {
- "privacy": 1,
- "updateAt": "2019-08-24T14:15:22Z"
}, - "blacklisted": true,
- "blacklistedReason": "string",
- "account": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "channel": {
- "id": 42,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "userHistory": {
- "currentTime": 0
}
}
]
}| name required | string Example: chocobozzz | chocobozzz@example.org The username or handle of the account |
| 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 |
{- "total": 1,
- "data": [
- {
- "id": 42,
- "follower": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "host": "example.com",
- "hostRedundancyAllowed": true,
- "followingCount": 0,
- "followersCount": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "following": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "host": "example.com",
- "hostRedundancyAllowed": true,
- "followingCount": 0,
- "followersCount": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "score": 0,
- "state": "pending",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}| 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 |
{- "total": 1,
- "data": [
- {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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"
}
]
}| name required | string Example: chocobozzz | chocobozzz@example.org The username or handle of the account |
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 = |
| 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 |
{- "total": 1,
- "data": [
- {
- "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",
- "privacy": {
- "id": 1,
- "label": "string"
}, - "type": {
- "id": 1,
- "label": "string"
}, - "ownerAccount": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "videoChannel": {
- "id": 42,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "videoChannelPosition": 1
}
]
}| name required | string Example: chocobozzz | chocobozzz@example.org The username or handle of the account |
| 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) |
{- "total": 1,
- "data": [
- {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "ownerAccount": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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"
}
}
]
}| name required | string Example: chocobozzz | chocobozzz@example.org The username or handle of the account |
| 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 |
{- "total": 1,
- "data": [
- {
- "id": 42,
- "state": {
- "id": 2,
- "label": "PROCESSING"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "lastSyncAt": "2019-08-24T14:15:22Z",
- "channel": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "ownerAccount": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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"
}
}
}
]
}| name required | string Example: chocobozzz | chocobozzz@example.org The username or handle of the account |
| 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 |
[- {
- "video": {
- "id": 42,
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "shortUUID": "2y84q2MQUMWPbiEcxNXMgC",
- "isLive": true,
- "liveSchedules": [
- {
- "startAt": "2019-08-24T14:15:22Z"
}
], - "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": {
- "id": 15,
- "label": "Science & Technology"
}, - "licence": {
- "id": 2,
- "label": "Attribution - Share Alike"
}, - "language": {
- "id": "en",
- "label": "English"
}, - "privacy": {
- "id": 1,
- "label": "string"
}, - "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": "/lazy-static/thumbnails/a65bc12f-9383-462e-81ae-8207e8b434ee.jpg",
- "previewPath": "/lazy-static/previews/a65bc12f-9383-462e-81ae-8207e8b434ee.jpg",
- "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": {
- "id": 1,
- "label": "string"
}, - "scheduledUpdate": {
- "privacy": 1,
- "updateAt": "2019-08-24T14:15:22Z"
}, - "blacklisted": true,
- "blacklistedReason": "string",
- "account": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "channel": {
- "id": 42,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "userHistory": {
- "currentTime": 0
}
}, - "rating": "like"
}
]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.
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 .. 255 ] characters |
| role required | integer (UserRole) Enum: 0 1 2 The user role (Admin = |
| 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 = |
| 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 |
{- "username": "chocobozzz",
- "password": "pa$$word",
- "email": "user@example.com",
- "videoQuota": -1,
- "videoQuotaDaily": -1,
- "channelName": "framasoft_videos",
- "role": 2,
- "adminFlags": 1
}{- "user": {
- "id": 42,
- "account": {
- "id": 42
}
}
}| blocked | boolean Filter results down to (un)banned users |
| count | integer [ 1 .. 100 ] Default: 15 Number of items to return |
| 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 |
[- {
- "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": [
- "string"
], - "language": "string",
- "videoQuota": -1,
- "videoQuotaDaily": -1,
- "role": {
- "id": 2,
- "label": "User"
}, - "theme": "string",
- "account": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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"
}, - "notificationSettings": {
- "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
}, - "videoChannels": [
- {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "ownerAccount": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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"
}
}
], - "blocked": true,
- "blockedReason": "string",
- "noInstanceConfigWarningModal": true,
- "noAccountSetupWarningModal": true,
- "noWelcomeModal": true,
- "createdAt": "string",
- "pluginAuth": "string",
- "lastLoginDate": "2019-08-24T14:15:22Z",
- "twoFactorEnabled": true
}
]| id required | integer (id) >= 1 Example: 42 Entity id |
| withStats | boolean include statistics about the user (only available as a moderator/admin) |
{- "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": [
- "string"
], - "language": "string",
- "videoQuota": -1,
- "videoQuotaDaily": -1,
- "role": {
- "id": 2,
- "label": "User"
}, - "theme": "string",
- "account": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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"
}, - "notificationSettings": {
- "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
}, - "videoChannels": [
- {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "ownerAccount": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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"
}
}
], - "blocked": true,
- "blockedReason": "string",
- "noInstanceConfigWarningModal": true,
- "noAccountSetupWarningModal": true,
- "noWelcomeModal": true,
- "createdAt": "string",
- "pluginAuth": "string",
- "lastLoginDate": "2019-08-24T14:15:22Z",
- "twoFactorEnabled": true
}| id required | integer (id) >= 1 Example: 42 Entity id |
| adminFlags | integer (UserAdminFlags) Enum: 0 1 Admin flags for the user (None = |
string <email> The updated email of the user | |
| emailVerified | boolean Set the email as verified |
| password | string <password> (password) [ 6 .. 255 ] 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 = |
| videoQuota | integer The updated video quota of the user in bytes |
| videoQuotaDaily | integer The updated daily video quota of the user in bytes |
{- "email": "user@example.com",
- "emailVerified": true,
- "videoQuota": 0,
- "videoQuotaDaily": 0,
- "pluginAuth": "peertube-plugin-auth-saml2",
- "role": 2,
- "adminFlags": 1,
- "password": "pa$$word"
}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.
| id required | integer (id) >= 1 Example: 42 Entity id |
| verificationString required | string <url> |
| isPendingEmail | boolean |
{- "verificationString": "string",
- "isPendingEmail": true
}Request two factor authentication for a user
| id required | integer (id) >= 1 Example: 42 Entity id |
| currentPassword | string Password of the currently authenticated user |
{- "currentPassword": "string"
}[- {
- "otpRequest": {
- "requestToken": "string",
- "secret": "string",
- "uri": "string"
}
}
]Confirm a two factor authentication request
| id required | integer (id) >= 1 Example: 42 Entity id |
| otpToken required | string OTP token generated by the app |
| requestToken required | string Token to identify the two factor request |
{- "requestToken": "string",
- "otpToken": "string"
}Disable two factor authentication of a user
| id required | integer (id) >= 1 Example: 42 Entity id |
| currentPassword | string Password of the currently authenticated user |
{- "currentPassword": "string"
}Request an archive of user data. An email is sent when the archive is ready.
| userId required | integer (id) >= 1 Example: 42 User id |
| withVideoFiles | boolean Whether to include video files in the archive |
{- "withVideoFiles": true
}{- "export": {
- "id": 0
}
}PeerTube >= 6.1
| userId required | integer (id) >= 1 Example: 42 User id |
{- "id": 0,
- "state": {
- "id": 1,
- "label": "string"
}, - "size": 0,
- "privateDownloadUrl": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "expiresOn": "2019-08-24T14:15:22Z"
}PeerTube >= 6.1 Uses a resumable protocol to initialize the import of the archive
| userId required | integer (id) >= 1 Example: 42 User id |
| 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. |
| filename | string <filename> Archive filename including extension |
{- "filename": "user-export-6-2024-02-09T10_12_11.682Z"
}PeerTube >= 6.1 Uses a resumable protocol to continue, pause or resume the import of the archive
| userId required | integer (id) >= 1 Example: 42 User id |
| 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. |
| 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 |
PeerTube >= 6.1 Uses a resumable protocol to cancel the resumable user import
| userId required | integer (id) >= 1 Example: 42 User id |
| 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. |
| Content-Length required | number Example: 0 |
[- {
- "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": [
- "string"
], - "language": "string",
- "videoQuota": -1,
- "videoQuotaDaily": -1,
- "role": {
- "id": 2,
- "label": "User"
}, - "theme": "string",
- "account": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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"
}, - "notificationSettings": {
- "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
}, - "videoChannels": [
- {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "ownerAccount": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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"
}
}
], - "blocked": true,
- "blockedReason": "string",
- "noInstanceConfigWarningModal": true,
- "noAccountSetupWarningModal": true,
- "noWelcomeModal": true,
- "createdAt": "string",
- "pluginAuth": "string",
- "lastLoginDate": "2019-08-24T14:15:22Z",
- "twoFactorEnabled": true
}
]| 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 .. 255 ] characters |
| displayName | string [ 3 .. 120 ] characters new name of the user in its representations |
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)
|
| nsfwFlagsDisplayed | integer (NSFWFlag) Enum: 0 1 2 4 NSFW flags (can be combined using bitwise or operator)
|
| nsfwFlagsHidden | integer (NSFWFlag) Enum: 0 1 2 4 NSFW flags (can be combined using bitwise or operator)
|
| nsfwFlagsWarned | integer (NSFWFlag) Enum: 0 1 2 4 NSFW flags (can be combined using bitwise or operator)
|
| 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 .. 255 ] 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 |
{- "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": [
- "string"
], - "language": "string",
- "theme": "string",
- "noInstanceConfigWarningModal": true,
- "noAccountSetupWarningModal": true,
- "noWelcomeModal": true
}| 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 |
{- "total": 1,
- "data": [
- {
- "id": 42,
- "torrentfile": "string",
- "torrentName": "string",
- "state": {
- "id": 1,
- "label": "Pending"
}, - "error": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "video": {
- "id": 42,
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "shortUUID": "2y84q2MQUMWPbiEcxNXMgC",
- "isLive": true,
- "liveSchedules": [
- {
- "startAt": "2019-08-24T14:15:22Z"
}
], - "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": {
- "id": 15,
- "label": "Science & Technology"
}, - "licence": {
- "id": 2,
- "label": "Attribution - Share Alike"
}, - "language": {
- "id": "en",
- "label": "English"
}, - "privacy": {
- "id": 1,
- "label": "string"
}, - "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": "/lazy-static/thumbnails/a65bc12f-9383-462e-81ae-8207e8b434ee.jpg",
- "previewPath": "/lazy-static/previews/a65bc12f-9383-462e-81ae-8207e8b434ee.jpg",
- "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": {
- "id": 1,
- "label": "string"
}, - "scheduledUpdate": {
- "privacy": 1,
- "updateAt": "2019-08-24T14:15:22Z"
}, - "blacklisted": true,
- "blacklistedReason": "string",
- "account": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "channel": {
- "id": 42,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "userHistory": {
- "currentTime": 0
}
}
}
]
}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)
|
| 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 | |
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)
|
| nsfwFlagsIncluded | integer (NSFWFlag) Enum: 0 1 2 4 NSFW flags (can be combined using bitwise or operator)
|
| 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 |
| sort | string Enum: "name" "-duration" "-createdAt" "-publishedAt" "-views" "-likes" "-comments" "-trending" "-hot" "-best" Sort videos by criteria (prefixing with
|
| start | integer >= 0 Offset used to paginate results |
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 |
{- "total": 1,
- "data": [
- {
- "id": 42,
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "shortUUID": "2y84q2MQUMWPbiEcxNXMgC",
- "isLive": true,
- "liveSchedules": [
- {
- "startAt": "2019-08-24T14:15:22Z"
}
], - "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": {
- "id": 15,
- "label": "Science & Technology"
}, - "licence": {
- "id": 2,
- "label": "Attribution - Share Alike"
}, - "language": {
- "id": "en",
- "label": "English"
}, - "privacy": {
- "id": 1,
- "label": "string"
}, - "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": "/lazy-static/thumbnails/a65bc12f-9383-462e-81ae-8207e8b434ee.jpg",
- "previewPath": "/lazy-static/previews/a65bc12f-9383-462e-81ae-8207e8b434ee.jpg",
- "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": {
- "id": 1,
- "label": "string"
}, - "scheduledUpdate": {
- "privacy": 1,
- "updateAt": "2019-08-24T14:15:22Z"
}, - "blacklisted": true,
- "blacklistedReason": "string",
- "account": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "channel": {
- "id": 42,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "userHistory": {
- "currentTime": 0
}
}
]
}| avatarfile | string <binary> The file to upload |
{- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}| 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 = |
{- "total": 1,
- "data": [
- {
- "id": 42,
- "reason": "The video is a spam",
- "predefinedReasons": [
- "spamOrMisleading"
], - "reporterAccount": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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"
}, - "state": {
- "id": 1,
- "label": "string"
}, - "moderationComment": "Decided to ban the server since it spams us regularly",
- "video": {
- "id": 0,
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "shortUUID": "2y84q2MQUMWPbiEcxNXMgC",
- "name": "string",
- "nsfw": true,
- "startAt": "2019-08-24T14:15:22Z",
- "endAt": "2019-08-24T14:15:22Z",
- "deleted": true,
- "blacklisted": true,
- "thumbnailPath": "string",
- "channel": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "ownerAccount": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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"
}
}
}, - "createdAt": "2019-08-24T14:15:22Z"
}
]
}Operations related to your subscriptions to video channels, their new videos, and how to keep up to date with their latest publications!
| 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 |
{- "total": 1,
- "data": [
- {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "ownerAccount": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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"
}
}
]
}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)
|
| 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 | |
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)
|
| nsfwFlagsIncluded | integer (NSFWFlag) Enum: 0 1 2 4 NSFW flags (can be combined using bitwise or operator)
|
| 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 |
| sort | string Enum: "name" "-duration" "-createdAt" "-publishedAt" "-views" "-likes" "-comments" "-trending" "-hot" "-best" Sort videos by criteria (prefixing with
|
| start | integer >= 0 Offset used to paginate results |
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 |
{- "total": 1,
- "data": [
- {
- "id": 42,
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "shortUUID": "2y84q2MQUMWPbiEcxNXMgC",
- "isLive": true,
- "liveSchedules": [
- {
- "startAt": "2019-08-24T14:15:22Z"
}
], - "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": {
- "id": 15,
- "label": "Science & Technology"
}, - "licence": {
- "id": 2,
- "label": "Attribution - Share Alike"
}, - "language": {
- "id": "en",
- "label": "English"
}, - "privacy": {
- "id": 1,
- "label": "string"
}, - "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": "/lazy-static/thumbnails/a65bc12f-9383-462e-81ae-8207e8b434ee.jpg",
- "previewPath": "/lazy-static/previews/a65bc12f-9383-462e-81ae-8207e8b434ee.jpg",
- "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": {
- "id": 1,
- "label": "string"
}, - "scheduledUpdate": {
- "privacy": 1,
- "updateAt": "2019-08-24T14:15:22Z"
}, - "blacklisted": true,
- "blacklistedReason": "string",
- "account": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "channel": {
- "id": 42,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "userHistory": {
- "currentTime": 0
}
}
]
}| subscriptionHandle required | string Example: my_username | my_username@example.com The subscription handle |
{- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "ownerAccount": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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"
}
}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.
| 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 only list notifications of these types |
| unread | boolean only list unread notifications |
{- "total": 1,
- "data": [
- {
- "id": 42,
- "type": 1,
- "read": true,
- "video": {
- "id": 42,
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "name": "What is PeerTube?",
- "state": {
- "id": 1,
- "label": "string"
}, - "channel": {
- "id": 42,
- "name": "string",
- "displayName": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}
}, - "videoImport": {
- "id": 42,
- "video": {
- "id": 42,
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "name": "What is PeerTube?",
- "state": {
- "id": 1,
- "label": "string"
}
}, - "torrentName": "string",
}, - "comment": {
- "id": 42,
- "threadId": 0,
- "video": {
- "id": 42,
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "name": "What is PeerTube?",
- "state": {
- "id": 1,
- "label": "string"
}
}, - "account": {
- "id": 42,
- "name": "string",
- "displayName": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "heldForReview": true
}, - "videoAbuse": {
- "id": 42,
- "video": {
- "id": 42,
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "name": "What is PeerTube?",
- "state": {
- "id": 1,
- "label": "string"
}
}
}, - "videoBlacklist": {
- "id": 42,
- "video": {
- "id": 42,
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "name": "What is PeerTube?",
- "state": {
- "id": 1,
- "label": "string"
}
}
}, - "account": {
- "id": 42,
- "name": "string",
- "displayName": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "actorFollow": {
- "id": 42,
- "follower": {
- "id": 42,
- "name": "string",
- "displayName": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "state": "pending",
- "following": {
- "type": "account",
- "name": "string",
- "displayName": "string",
- "host": "example.com"
}
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}| abuseAsModerator | integer (NotificationSettingValue) Notification type. One of the following values, or a sum of multiple values:
|
| abuseNewMessage | integer (NotificationSettingValue) Notification type. One of the following values, or a sum of multiple values:
|
| abuseStateChange | integer (NotificationSettingValue) Notification type. One of the following values, or a sum of multiple values:
|
| autoInstanceFollowing | integer (NotificationSettingValue) Notification type. One of the following values, or a sum of multiple values:
|
| blacklistOnMyVideo | integer (NotificationSettingValue) Notification type. One of the following values, or a sum of multiple values:
|
| commentMention | integer (NotificationSettingValue) Notification type. One of the following values, or a sum of multiple values:
|
| myVideoImportFinished | integer (NotificationSettingValue) Notification type. One of the following values, or a sum of multiple values:
|
| myVideoPublished | integer (NotificationSettingValue) Notification type. One of the following values, or a sum of multiple values:
|
| myVideoStudioEditionFinished | integer (NotificationSettingValue) Notification type. One of the following values, or a sum of multiple values:
|
| myVideoTranscriptionGenerated | integer (NotificationSettingValue) Notification type. One of the following values, or a sum of multiple values:
|
| newCommentOnMyVideo | integer (NotificationSettingValue) Notification type. One of the following values, or a sum of multiple values:
|
| newFollow | integer (NotificationSettingValue) Notification type. One of the following values, or a sum of multiple values:
|
| newInstanceFollower | integer (NotificationSettingValue) Notification type. One of the following values, or a sum of multiple values:
|
| newPeerTubeVersion | integer (NotificationSettingValue) Notification type. One of the following values, or a sum of multiple values:
|
| newPluginVersion | integer (NotificationSettingValue) Notification type. One of the following values, or a sum of multiple values:
|
| newUserRegistration | integer (NotificationSettingValue) Notification type. One of the following values, or a sum of multiple values:
|
| newVideoFromSubscription | integer (NotificationSettingValue) Notification type. One of the following values, or a sum of multiple values:
|
| videoAutoBlacklistAsModerator | integer (NotificationSettingValue) Notification type. One of the following values, or a sum of multiple values:
|
{- "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
}| 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 |
{- "total": 1,
- "data": [
- {
- "id": 42,
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "shortUUID": "2y84q2MQUMWPbiEcxNXMgC",
- "isLive": true,
- "liveSchedules": [
- {
- "startAt": "2019-08-24T14:15:22Z"
}
], - "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": {
- "id": 15,
- "label": "Science & Technology"
}, - "licence": {
- "id": 2,
- "label": "Attribution - Share Alike"
}, - "language": {
- "id": "en",
- "label": "English"
}, - "privacy": {
- "id": 1,
- "label": "string"
}, - "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": "/lazy-static/thumbnails/a65bc12f-9383-462e-81ae-8207e8b434ee.jpg",
- "previewPath": "/lazy-static/previews/a65bc12f-9383-462e-81ae-8207e8b434ee.jpg",
- "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": {
- "id": 1,
- "label": "string"
}, - "scheduledUpdate": {
- "privacy": 1,
- "updateAt": "2019-08-24T14:15:22Z"
}, - "blacklisted": true,
- "blacklistedReason": "string",
- "account": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "channel": {
- "id": 42,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "userHistory": {
- "currentTime": 0
}
}
]
}| name required | string Example: chocobozzz | chocobozzz@example.org The username or handle of the account |
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)
|
| 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 | |
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)
|
| nsfwFlagsIncluded | integer (NSFWFlag) Enum: 0 1 2 4 NSFW flags (can be combined using bitwise or operator)
|
| 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 |
| sort | string Enum: "name" "-duration" "-createdAt" "-publishedAt" "-views" "-likes" "-comments" "-trending" "-hot" "-best" Sort videos by criteria (prefixing with
|
| start | integer >= 0 Offset used to paginate results |
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 |
fetch('https://peertube2.cpy.re/api/v1/accounts/{name}/videos') .then(function(response) { return response.json() }).then(function(data) { console.log(data) })
{- "total": 1,
- "data": [
- {
- "id": 42,
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "shortUUID": "2y84q2MQUMWPbiEcxNXMgC",
- "isLive": true,
- "liveSchedules": [
- {
- "startAt": "2019-08-24T14:15:22Z"
}
], - "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": {
- "id": 15,
- "label": "Science & Technology"
}, - "licence": {
- "id": 2,
- "label": "Attribution - Share Alike"
}, - "language": {
- "id": "en",
- "label": "English"
}, - "privacy": {
- "id": 1,
- "label": "string"
}, - "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": "/lazy-static/thumbnails/a65bc12f-9383-462e-81ae-8207e8b434ee.jpg",
- "previewPath": "/lazy-static/previews/a65bc12f-9383-462e-81ae-8207e8b434ee.jpg",
- "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": {
- "id": 1,
- "label": "string"
}, - "scheduledUpdate": {
- "privacy": 1,
- "updateAt": "2019-08-24T14:15:22Z"
}, - "blacklisted": true,
- "blacklistedReason": "string",
- "account": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "channel": {
- "id": 42,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "userHistory": {
- "currentTime": 0
}
}
]
}Request special tokens that expire quickly to use them in some context (like accessing private static files)
required | id (integer) or UUIDv4 (string) or shortUUID (string) The object id, uuid or short uuid |
| x-peertube-video-password | string Required on password protected video |
{- "files": {
- "token": "string",
- "expires": "2019-08-24T14:15:22Z"
}
}Create a task to edit a video (cut, add intro/outro etc)
required | id (integer) or UUIDv4 (string) or shortUUID (string) The object id, uuid or short uuid |
| name | string Value: "cut" |
object |
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)
|
| 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 | |
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)
|
| nsfwFlagsIncluded | integer (NSFWFlag) Enum: 0 1 2 4 NSFW flags (can be combined using bitwise or operator)
|
| 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 |
| sort | string Enum: "name" "-duration" "-createdAt" "-publishedAt" "-views" "-likes" "-comments" "-trending" "-hot" "-best" Sort videos by criteria (prefixing with
|
| start | integer >= 0 Offset used to paginate results |
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 |
{- "total": 1,
- "data": [
- {
- "id": 42,
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "shortUUID": "2y84q2MQUMWPbiEcxNXMgC",
- "isLive": true,
- "liveSchedules": [
- {
- "startAt": "2019-08-24T14:15:22Z"
}
], - "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": {
- "id": 15,
- "label": "Science & Technology"
}, - "licence": {
- "id": 2,
- "label": "Attribution - Share Alike"
}, - "language": {
- "id": "en",
- "label": "English"
}, - "privacy": {
- "id": 1,
- "label": "string"
}, - "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": "/lazy-static/thumbnails/a65bc12f-9383-462e-81ae-8207e8b434ee.jpg",
- "previewPath": "/lazy-static/previews/a65bc12f-9383-462e-81ae-8207e8b434ee.jpg",
- "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": {
- "id": 1,
- "label": "string"
}, - "scheduledUpdate": {
- "privacy": 1,
- "updateAt": "2019-08-24T14:15:22Z"
}, - "blacklisted": true,
- "blacklistedReason": "string",
- "account": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "channel": {
- "id": 42,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "userHistory": {
- "currentTime": 0
}
}
]
}{- "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"
}{- "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": "Copyrighted - All Rights Reserved"
}{- "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",
- "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"
}required | id (integer) or UUIDv4 (string) or shortUUID (string) The object id, uuid or short uuid |
| 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. |
| commentsEnabled | boolean Deprecated Deprecated in 6.2, use commentsPolicy instead |
| commentsPolicy | integer (VideoCommentsPolicySet) Enum: 1 2 3 Comments policy of the video (Enabled = |
| 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)
|
| 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> Video preview file |
| privacy | |
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 |
required | id (integer) or UUIDv4 (string) or shortUUID (string) The object id, uuid or short uuid |
| x-peertube-video-password | string Required on password protected video |
{- "id": 42,
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "shortUUID": "2y84q2MQUMWPbiEcxNXMgC",
- "isLive": true,
- "liveSchedules": [
- {
- "startAt": "2019-08-24T14:15:22Z"
}
], - "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": {
- "id": 15,
- "label": "Science & Technology"
}, - "licence": {
- "id": 2,
- "label": "Attribution - Share Alike"
}, - "language": {
- "id": "en",
- "label": "English"
}, - "privacy": {
- "id": 1,
- "label": "string"
}, - "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": "/lazy-static/thumbnails/a65bc12f-9383-462e-81ae-8207e8b434ee.jpg",
- "previewPath": "/lazy-static/previews/a65bc12f-9383-462e-81ae-8207e8b434ee.jpg",
- "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": {
- "id": 1,
- "label": "string"
}, - "scheduledUpdate": {
- "privacy": 1,
- "updateAt": "2019-08-24T14:15:22Z"
}, - "blacklisted": true,
- "blacklistedReason": "string",
- "account": {
- "id": 42,
- "name": "chocobozzz",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "hostRedundancyAllowed": true,
- "followingCount": 0,
- "followersCount": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "userId": 42,
- "description": "string"
}, - "channel": {
- "id": 42,
- "name": "chocobozzz",
- "displayName": "Videos of Framasoft",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "hostRedundancyAllowed": true,
- "followingCount": 0,
- "followersCount": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "description": "Videos made with <3 by Framasoft",
- "support": "Please support our work on https://soutenir.framasoft.org/en/ <3",
- "isLocal": true,
- "banners": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "ownerAccount": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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"
}
}, - "userHistory": {
- "currentTime": 0
}, - "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": [
- "flowers",
- "gardening"
], - "commentsEnabled": true,
- "commentsPolicy": {
- "id": 1,
- "label": "string"
}, - "downloadEnabled": true,
- "inputFileUpdatedAt": "2019-08-24T14:15:22Z",
- "trackerUrls": [
- "wss://peertube2.cpy.re/tracker/socket"
], - "files": [
- {
- "id": 42,
- "resolution": {
- "id": 240,
- "label": "240p"
}, - "size": 0,
- "torrentUrl": "string",
- "torrentDownloadUrl": "string",
- "fileUrl": "string",
- "playlistUrl": "string",
- "fileDownloadUrl": "string",
- "fps": 0,
- "width": 0,
- "height": 0,
- "metadataUrl": "string",
- "hasAudio": true,
- "hasVideo": true,
- "storage": 0
}
], - "streamingPlaylists": [
- {
- "id": 42,
- "type": 1,
- "playlistUrl": "string",
- "segmentsSha256Url": "string",
- "files": [
- {
- "id": 42,
- "resolution": {
- "id": 240,
- "label": "240p"
}, - "size": 0,
- "torrentUrl": "string",
- "torrentDownloadUrl": "string",
- "fileUrl": "string",
- "playlistUrl": "string",
- "fileDownloadUrl": "string",
- "fps": 0,
- "width": 0,
- "height": 0,
- "metadataUrl": "string",
- "hasAudio": true,
- "hasVideo": true,
- "storage": 0
}
], - "redundancies": [
- {
- "baseUrl": "string"
}
]
}
]
}required | id (integer) or UUIDv4 (string) or shortUUID (string) The object id, uuid or short uuid |
| x-peertube-video-password | string Required on password protected video |
"**[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"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.
required | id (integer) or UUIDv4 (string) or shortUUID (string) The object id, uuid or short uuid |
| 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 |
| viewEvent | string Value: "seek" Event since last viewing call:
|
{- "currentTime": 5,
- "viewEvent": "seek",
- "sessionId": "string",
- "client": "string",
- "device": "console",
- "operatingSystem": "string"
}This endpoint has been deprecated. Use /videos/{id}/views instead
required | id (integer) or UUIDv4 (string) or shortUUID (string) The object id, uuid or short uuid |
| 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 |
| viewEvent | string Value: "seek" Event since last viewing call:
|
{- "currentTime": 5,
- "viewEvent": "seek",
- "sessionId": "string",
- "client": "string",
- "device": "console",
- "operatingSystem": "string"
}Uses a single request to upload a video.
| 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) |
| commentsEnabled | boolean Deprecated Deprecated in 6.2, use commentsPolicy instead |
| commentsPolicy | integer (VideoCommentsPolicySet) Enum: 1 2 3 Comments policy of the video (Enabled = |
| 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)
|
| 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> Video preview file |
| privacy | |
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 |
## 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"
{- "video": {
- "id": 42,
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "shortUUID": "2y84q2MQUMWPbiEcxNXMgC"
}
}Uses a resumable protocol to initialize the upload of a video
| 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. |
| 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) |
| commentsEnabled | boolean Deprecated Deprecated in 6.2, use commentsPolicy instead |
| commentsPolicy | integer (VideoCommentsPolicySet) Enum: 1 2 3 Comments policy of the video (Enabled = |
| 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)
|
| 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> Video preview file |
| privacy | |
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 |
{- "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": [
- "framasoft",
- "peertube"
], - "commentsEnabled": true,
- "commentsPolicy": 1,
- "downloadEnabled": true,
- "originallyPublishedAt": "2019-08-24T14:15:22Z",
- "scheduleUpdate": {
- "privacy": 1,
- "updateAt": "2019-08-24T14:15:22Z"
}, - "thumbnailfile": "string",
- "previewfile": "string",
- "videoPasswords": [
- "string"
], - "filename": "what_is_peertube.mp4"
}Uses a resumable protocol to continue, pause or resume the upload of a video
| 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. |
| 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 |
{- "video": {
- "id": 42,
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "shortUUID": "2y84q2MQUMWPbiEcxNXMgC"
}
}Uses a resumable protocol to cancel the upload of a video
| 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. |
| Content-Length required | number Example: 0 |
| 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) |
| commentsEnabled | boolean Deprecated Deprecated in 6.2, use commentsPolicy instead |
| commentsPolicy | integer (VideoCommentsPolicySet) Enum: 1 2 3 Comments policy of the video (Enabled = |
| 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)
|
| 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> Live video/replay preview file |
| privacy | |
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 |
{- "video": {
- "id": 42,
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "shortUUID": "2y84q2MQUMWPbiEcxNXMgC"
}
}required | id (integer) or UUIDv4 (string) or shortUUID (string) The object id, uuid or short uuid |
{- "rtmpUrl": "string",
- "rtmpsUrl": "string",
- "streamKey": "string",
- "saveReplay": true,
- "replaySettings": {
- "privacy": 1
}, - "permanentLive": true,
- "latencyMode": 1,
- "schedules": [
- {
- "startAt": "2019-08-24T14:15:22Z"
}
]
}required | id (integer) or UUIDv4 (string) or shortUUID (string) The object id, uuid or short uuid |
| 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) |
{- "saveReplay": true,
- "replaySettings": {
- "privacy": 1
}, - "permanentLive": true,
- "latencyMode": 1,
- "schedules": [
- {
- "startAt": "2019-08-24T14:15:22Z"
}
]
}Get metadata and download link of original video file
required | id (integer) or UUIDv4 (string) or shortUUID (string) The object id, uuid or short uuid |
{- "filename": "string",
- "inputFilename": "string",
- "fileDownloadUrl": "string",
- "resolution": {
- "id": 240,
- "label": "240p"
}, - "size": 0,
- "fps": 0,
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z"
}PeerTube >= 6.0 Uses a resumable protocol to initialize the replacement of a video
required | id (integer) or UUIDv4 (string) or shortUUID (string) The object id, uuid or short uuid |
| 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. |
| filename | string <filename> Video filename including extension |
{- "filename": "what_is_peertube.mp4"
}PeerTube >= 6.0 Uses a resumable protocol to continue, pause or resume the replacement of a video
required | id (integer) or UUIDv4 (string) or shortUUID (string) The object id, uuid or short uuid |
| 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. |
| 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 |
PeerTube >= 6.0 Uses a resumable protocol to cancel the replacement of a video
required | id (integer) or UUIDv4 (string) or shortUUID (string) The object id, uuid or short uuid |
| 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. |
| Content-Length required | number Example: 0 |
PeerTube >= 6.0
required | id (integer) or UUIDv4 (string) or shortUUID (string) The object id, uuid or short uuid |
{- "storyboards": [
- {
- "storyboardPath": "string",
- "totalHeight": 0,
- "totalWidth": 0,
- "spriteHeight": 0,
- "spriteWidth": 0,
- "spriteDuration": 0
}
]
}| channelHandle required | string Example: my_username | my_username@example.com The video channel handle |
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)
|
| 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 | |
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)
|
| nsfwFlagsIncluded | integer (NSFWFlag) Enum: 0 1 2 4 NSFW flags (can be combined using bitwise or operator)
|
| 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 |
| sort | string Enum: "name" "-duration" "-createdAt" "-publishedAt" "-views" "-likes" "-comments" "-trending" "-hot" "-best" Sort videos by criteria (prefixing with
|
| start | integer >= 0 Offset used to paginate results |
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 |
{- "total": 1,
- "data": [
- {
- "id": 42,
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "shortUUID": "2y84q2MQUMWPbiEcxNXMgC",
- "isLive": true,
- "liveSchedules": [
- {
- "startAt": "2019-08-24T14:15:22Z"
}
], - "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": {
- "id": 15,
- "label": "Science & Technology"
}, - "licence": {
- "id": 2,
- "label": "Attribution - Share Alike"
}, - "language": {
- "id": "en",
- "label": "English"
}, - "privacy": {
- "id": 1,
- "label": "string"
}, - "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": "/lazy-static/thumbnails/a65bc12f-9383-462e-81ae-8207e8b434ee.jpg",
- "previewPath": "/lazy-static/previews/a65bc12f-9383-462e-81ae-8207e8b434ee.jpg",
- "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": {
- "id": 1,
- "label": "string"
}, - "scheduledUpdate": {
- "privacy": 1,
- "updateAt": "2019-08-24T14:15:22Z"
}, - "blacklisted": true,
- "blacklistedReason": "string",
- "account": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "channel": {
- "id": 42,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "userHistory": {
- "currentTime": 0
}
}
]
}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)
|
| 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 | |
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)
|
| nsfwFlagsIncluded | integer (NSFWFlag) Enum: 0 1 2 4 NSFW flags (can be combined using bitwise or operator)
|
| 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:
|
| skipCount | string Default: "false" Enum: "true" "false" if you don't need the |
| sort | string Enum: "name" "-duration" "-createdAt" "-publishedAt" "-views" "-likes" "-comments" "-trending" "-hot" "-best" Sort videos by criteria (prefixing with
|
| start | integer >= 0 Offset used to paginate results |
| startDate | string <date-time> Get videos that are published after this date |
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 |
{- "total": 1,
- "data": [
- {
- "id": 42,
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "shortUUID": "2y84q2MQUMWPbiEcxNXMgC",
- "isLive": true,
- "liveSchedules": [
- {
- "startAt": "2019-08-24T14:15:22Z"
}
], - "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": {
- "id": 15,
- "label": "Science & Technology"
}, - "licence": {
- "id": 2,
- "label": "Attribution - Share Alike"
}, - "language": {
- "id": "en",
- "label": "English"
}, - "privacy": {
- "id": 1,
- "label": "string"
}, - "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": "/lazy-static/thumbnails/a65bc12f-9383-462e-81ae-8207e8b434ee.jpg",
- "previewPath": "/lazy-static/previews/a65bc12f-9383-462e-81ae-8207e8b434ee.jpg",
- "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": {
- "id": 1,
- "label": "string"
}, - "scheduledUpdate": {
- "privacy": 1,
- "updateAt": "2019-08-24T14:15:22Z"
}, - "blacklisted": true,
- "blacklistedReason": "string",
- "account": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "channel": {
- "id": 42,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "userHistory": {
- "currentTime": 0
}
}
]
}Operations dealing with adding video or audio. PeerTube supports two upload modes, and three import modes.
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:
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.
Uses a single request to upload a video.
| 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) |
| commentsEnabled | boolean Deprecated Deprecated in 6.2, use commentsPolicy instead |
| commentsPolicy | integer (VideoCommentsPolicySet) Enum: 1 2 3 Comments policy of the video (Enabled = |
| 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)
|
| 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> Video preview file |
| privacy | |
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 |
## 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"
{- "video": {
- "id": 42,
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "shortUUID": "2y84q2MQUMWPbiEcxNXMgC"
}
}Uses a resumable protocol to initialize the upload of a video
| 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. |
| 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) |
| commentsEnabled | boolean Deprecated Deprecated in 6.2, use commentsPolicy instead |
| commentsPolicy | integer (VideoCommentsPolicySet) Enum: 1 2 3 Comments policy of the video (Enabled = |
| 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)
|
| 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> Video preview file |
| privacy | |
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 |
{- "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": [
- "framasoft",
- "peertube"
], - "commentsEnabled": true,
- "commentsPolicy": 1,
- "downloadEnabled": true,
- "originallyPublishedAt": "2019-08-24T14:15:22Z",
- "scheduleUpdate": {
- "privacy": 1,
- "updateAt": "2019-08-24T14:15:22Z"
}, - "thumbnailfile": "string",
- "previewfile": "string",
- "videoPasswords": [
- "string"
], - "filename": "what_is_peertube.mp4"
}Uses a resumable protocol to continue, pause or resume the upload of a video
| 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. |
| 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 |
{- "video": {
- "id": 42,
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "shortUUID": "2y84q2MQUMWPbiEcxNXMgC"
}
}Uses a resumable protocol to cancel the upload of a video
| 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. |
| Content-Length required | number Example: 0 |
Import a torrent or magnetURI or HTTP resource (if enabled by the instance administrator)
| 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) |
| commentsEnabled | boolean Deprecated Deprecated in 6.2, use commentsPolicy instead |
| commentsPolicy | integer (VideoCommentsPolicySet) Enum: 1 2 3 Comments policy of the video (Enabled = |
| 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)
|
| 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> Video preview file |
| privacy | |
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 |
{- "video": {
- "id": 42,
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "shortUUID": "2y84q2MQUMWPbiEcxNXMgC"
}
}PeerTube >= 6.0 Uses a resumable protocol to initialize the replacement of a video
required | id (integer) or UUIDv4 (string) or shortUUID (string) The object id, uuid or short uuid |
| 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. |
| filename | string <filename> Video filename including extension |
{- "filename": "what_is_peertube.mp4"
}PeerTube >= 6.0 Uses a resumable protocol to continue, pause or resume the replacement of a video
required | id (integer) or UUIDv4 (string) or shortUUID (string) The object id, uuid or short uuid |
| 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. |
| 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 |
PeerTube >= 6.0 Uses a resumable protocol to cancel the replacement of a video
required | id (integer) or UUIDv4 (string) or shortUUID (string) The object id, uuid or short uuid |
| 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. |
| Content-Length required | number Example: 0 |
Import a torrent or magnetURI or HTTP resource (if enabled by the instance administrator)
| 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) |
| commentsEnabled | boolean Deprecated Deprecated in 6.2, use commentsPolicy instead |
| commentsPolicy | integer (VideoCommentsPolicySet) Enum: 1 2 3 Comments policy of the video (Enabled = |
| 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)
|
| 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> Video preview file |
| privacy | |
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 |
{- "video": {
- "id": 42,
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "shortUUID": "2y84q2MQUMWPbiEcxNXMgC"
}
}required | id (integer) or UUIDv4 (string) or shortUUID (string) The object id, uuid or short uuid |
| x-peertube-video-password | string Required on password protected video |
{- "total": 1,
- "data": [
- {
- "language": {
- "id": "en",
- "label": "English"
}, - "captionPath": "string"
}
]
}PeerTube >= 6.2 This feature has to be enabled by the administrator
required | id (integer) or UUIDv4 (string) or shortUUID (string) The object id, uuid or short uuid |
| forceTranscription | boolean Default: false |
{- "forceTranscription": false
}| 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 |
| captionfile | string <binary> The file to upload. |
PeerTube >= 6.0
required | id (integer) or UUIDv4 (string) or shortUUID (string) The object id, uuid or short uuid |
| x-peertube-video-password | string Required on password protected video |
{- "chapters": {
- "title": "string",
- "timecode": 0
}
}PeerTube >= 6.0
required | id (integer) or UUIDv4 (string) or shortUUID (string) The object id, uuid or short uuid |
Array of objects |
{- "chapters": [
- {
- "title": "string",
- "timecode": 0
}
]
}Operations dealing with the creation, modification and listing of videos within a channel.
| 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 |
{- "total": 1,
- "data": [
- {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "ownerAccount": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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"
}
}
]
}| 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 |
{- "displayName": null,
- "description": null,
- "support": null,
- "name": "framasoft_videos"
}{- "videoChannel": {
- "id": 42
}
}| channelHandle required | string Example: my_username | my_username@example.com The video channel handle |
{- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "ownerAccount": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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"
}
}| channelHandle required | string Example: my_username | my_username@example.com The video channel handle |
| 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 |
{- "displayName": null,
- "description": null,
- "support": null,
- "bulkVideosSupportUpdate": true
}| channelHandle required | string Example: my_username | my_username@example.com The video channel handle |
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)
|
| 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 | |
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)
|
| nsfwFlagsIncluded | integer (NSFWFlag) Enum: 0 1 2 4 NSFW flags (can be combined using bitwise or operator)
|
| 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 |
| sort | string Enum: "name" "-duration" "-createdAt" "-publishedAt" "-views" "-likes" "-comments" "-trending" "-hot" "-best" Sort videos by criteria (prefixing with
|
| start | integer >= 0 Offset used to paginate results |
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 |
{- "total": 1,
- "data": [
- {
- "id": 42,
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "shortUUID": "2y84q2MQUMWPbiEcxNXMgC",
- "isLive": true,
- "liveSchedules": [
- {
- "startAt": "2019-08-24T14:15:22Z"
}
], - "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": {
- "id": 15,
- "label": "Science & Technology"
}, - "licence": {
- "id": 2,
- "label": "Attribution - Share Alike"
}, - "language": {
- "id": "en",
- "label": "English"
}, - "privacy": {
- "id": 1,
- "label": "string"
}, - "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": "/lazy-static/thumbnails/a65bc12f-9383-462e-81ae-8207e8b434ee.jpg",
- "previewPath": "/lazy-static/previews/a65bc12f-9383-462e-81ae-8207e8b434ee.jpg",
- "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": {
- "id": 1,
- "label": "string"
}, - "scheduledUpdate": {
- "privacy": 1,
- "updateAt": "2019-08-24T14:15:22Z"
}, - "blacklisted": true,
- "blacklistedReason": "string",
- "account": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "channel": {
- "id": 42,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "userHistory": {
- "currentTime": 0
}
}
]
}| channelHandle required | string Example: my_username | my_username@example.com The video channel handle |
| 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 |
{- "total": 1,
- "data": [
- {
- "id": 0,
- "account": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "action": {
- "id": 1,
- "label": "string"
}, - "targetType": {
- "id": 1,
- "label": "string"
}, - "details": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "channel": {
- "id": 42,
- "name": "string",
- "displayName": "string",
- "url": "string"
}, - "video": {
- "id": 42,
- "name": "string",
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "shortUUID": "2y84q2MQUMWPbiEcxNXMgC",
- "url": "string",
- "isLive": true
}, - "videoImport": {
- "id": 42,
- "name": "string",
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "shortUUID": "2y84q2MQUMWPbiEcxNXMgC",
- "url": "string",
}, - "playlist": {
- "id": 42,
- "name": "string",
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "shortUUID": "2y84q2MQUMWPbiEcxNXMgC",
- "url": "string"
},
}
]
}| channelHandle required | string Example: my_username | my_username@example.com The video channel handle |
| count | integer [ 1 .. 100 ] Default: 15 Number of items to return |
| playlistType | integer (VideoPlaylistTypeSet) Enum: 1 2 The video playlist type (Regular = |
| sort | string Example: sort=-createdAt Sort column |
| start | integer >= 0 Offset used to paginate results |
{- "total": 1,
- "data": [
- {
- "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",
- "privacy": {
- "id": 1,
- "label": "string"
}, - "type": {
- "id": 1,
- "label": "string"
}, - "ownerAccount": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "videoChannel": {
- "id": 42,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "videoChannelPosition": 1
}
]
}| channelHandle required | string Example: my_username | my_username@example.com The video channel handle |
| 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": 1,
- "insertAfterPosition": 0,
- "reorderLength": 1
}| channelHandle required | string Example: my_username | my_username@example.com The video channel handle |
| 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 |
{- "total": 1,
- "data": [
- {
- "id": 42,
- "follower": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "host": "example.com",
- "hostRedundancyAllowed": true,
- "followingCount": 0,
- "followersCount": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "following": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "host": "example.com",
- "hostRedundancyAllowed": true,
- "followingCount": 0,
- "followersCount": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "score": 0,
- "state": "pending",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}| channelHandle required | string Example: my_username | my_username@example.com The video channel handle |
| avatarfile | string <binary> The file to upload. |
{- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}Import a remote channel/playlist videos into a channel
| channelHandle required | string Example: my_username | my_username@example.com The video channel handle |
| externalChannelUrl required | string |
| videoChannelSyncId | integer If part of a channel sync process, specify its id to assign video imports to this channel synchronization |
{- "videoChannelSyncId": 0
}| name required | string Example: chocobozzz | chocobozzz@example.org The username or handle of the account |
| 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) |
{- "total": 1,
- "data": [
- {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "ownerAccount": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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"
}
}
]
}| name required | string Example: chocobozzz | chocobozzz@example.org The username or handle of the account |
| 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 |
{- "total": 1,
- "data": [
- {
- "id": 42,
- "state": {
- "id": 2,
- "label": "PROCESSING"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "lastSyncAt": "2019-08-24T14:15:22Z",
- "channel": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "ownerAccount": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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"
}
}
}
]
}| 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:
|
| sort | string Example: sort=-createdAt Sort column |
| start | integer >= 0 Offset used to paginate results |
{- "total": 1,
- "data": [
- {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "ownerAccount": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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"
}
}
]
}| channelHandle required | string Example: my_username | my_username@example.com The video channel handle |
{- "total": 1,
- "data": [
- {
- "id": 42,
- "account": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "state": {
- "id": 1,
- "label": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}Invite a local user to collaborate on the specified video channel.
| channelHandle required | string Example: my_username | my_username@example.com The video channel handle |
| accountHandle | string Local user username to invite |
{- "accountHandle": "string"
}{- "collaborator": {
- "id": 42,
- "account": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "state": {
- "id": 1,
- "label": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}Only the channel owner or the collaborator themselves can remove a collaborator from a channel
| channelHandle required | string Example: my_username | my_username@example.com The video channel handle |
| collaboratorId required | integer (id) >= 1 Example: 42 The collaborator id |
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.
PeerTube >= 6.2
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 |
{- "total": 1,
- "data": [
- {
- "id": 42,
- "url": "string",
- "text": "This video is wonderful!",
- "heldForReview": true,
- "threadId": 42,
- "inReplyToCommentId": 42,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "account": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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"
}, - "video": {
- "id": 42,
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "name": "What is PeerTube?",
- "state": {
- "id": 1,
- "label": "string"
}
}, - "automaticTags": [
- "string"
]
}
]
}required | id (integer) or UUIDv4 (string) or shortUUID (string) The object id, uuid or short uuid |
| 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 |
| x-peertube-video-password | string Required on password protected video |
{- "total": 0,
- "totalNotDeletedComments": 0,
- "data": [
- {
- "id": 42,
- "url": "string",
- "text": "This video is wonderful!",
- "threadId": 42,
- "inReplyToCommentId": 42,
- "videoId": 42,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": null,
- "isDeleted": false,
- "heldForReview": true,
- "totalRepliesFromVideoAuthor": 0,
- "totalReplies": 0,
- "account": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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"
}
}
]
}required | id (integer) or UUIDv4 (string) or shortUUID (string) The object id, uuid or short uuid |
| text required | string <html> [ 1 .. 10000 ] characters Text of the comment |
{- "text": "This video is wonderful!"
}{- "comment": {
- "id": 42,
- "url": "string",
- "text": "This video is wonderful!",
- "threadId": 42,
- "inReplyToCommentId": 42,
- "videoId": 42,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": null,
- "isDeleted": false,
- "heldForReview": true,
- "totalRepliesFromVideoAuthor": 0,
- "totalReplies": 0,
- "account": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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"
}
}
}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) |
| x-peertube-video-password | string Required on password protected video |
{- "comment": {
- "id": 42,
- "url": "string",
- "text": "This video is wonderful!",
- "threadId": 42,
- "inReplyToCommentId": 42,
- "videoId": 42,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": null,
- "isDeleted": false,
- "heldForReview": true,
- "totalRepliesFromVideoAuthor": 0,
- "totalReplies": 0,
- "account": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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"
}
}, - "children": [
- { }
]
}string or Array of strings PeerTube >= 6.2 filter on comments that contain one of these automatic tags | |
| 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 |
{- "total": 1,
- "data": [
- {
- "id": 42,
- "url": "string",
- "text": "This video is wonderful!",
- "heldForReview": true,
- "threadId": 42,
- "inReplyToCommentId": 42,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "account": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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"
}, - "video": {
- "id": 42,
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "name": "What is PeerTube?",
- "state": {
- "id": 1,
- "label": "string"
}
}, - "automaticTags": [
- "string"
]
}
]
}| 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 |
| x-peertube-video-password | string Required on password protected video |
| text required | string <html> [ 1 .. 10000 ] characters Text of the comment |
{- "text": "This video is wonderful!"
}{- "comment": {
- "id": 42,
- "url": "string",
- "text": "This video is wonderful!",
- "threadId": 42,
- "inReplyToCommentId": 42,
- "videoId": 42,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": null,
- "isDeleted": false,
- "heldForReview": true,
- "totalRepliesFromVideoAuthor": 0,
- "totalReplies": 0,
- "account": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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"
}
}
}required | id (integer) or UUIDv4 (string) or shortUUID (string) The object id, uuid or short uuid |
| x-peertube-video-password | string Required on password protected video |
| rating required | string Enum: "like" "dislike" |
{- "rating": "like"
}Operations dealing with playlists of videos. Playlists are bound to users and/or channels.
| channelHandle required | string Example: my_username | my_username@example.com The video channel handle |
| count | integer [ 1 .. 100 ] Default: 15 Number of items to return |
| playlistType | integer (VideoPlaylistTypeSet) Enum: 1 2 The video playlist type (Regular = |
| sort | string Example: sort=-createdAt Sort column |
| start | integer >= 0 Offset used to paginate results |
{- "total": 1,
- "data": [
- {
- "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",
- "privacy": {
- "id": 1,
- "label": "string"
}, - "type": {
- "id": 1,
- "label": "string"
}, - "ownerAccount": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "videoChannel": {
- "id": 42,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "videoChannelPosition": 1
}
]
}| channelHandle required | string Example: my_username | my_username@example.com The video channel handle |
| 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": 1,
- "insertAfterPosition": 0,
- "reorderLength": 1
}| count | integer [ 1 .. 100 ] Default: 15 Number of items to return |
| playlistType | integer (VideoPlaylistTypeSet) Enum: 1 2 The video playlist type (Regular = |
| sort | string Example: sort=-createdAt Sort column |
| start | integer >= 0 Offset used to paginate results |
{- "total": 1,
- "data": [
- {
- "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",
- "privacy": {
- "id": 1,
- "label": "string"
}, - "type": {
- "id": 1,
- "label": "string"
}, - "ownerAccount": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "videoChannel": {
- "id": 42,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "videoChannelPosition": 1
}
]
}If the video playlist is set as public, videoChannelId is mandatory.
| 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 |
{- "videoPlaylist": {
- "id": 42,
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "shortUUID": "2y84q2MQUMWPbiEcxNXMgC"
}
}{- "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",
- "privacy": {
- "id": 1,
- "label": "string"
}, - "type": {
- "id": 1,
- "label": "string"
}, - "ownerAccount": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "videoChannel": {
- "id": 42,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "videoChannelPosition": 1
}If the video playlist is set as public, the playlist must have a assigned channel.
| playlistId required | integer >= 1 Example: 42 Playlist id |
| 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 |
| playlistId required | integer >= 1 Example: 42 Playlist id |
| count | integer [ 1 .. 100 ] Default: 15 Number of items to return |
| start | integer >= 0 Offset used to paginate results |
{- "total": 1,
- "data": [
- {
- "id": 42,
- "position": 2,
- "startTimestamp": 10,
- "stopTimestamp": 42,
- "video": {
- "id": 42,
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "shortUUID": "2y84q2MQUMWPbiEcxNXMgC",
- "isLive": true,
- "liveSchedules": [
- {
- "startAt": "2019-08-24T14:15:22Z"
}
], - "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": {
- "id": 15,
- "label": "Science & Technology"
}, - "licence": {
- "id": 2,
- "label": "Attribution - Share Alike"
}, - "language": {
- "id": "en",
- "label": "English"
}, - "privacy": {
- "id": 1,
- "label": "string"
}, - "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": "/lazy-static/thumbnails/a65bc12f-9383-462e-81ae-8207e8b434ee.jpg",
- "previewPath": "/lazy-static/previews/a65bc12f-9383-462e-81ae-8207e8b434ee.jpg",
- "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": {
- "id": 1,
- "label": "string"
}, - "scheduledUpdate": {
- "privacy": 1,
- "updateAt": "2019-08-24T14:15:22Z"
}, - "blacklisted": true,
- "blacklistedReason": "string",
- "account": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "channel": {
- "id": 42,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "userHistory": {
- "currentTime": 0
}
}
}
]
}| playlistId required | integer >= 1 Example: 42 Playlist id |
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 |
{- "videoId": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "startTimestamp": 0,
- "stopTimestamp": 0
}{- "videoPlaylistElement": {
- "id": 2
}
}| playlistId required | integer >= 1 Example: 42 Playlist id |
| 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": 1,
- "insertAfterPosition": 0,
- "reorderLength": 1
}| playlistElementId required | integer (id) >= 1 Example: 42 Playlist element id |
| playlistId required | integer >= 1 Example: 42 Playlist id |
| startTimestamp | integer <seconds> Start the video at this specific timestamp |
| stopTimestamp | integer <seconds> Stop the video at this specific timestamp |
{- "startTimestamp": 0,
- "stopTimestamp": 0
}| videoIds required | Array of integers[ items >= 1 ] Example: videoIds=42 The video ids to check |
{- "videoId": [
- {
- "playlistElementId": 0,
- "playlistId": 0,
- "startTimestamp": 0,
- "stopTimestamp": 0
}
]
}| name required | string Example: chocobozzz | chocobozzz@example.org The username or handle of the account |
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 = |
| 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 |
{- "total": 1,
- "data": [
- {
- "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",
- "privacy": {
- "id": 1,
- "label": "string"
}, - "type": {
- "id": 1,
- "label": "string"
}, - "ownerAccount": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "videoChannel": {
- "id": 42,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "videoChannelPosition": 1
}
]
}| 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:
|
| sort | string Example: sort=-createdAt Sort column |
| start | integer >= 0 Offset used to paginate results |
| uuids | Array of strings Find elements with specific UUIDs |
{- "total": 1,
- "data": [
- {
- "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",
- "privacy": {
- "id": 1,
- "label": "string"
}, - "type": {
- "id": 1,
- "label": "string"
}, - "ownerAccount": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "videoChannel": {
- "id": 42,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "videoChannelPosition": 1
}
]
}required | id (integer) or UUIDv4 (string) or shortUUID (string) The object id, uuid or short uuid |
| endDate | string <date-time> Filter stats by end date |
| startDate | string <date-time> Filter stats by start date |
{- "averageWatchTime": 0,
- "totalWatchTime": 0,
- "viewersPeak": 0,
- "totalViewers": 0,
- "viewersPeakDate": "2019-08-24T14:15:22Z",
- "countries": [
- {
- "isoCode": "string",
- "viewers": 0
}
], - "subdivisions": [
- {
- "name": "string",
- "viewers": 0
}
]
}required | id (integer) or UUIDv4 (string) or shortUUID (string) The object id, uuid or short uuid |
| endDate | string <date-time> Filter stats by end date |
| startDate | string <date-time> Filter stats by start date |
{- "clients": [
- {
- "name": "string",
- "viewers": 0
}
], - "devices": [
- {
- "name": "console",
- "viewers": 0
}
], - "operatingSystem": [
- {
- "name": "string",
- "viewers": 0
}
]
}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 |
| endDate | string <date-time> Filter stats by end date |
| startDate | string <date-time> Filter stats by start date |
{- "data": [
- {
- "date": "string",
- "value": 0
}
]
}required | id (integer) or UUIDv4 (string) or shortUUID (string) The object id, uuid or short uuid |
| username required | string |
{- "username": "string"
}PeerTube instances can mirror videos from one another, and help distribute some videos.
For importing videos as your own, refer to video imports.
| 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 |
[- {
- "id": 42,
- "name": "string",
- "url": "string",
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "redundancies": {
- "streamingPlaylists": [
- {
- "id": 42,
- "fileUrl": "string",
- "strategy": "manual",
- "size": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "expiresOn": "2019-08-24T14:15:22Z"
}
]
}
}
]Create a task to edit a video (cut, add intro/outro etc)
required | id (integer) or UUIDv4 (string) or shortUUID (string) The object id, uuid or short uuid |
| name | string Value: "cut" |
object |
required | id (integer) or UUIDv4 (string) or shortUUID (string) The object id, uuid or short uuid |
| transcodingType required | string Enum: "hls" "web-video" |
| forceTranscoding | boolean Default: false If the video is stuck in transcoding state, do it anyway |
{- "transcodingType": "hls",
- "forceTranscoding": false
}| 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) |
| commentsEnabled | boolean Deprecated Deprecated in 6.2, use commentsPolicy instead |
| commentsPolicy | integer (VideoCommentsPolicySet) Enum: 1 2 3 Comments policy of the video (Enabled = |
| 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)
|
| 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> Live video/replay preview file |
| privacy | |
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 |
{- "video": {
- "id": 42,
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "shortUUID": "2y84q2MQUMWPbiEcxNXMgC"
}
}required | id (integer) or UUIDv4 (string) or shortUUID (string) The object id, uuid or short uuid |
{- "rtmpUrl": "string",
- "rtmpsUrl": "string",
- "streamKey": "string",
- "saveReplay": true,
- "replaySettings": {
- "privacy": 1
}, - "permanentLive": true,
- "latencyMode": 1,
- "schedules": [
- {
- "startAt": "2019-08-24T14:15:22Z"
}
]
}required | id (integer) or UUIDv4 (string) or shortUUID (string) The object id, uuid or short uuid |
| 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) |
{- "saveReplay": true,
- "replaySettings": {
- "privacy": 1
}, - "permanentLive": true,
- "latencyMode": 1,
- "schedules": [
- {
- "startAt": "2019-08-24T14:15:22Z"
}
]
}List all sessions created in a particular live
required | id (integer) or UUIDv4 (string) or shortUUID (string) The object id, uuid or short uuid |
{- "total": 1,
- "data": [
- {
- "id": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "error": 1,
- "replayVideo": {
- "id": 0,
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "shortUUID": "2y84q2MQUMWPbiEcxNXMgC"
}
}
]
}If the video is a replay of a live, you can find the associated live session using this endpoint
required | id (integer) or UUIDv4 (string) or shortUUID (string) The object id, uuid or short uuid |
| x-peertube-video-password | string Required on password protected video |
{- "id": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "error": 1,
- "replayVideo": {
- "id": 0,
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "shortUUID": "2y84q2MQUMWPbiEcxNXMgC"
}
}Operations dealing with synchronizing PeerTube user's channel with channels of other platforms
Import a remote channel/playlist videos into a channel
| channelHandle required | string Example: my_username | my_username@example.com The video channel handle |
| externalChannelUrl required | string |
| videoChannelSyncId | integer If part of a channel sync process, specify its id to assign video imports to this channel synchronization |
{- "videoChannelSyncId": 0
}| externalChannelUrl | string |
| videoChannelId | integer (id) >= 1 |
{- "videoChannelId": 42
}{- "videoChannelSync": {
- "id": 42,
- "state": {
- "id": 2,
- "label": "PROCESSING"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "lastSyncAt": "2019-08-24T14:15:22Z",
- "channel": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "ownerAccount": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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"
}
}
}
}| name required | string Example: chocobozzz | chocobozzz@example.org The username or handle of the account |
| 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 |
{- "total": 1,
- "data": [
- {
- "id": 42,
- "state": {
- "id": 2,
- "label": "PROCESSING"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "lastSyncAt": "2019-08-24T14:15:22Z",
- "channel": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "ownerAccount": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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"
}
}
}
]
}PeerTube >= 6.0
required | id (integer) or UUIDv4 (string) or shortUUID (string) The object id, uuid or short uuid |
| 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 |
{- "total": 1,
- "data": [
- {
- "id": 42,
- "password": "string",
- "videoId": 42
}
]
}PeerTube >= 6.0
required | id (integer) or UUIDv4 (string) or shortUUID (string) The object id, uuid or short uuid |
| passwords | Array of strings (AddVideoPasswords) unique [ items >= 2 characters ] |
{- "passwords": [
- "string"
]
}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 not could be not federated by the instance.
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)
|
| 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 | |
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)
|
| nsfwFlagsIncluded | integer (NSFWFlag) Enum: 0 1 2 4 NSFW flags (can be combined using bitwise or operator)
|
| 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:
|
| skipCount | string Default: "false" Enum: "true" "false" if you don't need the |
| sort | string Enum: "name" "-duration" "-createdAt" "-publishedAt" "-views" "-likes" "-comments" "-trending" "-hot" "-best" Sort videos by criteria (prefixing with
|
| start | integer >= 0 Offset used to paginate results |
| startDate | string <date-time> Get videos that are published after this date |
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 |
{- "total": 1,
- "data": [
- {
- "id": 42,
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "shortUUID": "2y84q2MQUMWPbiEcxNXMgC",
- "isLive": true,
- "liveSchedules": [
- {
- "startAt": "2019-08-24T14:15:22Z"
}
], - "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": {
- "id": 15,
- "label": "Science & Technology"
}, - "licence": {
- "id": 2,
- "label": "Attribution - Share Alike"
}, - "language": {
- "id": "en",
- "label": "English"
}, - "privacy": {
- "id": 1,
- "label": "string"
}, - "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": "/lazy-static/thumbnails/a65bc12f-9383-462e-81ae-8207e8b434ee.jpg",
- "previewPath": "/lazy-static/previews/a65bc12f-9383-462e-81ae-8207e8b434ee.jpg",
- "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": {
- "id": 1,
- "label": "string"
}, - "scheduledUpdate": {
- "privacy": 1,
- "updateAt": "2019-08-24T14:15:22Z"
}, - "blacklisted": true,
- "blacklistedReason": "string",
- "account": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "channel": {
- "id": 42,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "userHistory": {
- "currentTime": 0
}
}
]
}| 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:
|
| sort | string Example: sort=-createdAt Sort column |
| start | integer >= 0 Offset used to paginate results |
{- "total": 1,
- "data": [
- {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "ownerAccount": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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"
}
}
]
}| 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:
|
| sort | string Example: sort=-createdAt Sort column |
| start | integer >= 0 Offset used to paginate results |
| uuids | Array of strings Find elements with specific UUIDs |
{- "total": 1,
- "data": [
- {
- "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",
- "privacy": {
- "id": 1,
- "label": "string"
}, - "type": {
- "id": 1,
- "label": "string"
}, - "ownerAccount": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "videoChannel": {
- "id": 42,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}, - "videoChannelPosition": 1
}
]
}| 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 = |
{- "total": 1,
- "data": [
- {
- "id": 42,
- "reason": "The video is a spam",
- "predefinedReasons": [
- "spamOrMisleading"
], - "reporterAccount": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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"
}, - "state": {
- "id": 1,
- "label": "string"
}, - "moderationComment": "Decided to ban the server since it spams us regularly",
- "video": {
- "id": 0,
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "shortUUID": "2y84q2MQUMWPbiEcxNXMgC",
- "name": "string",
- "nsfw": true,
- "startAt": "2019-08-24T14:15:22Z",
- "endAt": "2019-08-24T14:15:22Z",
- "deleted": true,
- "blacklisted": true,
- "thumbnailPath": "string",
- "channel": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "ownerAccount": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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"
}
}
}, - "createdAt": "2019-08-24T14:15:22Z"
}
]
}| 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 = |
| videoIs | string Enum: "deleted" "blacklisted" only list deleted or blocklisted videos |
{- "total": 1,
- "data": [
- {
- "id": 42,
- "reason": "The video is a spam",
- "predefinedReasons": [
- "spamOrMisleading"
], - "reporterAccount": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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"
}, - "state": {
- "id": 1,
- "label": "string"
}, - "moderationComment": "Decided to ban the server since it spams us regularly",
- "video": {
- "id": 0,
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "shortUUID": "2y84q2MQUMWPbiEcxNXMgC",
- "name": "string",
- "nsfw": true,
- "startAt": "2019-08-24T14:15:22Z",
- "endAt": "2019-08-24T14:15:22Z",
- "deleted": true,
- "blacklisted": true,
- "thumbnailPath": "string",
- "channel": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "ownerAccount": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "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"
}
}
}, - "createdAt": "2019-08-24T14:15:22Z"
}
]
}| 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 |
{- "reason": "string",
- "predefinedReasons": [
- "violentOrAbusive"
], - "video": {
- "id": 42,
- "startAt": 0,
- "endAt": 0
}, - "comment": {
- "id": 42
}, - "account": {
- "id": 0
}
}{- "abuse": {
- "id": 42
}
}| abuseId required | integer >= 1 Example: 42 Abuse id |
| 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 = |
{- "state": 1,
- "moderationComment": "string"
}| abuseId required | integer >= 1 Example: 42 Abuse id |
{- "total": 1,
- "data": [
- {
- "id": 42,
- "message": "string",
- "byModerator": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "account": {
- "id": 0,
- "name": "string",
- "displayName": "string",
- "url": "string",
- "host": "example.com",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}
}
]
}Operations dealing with blocking videos (removing them from view and preventing interactions).
| 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:
|
{- "total": 1,
- "data": [
- {
- "id": 42,
- "videoId": 42,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "name": "string",
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "description": "string",
- "duration": 0,
- "views": 0,
- "likes": 0,
- "dislikes": 0,
- "nsfw": true
}
]
}| 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 |
{- "accounts": {
- "account1": {
- "blockedByServer": true,
- "blockedByUser": true
}, - "account2": {
- "blockedByServer": true,
- "blockedByUser": true
}
}, - "hosts": {
- "host1": {
- "blockedByServer": true,
- "blockedByUser": true
}, - "host2": {
- "blockedByServer": true,
- "blockedByUser": true
}
}
}| 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 |
{- "accounts": {
- "account1": {
- "blockedByServer": true,
- "blockedByUser": true
}, - "account2": {
- "blockedByServer": true,
- "blockedByUser": true
}
}, - "hosts": {
- "host1": {
- "blockedByServer": true,
- "blockedByUser": true
}, - "host2": {
- "blockedByServer": true,
- "blockedByUser": true
}
}
}Automatic tags set on objects (like comments or videos) by specific rules (external link, watched words, etc.)
PeerTube >= 6.2
| accountName required | string account name to list watched words |
{- "total": 1,
- "data": [
- {
- "id": 42,
- "listName": "string",
- "words": [
- "string"
], - "updatedAt": "2021-05-04T08:01:01.502Z",
- "createdAt": "2021-05-04T08:01:01.502Z"
}
]
}PeerTube >= 6.2
| accountName required | string |
| listName | string |
| words | Array of strings |
{- "listName": "string",
- "words": [
- "string"
]
}{- "watchedWordsList": {
- "id": 0
}
}PeerTube >= 6.2
| accountName required | string |
| listId required | string list of watched words to update |
| listName | string |
| words | Array of strings |
{- "listName": "string",
- "words": [
- "string"
]
}PeerTube >= 6.2
| listName | string |
| words | Array of strings |
{- "listName": "string",
- "words": [
- "string"
]
}{- "watchedWordsList": {
- "id": 0
}
}PeerTube >= 6.2
| listId required | string list of watched words to update |
| listName | string |
| words | Array of strings |
{- "listName": "string",
- "words": [
- "string"
]
}{- "client": {
- "header": {
- "hideInstanceName": false
}, - "videos": {
- "miniature": {
- "preferAuthorDisplayName": true
}, - "resumableUpload": {
- "maxChunkSize": 0
}
}, - "browseVideos": {
- "defaultSort": "-publishedAt",
- "defaultScope": "federated"
}, - "menu": {
- "login": {
- "redirectOnSingleExternalAuth": false
}
}, - "openInApp": {
- "android": {
- "intent": {
- "enabled": true,
- "host": "joinpeertube.org",
- "scheme": "peertube",
}
}, - "ios": {
- "enabled": true,
- "host": "joinpeertube.org",
- "scheme": "peertube",
}
}
}, - "defaults": {
- "publish": {
- "downloadEnabled": true,
- "commentsPolicy": 1,
- "commentsEnabled": true,
- "privacy": 4,
- "licence": null
}, - "p2p": {
- "webapp": {
- "enabled": false
}, - "embed": {
- "enabled": false
}
}, - "player": {
- "theme": "galaxy",
- "autoPlay": true
}
}, - "webadmin": {
- "configuration": {
- "edition": {
- "allowed": true
}
}
}, - "instance": {
- "name": "PeerTube Nightly",
- "shortDescription": "PeerTube instance updated nightly",
- "isNSFW": false,
- "defaultNSFWPolicy": "do_not_list",
- "defaultClientRoute": "/home",
- "serverCountry": "",
- "support": {
- "text": ""
}, - "social": {
- "blueskyLink": "",
- "mastodonLink": "",
- "xLink": "",
- "externalLink": ""
}, - "customizations": {
- "javascript": "",
- "css": ""
}, - "defaultLanguage": "en",
- "avatars": [
- {
- "height": 48,
- "width": 48,
- "path": "/lazy-static/avatars/abace30f-69ad-4ff2-a954-dea06c5db6eb.png",
- "createdAt": "2024-05-15T09:12:38.749Z",
- "updatedAt": "2024-05-15T09:12:38.749Z"
}, - {
- "height": 120,
- "width": 120,
- "path": "/lazy-static/avatars/1163da44-0367-4df9-bf10-a1b0dc0e3fb9.png",
- "createdAt": "2024-05-15T09:12:38.719Z",
- "updatedAt": "2024-05-15T09:12:38.719Z"
}, - {
- "height": 600,
- "width": 600,
- "path": "/lazy-static/avatars/177f70c4-ddef-4bb6-bc96-b00d5e2a0e05.png",
- "createdAt": "2024-05-15T09:12:38.709Z",
- "updatedAt": "2024-05-15T09:12:38.709Z"
}, - {
- "height": 1500,
- "width": 1500,
- "path": "/lazy-static/avatars/82936e50-9560-42e7-9e4b-d96309f5c9c9.png",
- "createdAt": "2024-05-15T09:12:38.684Z",
- "updatedAt": "2024-05-15T09:12:38.684Z"
}
], - "banners": [
- {
- "height": 100,
- "width": 600,
- "path": "/lazy-static/banners/d853452c-f020-4c6f-a4ea-9fc582d68ff2.jpg",
- "createdAt": "2024-04-16T14:09:02.665Z",
- "updatedAt": "2024-04-16T14:09:02.665Z"
}, - {
- "height": 317,
- "width": 1920,
- "path": "/lazy-static/banners/772ff0ae-6cb5-4d1c-b89b-ace85eece196.jpg",
- "createdAt": "2024-04-16T14:09:02.615Z",
- "updatedAt": "2024-04-16T14:09:02.615Z"
}
], - "logo": [
- {
- "height": 48,
- "width": 48,
- "type": "favicon",
- "isFallback": true
}, - {
- "height": 120,
- "width": 120,
- "type": "favicon",
- "isFallback": true
}, - {
- "height": 600,
- "width": 600,
- "type": "favicon",
- "isFallback": true
}, - {
- "height": 1500,
- "width": 1500,
- "type": "favicon",
- "isFallback": true
}, - {
- "height": 48,
- "width": 48,
- "type": "header-square",
- "isFallback": true
}, - {
- "height": 120,
- "width": 120,
- "type": "header-square",
- "isFallback": true
}, - {
- "height": 600,
- "width": 600,
- "type": "header-square",
- "isFallback": true
}, - {
- "height": 1500,
- "width": 1500,
- "type": "header-square",
- "isFallback": true
}, - {
- "height": 48,
- "width": 48,
- "type": "header-wide",
- "isFallback": true
}, - {
- "height": 120,
- "width": 120,
- "type": "header-wide",
- "isFallback": true
}, - {
- "height": 600,
- "width": 600,
- "type": "header-wide",
- "isFallback": true
}, - {
- "height": 1500,
- "width": 1500,
- "type": "header-wide",
- "isFallback": true
}, - {
- "height": 48,
- "width": 48,
- "type": "opengraph",
- "isFallback": true
}, - {
- "height": 120,
- "width": 120,
- "type": "opengraph",
- "isFallback": true
}, - {
- "height": 600,
- "width": 600,
- "type": "opengraph",
- "isFallback": true
}, - {
- "height": 1500,
- "width": 1500,
- "type": "opengraph",
- "isFallback": true
}
]
}, - "search": {
- "remoteUri": {
- "users": true,
- "anonymous": false
}, - "searchIndex": {
- "enabled": true,
- "disableLocalSearch": false,
- "isDefaultSearch": true
}
}, - "plugin": {
- "registered": [
- {
- "npmName": "peertube-plugin-auto-mute",
- "name": "auto-mute",
- "version": "0.0.6",
- "description": "Auto mute plugin for PeerTube",
- "clientScripts": { }
}, - {
- "npmName": "peertube-plugin-matomo",
- "name": "matomo",
- "version": "1.0.2",
- "description": "Matomo plugin that tracks page views on a PeerTube instance.",
- "clientScripts": {
- "dist/common-client-plugin.js": {
- "script": "dist/common-client-plugin.js",
- "scopes": [
- "common"
]
}, - "dist/embed-client-plugin.js": {
- "script": "dist/embed-client-plugin.js",
- "scopes": [
- "embed"
]
}
}
}, - {
- "npmName": "peertube-plugin-auth-ldap",
- "name": "auth-ldap",
- "version": "0.0.14",
- "description": "Add LDAP support to login form in PeerTube.",
- "clientScripts": { }
}, - {
- "npmName": "peertube-plugin-livechat",
- "name": "livechat",
- "version": "14.0.1",
- "description": "PeerTube plugin livechat: create chat rooms for your Peertube lives! Comes with many features: federation, moderation tools, chat bot, chat persistence, OBS integration, ...",
- "clientScripts": {
- "dist/client/common-client-plugin.js": {
- "script": "dist/client/common-client-plugin.js",
- "scopes": [
- "common"
]
}, - "dist/client/admin-plugin-client-plugin.js": {
- "script": "dist/client/admin-plugin-client-plugin.js",
- "scopes": [
- "admin-plugin"
]
}
}
}, - {
- "npmName": "peertube-plugin-akismet",
- "name": "akismet",
- "version": "0.1.2",
- "description": "Reject local comments, remote comments and registrations based on Akismet service",
- "clientScripts": {
- "dist/common-client-plugin.js": {
- "script": "dist/common-client-plugin.js",
- "scopes": [
- "common"
]
}
}
}, - {
- "npmName": "peertube-plugin-transcoding-custom-quality",
- "name": "transcoding-custom-quality",
- "version": "0.2.0",
- "description": "Set a custom quality for transcoding",
- "clientScripts": { }
}
], - "registeredExternalAuths": [ ],
- "registeredIdAndPassAuths": [
- {
- "npmName": "peertube-plugin-auth-ldap",
- "name": "auth-ldap",
- "version": "0.0.14",
- "authName": "ldap",
- "weight": 100
}
]
}, - "theme": {
- "registered": [
- {
- "npmName": "peertube-theme-dark",
- "name": "dark",
- "version": "3.0.2",
- "description": "PeerTube dark theme",
- "css": [
- "assets/style.css"
], - "clientScripts": { }
}, - {
- "npmName": "peertube-theme-framasoft",
- "name": "framasoft",
- "version": "1.0.0",
- "description": "PeerTube Framasoft theme",
- "css": [
- "assets/style.css"
], - "clientScripts": { }
}
], - "builtIn": [
- {
- "name": "peertube-core-dark-brown"
}, - {
- "name": "peertube-core-light-beige"
}
], - "default": "default",
- "customization": {
- "primaryColor": null,
- "foregroundColor": null,
- "backgroundColor": null,
- "backgroundSecondaryColor": null,
- "menuForegroundColor": null,
- "menuBackgroundColor": null,
- "menuBorderRadius": null,
- "headerForegroundColor": null,
- "headerBackgroundColor": null,
- "inputBorderRadius": null
}
}, - "email": {
- "enabled": true
}, - "contactForm": {
- "enabled": true
}, - "serverVersion": "7.3.0-nightly-2025-11-10",
- "serverCommit": "",
- "transcoding": {
- "remoteRunners": {
- "enabled": true
}, - "hls": {
- "enabled": true
}, - "web_videos": {
- "enabled": false
}, - "enabledResolutions": [
- 0,
- 240,
- 480
], - "profile": "custom-quality",
- "availableProfiles": [
- "default",
- "custom-quality"
]
}, - "live": {
- "enabled": true,
- "allowReplay": true,
- "latencySetting": {
- "enabled": true
}, - "maxDuration": -1,
- "maxInstanceLives": 20,
- "maxUserLives": 4,
- "transcoding": {
- "enabled": true,
- "remoteRunners": {
- "enabled": true
}, - "enabledResolutions": [
- 360
], - "profile": "default",
- "availableProfiles": [
- "default",
- "custom-quality"
]
}, - "rtmp": {
- "port": 1935
}
}, - "videoStudio": {
- "enabled": true,
- "remoteRunners": {
- "enabled": false
}
}, - "videoFile": {
- "update": {
- "enabled": true
}
}, - "videoTranscription": {
- "enabled": true,
- "remoteRunners": {
- "enabled": true
}
}, - "import": {
- "videos": {
- "http": {
- "enabled": true
}, - "torrent": {
- "enabled": true
}
}, - "videoChannelSynchronization": {
- "enabled": true
}, - "users": {
- "enabled": true
}
}, - "export": {
- "users": {
- "enabled": true,
- "exportExpiration": 172800000,
- "maxUserVideoQuota": 10737418240
}
}, - "autoBlacklist": {
- "videos": {
- "ofUsers": {
- "enabled": true
}
}
}, - "avatar": {
- "file": {
- "size": {
- "max": 8388608
}, - "extensions": [
- ".png",
- ".jpeg",
- ".jpg",
- ".gif",
- ".webp"
]
}
}, - "banner": {
- "file": {
- "size": {
- "max": 8388608
}, - "extensions": [
- ".png",
- ".jpeg",
- ".jpg",
- ".gif",
- ".webp"
]
}
}, - "video": {
- "image": {
- "extensions": [
- ".png",
- ".jpg",
- ".jpeg",
- ".webp"
], - "size": {
- "max": 8388608
}
}, - "file": {
- "extensions": [
- ".webm",
- ".ogv",
- ".ogg",
- ".mp4",
- ".mkv",
- ".mov",
- ".qt",
- ".mqv",
- ".m4v",
- ".flv",
- ".f4v",
- ".wmv",
- ".avi",
- ".3gp",
- ".3gpp",
- ".3g2",
- ".3gpp2",
- ".nut",
- ".mts",
- "ts",
- ".m2ts",
- ".mpv",
- ".m2v",
- ".m1v",
- ".mpg",
- ".mpe",
- ".mpeg",
- ".vob",
- ".mxf",
- ".mp3",
- ".wma",
- ".wav",
- ".flac",
- ".aac",
- ".m4a",
- ".ac3"
]
}
}, - "videoCaption": {
- "file": {
- "size": {
- "max": 20971520
}, - "extensions": [
- ".vtt",
- ".srt"
]
}
}, - "user": {
- "videoQuota": 524288000,
- "videoQuotaDaily": 104857600
}, - "videoChannels": {
- "maxPerUser": 20
}, - "trending": {
- "videos": {
- "intervalDays": 7,
- "algorithms": {
- "enabled": [
- "best",
- "hot",
- "most-viewed",
- "most-liked"
], - "default": "most-viewed"
}
}
}, - "tracker": {
- "enabled": true
}, - "followings": {
}, - "federation": {
- "enabled": true
}, - "broadcastMessage": {
- "enabled": false,
- "message": "We are currently experiencing technical problems on this instance. We are trying to fix it as soon as possible. Thank you for your understanding.",
- "level": "error",
- "dismissable": false
}, - "homepage": {
- "enabled": true
}, - "openTelemetry": {
- "metrics": {
- "enabled": true,
- "playbackStatsInterval": 15000
}
}, - "views": {
- "videos": {
- "remote": {
- "maxAge": 2592000000
}, - "local": {
- "maxAge": -1
}, - "watchingInterval": {
- "anonymous": 5000,
- "users": 5000
}
}
}, - "storyboards": {
- "enabled": true,
- "remoteRunners": {
- "enabled": false
}
}, - "webrtc": {
- "stunServers": [
- "stun:stunserver2024.stunprotocol.org",
- "stun:stun.framasoft.org"
]
}, - "nsfwFlagsSettings": {
- "enabled": true
}, - "fieldsConstraints": {
- "users": {
- "password": {
- "minLength": 8,
- "maxLength": 50
}
}
}, - "signup": {
- "allowed": false,
- "allowedForCurrentIP": true,
- "minimumAge": 16,
- "requiresApproval": true,
- "requiresEmailVerification": true
}
}{- "instance": {
- "name": "PeerTube Nightly",
- "shortDescription": "PeerTube instance updated nightly",
- "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.",
- "terms": "No terms for now. Being a closed test instance, no real terms of use beyond fair use are to be expected.",
- "codeOfConduct": "",
- "hardwareInformation": "",
- "creationReason": "",
- "moderationInformation": "",
- "administrator": "",
- "maintenanceLifetime": "",
- "businessModel": "",
- "languages": [
- "fr"
], - "categories": [
- 16
], - "banners": [
- {
- "height": 100,
- "width": 600,
- "path": "/lazy-static/banners/d853452c-f020-4c6f-a4ea-9fc582d68ff2.jpg",
- "createdAt": "2024-04-16T14:09:02.665Z",
- "updatedAt": "2024-04-16T14:09:02.665Z"
}, - {
- "height": 317,
- "width": 1920,
- "path": "/lazy-static/banners/772ff0ae-6cb5-4d1c-b89b-ace85eece196.jpg",
- "createdAt": "2024-04-16T14:09:02.615Z",
- "updatedAt": "2024-04-16T14:09:02.615Z"
}
], - "avatars": [
- {
- "height": 48,
- "width": 48,
- "path": "/lazy-static/avatars/abace30f-69ad-4ff2-a954-dea06c5db6eb.png",
- "createdAt": "2024-05-15T09:12:38.749Z",
- "updatedAt": "2024-05-15T09:12:38.749Z"
}, - {
- "height": 120,
- "width": 120,
- "path": "/lazy-static/avatars/1163da44-0367-4df9-bf10-a1b0dc0e3fb9.png",
- "createdAt": "2024-05-15T09:12:38.719Z",
- "updatedAt": "2024-05-15T09:12:38.719Z"
}, - {
- "height": 600,
- "width": 600,
- "path": "/lazy-static/avatars/177f70c4-ddef-4bb6-bc96-b00d5e2a0e05.png",
- "createdAt": "2024-05-15T09:12:38.709Z",
- "updatedAt": "2024-05-15T09:12:38.709Z"
}, - {
- "height": 1500,
- "width": 1500,
- "path": "/lazy-static/avatars/82936e50-9560-42e7-9e4b-d96309f5c9c9.png",
- "createdAt": "2024-05-15T09:12:38.684Z",
- "updatedAt": "2024-05-15T09:12:38.684Z"
}
]
}
}{- "instance": {
- "name": "string",
- "shortDescription": "string",
- "description": "string",
- "terms": "string",
- "codeOfConduct": "string",
- "creationReason": "string",
- "moderationInformation": "string",
- "administrator": "string",
- "maintenanceLifetime": "string",
- "businessModel": "string",
- "hardwareInformation": "string",
- "languages": [
- "string"
], - "categories": [
- 0
], - "isNSFW": true,
- "defaultNSFWPolicy": "string",
- "serverCountry": "string",
- "support": {
- "text": "string"
}, - "social": {
- "externalLink": "string",
- "mastodonLink": "string",
- "blueskyLink": "string",
- "xLink": "string"
}, - "defaultClientRoute": "string",
- "customizations": {
- "javascript": "string",
- "css": "string"
}
}, - "theme": {
- "default": "string"
}, - "services": {
- "twitter": {
- "username": "string"
}
}, - "cache": {
- "previews": {
- "size": 0
}, - "captions": {
- "size": 0
}
}, - "signup": {
- "enabled": true,
- "limit": 0,
- "requiresEmailVerification": true
}, - "admin": {
- "email": "user@example.com"
}, - "contactForm": {
- "enabled": true
}, - "user": {
- "videoQuota": 16810141515,
- "videoQuotaDaily": 1681014151
}, - "transcoding": {
- "enabled": true,
- "originalFile": {
- "keep": true
}, - "allowAdditionalExtensions": true,
- "allowAudioFiles": true,
- "threads": 0,
- "concurrency": 0,
- "profile": "default",
- "resolutions": {
- "0p": true,
- "144p": true,
- "240p": true,
- "360p": true,
- "480p": true,
- "720p": true,
- "1080p": true,
- "1440p": true,
- "2160p": true
}, - "web_videos": {
- "enabled": true
}, - "hls": {
- "enabled": true,
- "splitAudioAndVideo": true
}
}, - "import": {
- "videos": {
- "http": {
- "enabled": true
}, - "torrent": {
- "enabled": true
}
}, - "video_channel_synchronization": {
- "enabled": true
}
}, - "autoBlacklist": {
- "videos": {
- "ofUsers": {
- "enabled": true
}
}
}, - "followers": {
- "instance": {
- "enabled": true,
- "manualApproval": true
}
}, - "storyboard": {
- "enabled": true
}, - "defaults": {
- "publish": {
- "downloadEnabled": true,
- "commentsPolicy": 1,
- "privacy": 1,
- "licence": 2
}, - "p2p": {
- "webapp": {
- "enabled": true
}, - "embed": {
- "enabled": true
}
}, - "player": {
- "autoPlay": true
}
}
}Set a cookie so that, the next time the client refreshes the HTML of the web interface, PeerTube will use the next language
| language required | string Language code to set |
{- "language": "en-US"
}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.
| 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" |
{- "total": 1,
- "data": [
- {
- "id": 42,
- "follower": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "host": "example.com",
- "hostRedundancyAllowed": true,
- "followingCount": 0,
- "followersCount": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "following": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "host": "example.com",
- "hostRedundancyAllowed": true,
- "followingCount": 0,
- "followersCount": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "score": 0,
- "state": "pending",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}| 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" |
{- "total": 1,
- "data": [
- {
- "id": 42,
- "follower": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "host": "example.com",
- "hostRedundancyAllowed": true,
- "followingCount": 0,
- "followersCount": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "following": {
- "id": 42,
- "url": "string",
- "name": "chocobozzz",
- "avatars": [
- {
- "path": "string",
- "width": 0,
- "height": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "host": "example.com",
- "hostRedundancyAllowed": true,
- "followingCount": 0,
- "followersCount": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "score": 0,
- "state": "pending",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}| handles | Array of strings unique |
| hosts | Array of strings <hostname> unique [ items <hostname > ] |
{- "hosts": [
- "example.com"
], - "handles": [
- "string"
]
}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.
| host required | string <hostname> server domain to mirror |
| redundancyAllowed required | boolean allow mirroring of the host's local videos |
{- "redundancyAllowed": true
}Managing plugins installed from a local path or from NPM, or search for new ones.
| 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 |
{- "total": 1,
- "data": [
- {
- "name": "peertube-plugin-auth-ldap",
- "type": 1,
- "latestVersion": "0.0.3",
- "version": "0.0.1",
- "enabled": true,
- "uninstalled": true,
- "peertubeEngine": "2.2.0",
- "description": "string",
- "settings": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}| 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 |
{- "total": 1,
- "data": [
- {
- "name": "peertube-plugin-auth-ldap",
- "type": 1,
- "latestVersion": "0.0.3",
- "version": "0.0.1",
- "enabled": true,
- "uninstalled": true,
- "peertubeEngine": "2.2.0",
- "description": "string",
- "settings": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}| npmName required | string Example: peertube-plugin-auth-ldap name of the plugin/theme on npmjs.com or in its package.json |
{- "name": "peertube-plugin-auth-ldap",
- "type": 1,
- "latestVersion": "0.0.3",
- "version": "0.0.1",
- "enabled": true,
- "uninstalled": true,
- "peertubeEngine": "2.2.0",
- "description": "string",
- "settings": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}{- "totalUsers": 0,
- "totalDailyActiveUsers": 0,
- "totalWeeklyActiveUsers": 0,
- "totalMonthlyActiveUsers": 0,
- "totalModerators": 0,
- "totalAdmins": 0,
- "totalLocalVideos": 0,
- "totalLocalVideoViews": 0,
- "totalLocalVideoComments": 0,
- "totalLocalVideoFilesSize": 0,
- "totalVideos": 0,
- "totalVideoComments": 0,
- "totalLocalVideoChannels": 0,
- "totalLocalDailyActiveVideoChannels": 0,
- "totalLocalWeeklyActiveVideoChannels": 0,
- "totalLocalMonthlyActiveVideoChannels": 0,
- "totalLocalPlaylists": 0,
- "totalInstanceFollowers": 0,
- "totalInstanceFollowing": 0,
- "videosRedundancy": [
- {
- "strategy": "string",
- "totalSize": 0,
- "totalUsed": 0,
- "totalVideoFiles": 0,
- "totalVideos": 0
}
], - "totalActivityPubMessagesProcessed": 0,
- "totalActivityPubMessagesSuccesses": 0,
- "totalActivityPubMessagesErrors": 0,
- "activityPubMessagesProcessedPerSecond": 0,
- "totalActivityPubMessagesWaiting": 0,
- "averageRegistrationRequestResponseTimeMs": 0,
- "totalRegistrationRequestsProcessed": 0,
- "totalRegistrationRequests": 0,
- "averageAbuseResponseTimeMs": 0,
- "totalAbusesProcessed": 0,
- "totalAbuses": 0
}These metrics are exposed by OpenTelemetry metrics exporter if enabled.
| 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 |
{- "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
}| 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 |
{- "message": "string",
- "url": "string",
- "level": "error",
- "stackTrace": "string",
- "userAgent": "string",
- "meta": "string"
}Jobs are long-running tasks enqueued and processed by the instance itself. No additional worker registration is currently available.
| state required | string Enum: "" "active" "completed" "failed" "waiting" "delayed" The state of the job ('' for for no filter) |
| 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-views-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 |
{- "total": 1,
- "data": [
- {
- "id": 42,
- "state": "active",
- "type": "activitypub-http-unicast",
- "data": { },
- "error": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "finishedOn": "2019-08-24T14:15:22Z",
- "processedOn": "2019-08-24T14:15:22Z"
}
]
}| 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 |
{- "total": 1,
- "data": [
- {
- "id": 0,
- "registrationToken": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "registeredRunnersCount": 0
}
]
}API used by PeerTube runners
| runnerToken required | string |
| jobTypes | Array of strings Filter jobs depending on their types |
{- "runnerToken": "string",
- "jobTypes": [
- "string"
]
}{- "availableJobs": [
- {
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "type": "vod-web-video-transcoding",
- "payload": {
- "input": {
- "videoFileUrl": "string"
}, - "output": {
- "resolution": 0,
- "fps": 0
}
}
}
]
}API used by PeerTube runners
| 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 |
| runnerToken required | string |
{- "runnerToken": "string"
}{- "job": {
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "type": "vod-web-video-transcoding",
- "state": {
- "id": 1,
- "label": "Processing"
}, - "payload": {
- "input": {
- "videoFileUrl": "string"
}, - "output": {
- "resolution": 0,
- "fps": 0
}
}, - "failures": 0,
- "error": "string",
- "progress": 0,
- "priority": 0,
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "startedAt": "2019-08-24T14:15:22Z",
- "finishedAt": "2019-08-24T14:15:22Z",
- "parent": {
- "type": "vod-web-video-transcoding",
- "state": {
- "id": 1,
- "label": "Processing"
}, - "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d"
}, - "runner": {
- "id": 0,
- "name": "string",
- "description": "string"
}, - "jobToken": "string"
}
}API used by PeerTube runners
| 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 |
| jobToken required | string |
| reason required | string Why the runner aborts this job |
| runnerToken required | string |
{- "runnerToken": "string",
- "jobToken": "string",
- "reason": "string"
}API used by PeerTube runners
| 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 |
| jobToken required | string |
| runnerToken required | string |
object | |
| progress | integer Update job progression percentage (optional) |
{- "runnerToken": "string",
- "jobToken": "string",
- "progress": 0,
- "payload": {
- "type": "add-chunk",
- "masterPlaylistFile": "string",
- "resolutionPlaylistFile": "string",
- "resolutionPlaylistFilename": "string",
- "videoChunkFile": "string",
- "videoChunkFilename": "string"
}
}API used by PeerTube runners
| 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 |
| jobToken required | string |
| message required | string Why the runner failed to process this job |
| runnerToken required | string |
{- "runnerToken": "string",
- "jobToken": "string",
- "message": "string"
}API used by PeerTube runners
| 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 |
| 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 |
{- "runnerToken": "string",
- "jobToken": "string",
- "payload": {
- "videoFile": "string"
}
}The endpoint will first cancel the job if needed, and then remove it from the database. Children jobs will also be removed
| 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 |
| 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 |
{- "total": 1,
- "data": [
- {
- "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
- "type": "vod-web-video-transcoding",
- "state": {
- "id": 1,
- "label": "Processing"
}, - "payload": {
- "input": {
- "videoFileUrl": "string"
}, - "output": {
- "resolution": 0,
- "fps": 0
}
}, - "failures": 0,
- "error": "string",
- "progress": 0,
- "priority": 0,
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "startedAt": "2019-08-24T14:15:22Z",
- "finishedAt": "2019-08-24T14:15:22Z",
- "parent": {
- "type": "vod-web-video-transcoding",
- "state": {
- "id": 1,
- "label": "Processing"
}, - "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d"
}, - "runner": {
- "id": 0,
- "name": "string",
- "description": "string"
}, - "privatePayload": { }
}
]
}API used by PeerTube runners
| name required | string |
| registrationToken required | string |
| description | string |
{- "registrationToken": "string",
- "name": "string",
- "description": "string"
}{- "id": 0,
- "runnerToken": "string"
}| 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 |
{- "total": 1,
- "data": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "ip": "string",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "lastContact": "2019-08-24T14:15:22Z"
}
]
}