- API
- PlanRestream
- MoneyFlow
- Project
- ProjectHistory
- NotifyUser
- Centrifuge
- Stream key
- PlanTranscoding
- PlanStorage
- Channel settings
- Optional settings for vk. Depends on the tariff.
- Optional settings for youtube. Depends on the tariff.
- Optional settings for trovo. Depends on the tariff.
- Optional settings for twitch. Depends on the tariff.
- Optional settings for ok. Depends on the tariff.
- Optional settings for vk video live. Depends on the tariff.
- Set planned id. Depends on the tariff.
- Get playlists from the platform
- Get planned list
- Set name from custom channel. Global settings.
- Set rtmp url from channel. Global settings.
- Set transcoder from channel. Personal settings.
- Get status platform
- Get status platform
- Optional settings for telegram
- Get telegram post by filter
- Get telegram post list
- Get telegram settings
- Set telegram settings
- Get code for connected chat
- Disconnect telegram chat
- Channel
- Get channel by id
- Search channel list
- Minimal channel list
- Set delay - test point
- Get live status
- Add ok channel
- Add custom channel
- Add rutube channel
- Add kick channel
- Add telegram channel
- Add fb channel
- Add instagram channel
- Add tiktok channel
- Add steam channel
- Add goodgame channel
- Add nimotv channel
- Add nonolive channel
- Add navertv channel
- Add vlive channel
- Add douyu channel
- Add fc2Live channel
- Add huya channel
- Add zhanqitv channel
- Add boosty channel
- Add linkedin channel
- Add plvideo channel
- Transcoders
- Platforms
- Auth
- Socials
- Transactions
- BlogPage
- HelpPage
- NotifyHistory
- ProjectChannelInvite
- List of invites for channel in project
- Get invitation for channel
- Accept channel invitation for selected project
- Decline channel invitation for selected project
- Get channel invitation using a secret link
- Accept channel invitation using a secret link
- Decline channel invitation using a secret link
- Get channel invite item for my channel for another user
- Add channel invite item for another user by id
- Add channel invite item for another user by email
- Del channel invite item for my channel for another user
- ProjectChannel
- BlogPageTag
- RtmpServer
- Pay system
- Payment
- Pay setting
- Stream pull keys
- Payout
- Chat gateway
- Broadcast
- Release
- Live
- Analytics
- Promo
- PolicyPage
- Referrals
- Pull servers
- Users
- Account
List broadcast
GET
/method/broadcast/list
Broadcast
Request
Authorization
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the oauth.Example:
Authorization: oauth ********************
Query Params
v
enum<string>Â
required
Allowed values:
123
Example:
3
language
enum<string>Â
required
Allowed values:
ruencn
Default:
en
Example:
en
project_id
numberÂ
required
limit
numberÂ
optional
>= 1<= 100
Default:
20
offset
numberÂ
optional
>= 0
Default:
0
order
enum<string>Â
optional
<= 4 characters
Allowed values:
ascdesc
Default:
asc
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-v2.streamvi.io/method/broadcast/list?v&language&project_id'
Responses
🟢200OK
application/json
Body
results
array[object (SiteBroadcastItemResponse) {5}]Â
required
id
numberÂ
required
created_at
string <date-time>
required
finish_at
string <date-time>
required
reconnects
numberÂ
required
restreams
array[object (SiteRestreamItemResponse) {3}]Â
required
limit
numberÂ
required
offset
numberÂ
required
total
numberÂ
required
Example
{
"results": [
{
"id": 0,
"created_at": "2019-08-24T14:15:22Z",
"finish_at": "2019-08-24T14:15:22Z",
"reconnects": 0,
"restreams": [
{
"type": "string",
"viewers": 0,
"message": 0
}
]
}
],
"limit": 0,
"offset": 0,
"total": 0
}
Modified at 2025-07-10 12:09:37