Gets list of currently queued livestreams
Gets list of currently queued livestreams (live or upcoming)
GET /queue
curl \
-X GET https://pomu.app/api/queue
Response examples (200)
[
{
"id": "string",
"submitters": [
"string"
],
"scheduledStart": "2023-05-04T09:42:00+00:00",
"finished": true,
"title": "string",
"channelName": "string",
"channelId": "string",
"thumbnail": "string",
"downloadUrl": "string",
"fileSizeBytes": 42,
"length": 42
}
]
Response examples (200)
[
{
"id": "string",
"submitters": [
"string"
],
"scheduledStart": "2024-05-04T09:42:00+00:00",
"finished": true,
"title": "string",
"channelName": "string",
"channelId": "string",
"thumbnail": "string",
"downloadUrl": "string",
"fileSizeBytes": 42,
"length": 42
}
]