- Method v1
- User
- PlanRestream
- MoneyFlow
- UserProject
- 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
- 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
Get list of restream tariffs
GET
/method/plan_restream/list
PlanRestream
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
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/plan_restream/list?v&language'
Responses
🟢200OK
application/json
Body
results
array[object (PlanRestreamResponse) {23}]Â
required
plan_restream_id
numberÂ
required
title
stringÂ
required
Example:
First
active
booleanÂ
required
Example:
true
count_channel_min
number  | nullÂ
required
Example:
1
count_channel_max
number  | nullÂ
required
Example:
1
type
enum<string>Â
required
Allowed values:
freepaid_fixpaid_flexcustom
Example:
free
price_rub
number  | nullÂ
required
Example:
0
price_usd
number  | nullÂ
required
Example:
0
bitrate_max
number  | nullÂ
required
Example:
10000
bitrate_min
number  | nullÂ
required
Example:
10000
resolution
enum<string>Â
required
Allowed values:
720p1080p2KUW4K8K
Example:
1080p
fps
enum<string>Â
required
Allowed values:
3060
Example:
30
create_projects
booleanÂ
required
Example:
true
chat
booleanÂ
required
Example:
true
video
booleanÂ
required
Example:
false
video_storage
number  | nullÂ
required
Example:
0
change_subject
booleanÂ
required
Example:
false
background_chat
booleanÂ
required
Example:
false
dedicated_server
booleanÂ
required
Example:
false
personal_manager
number  | nullÂ
required
Example:
0
pull_link_limit
numberÂ
required
Example:
0
index
numberÂ
required
Example:
0
discount
objectÂ
required
feature
objectÂ
required
results
array[object (PlanRestreamFeatureItem) {2}]Â
required
Example
{
"results": [
{
"plan_restream_id": 0,
"title": "First",
"active": true,
"count_channel_min": 1,
"count_channel_max": 1,
"type": "free",
"price_rub": 0,
"price_usd": 0,
"bitrate_max": 10000,
"bitrate_min": 10000,
"resolution": "720p",
"fps": "30",
"create_projects": true,
"chat": true,
"video": false,
"video_storage": 0,
"change_subject": false,
"background_chat": false,
"dedicated_server": false,
"personal_manager": 0,
"pull_link_limit": 0,
"index": 0,
"discount": {
"month": 0,
"year": 10
}
}
],
"feature": {
"results": [
{
"name": "count_channel_max",
"unit": "string"
}
]
}
}
🟠400Bad Request
Modified at 2025-05-05 15:10:46