- Abuses
- Accounts
- Video Channels
- Config
- Homepage
- Feeds
- Job
- Session
- Plugins
- Search
- Account Blocks
- Server Blocks
- Instance Follows
- List instances following the server
- Remove or reject a follower to your server
- Accept a pending follower to your server
- Reject a pending follower to your server
- List instances followed by the server
- Follow a list of actors (PeerTube instance, channel or account)
- Unfollow an actor (PeerTube instance, channel or account)
- Video Mirroring
- Instance Redundancy
- Users
- My User
- My History
- My Notifications
- My Subscriptions
- Video Playlists
- Videos
- Video
- List videos of a video channelGET
- List videosGET
- List available video categoriesGET
- Import a videoPOST
- List available video languagesGET
- List available video licencesGET
- List available video privacy policiesGET
- Upload a videoPOST
- Cancel the resumable upload of a video, deleting any data uploaded so farDELETE
- Initialize the resumable upload of a videoPOST
- Send chunk for the resumable upload of a videoPUT
- Delete a videoDELETE
- Get a videoGET
- Update a videoPUT
- Get complete video descriptionGET
- Add a view to a videoPOST
- Set watching progress of a videoPUT
- Video Blocks
- Live Videos
- Video Ownership Change
- Video Captions
- Video Comments
- Video Rates
List available video languages
Live Test Server (live data - latest nightly version)
https://peertube2.cpy.re/api/v1
Live Test Server (live data - latest nightly version)
https://peertube2.cpy.re/api/v1
GET
/videos/languages
Video
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://peertube2.cpy.re/api/v1/videos/languages'
Response Response Example
[
"string"
]
Request
None
Responses
🟢200successful operation
application/json
Body
array[string]
optional
Modified at 2022-09-10 22:29:50