Obtain the pro signal source address interface and return all game data within the activation permission
2.
The interface only returns live broadcast data that has not started and is available in progress. If a game has live broadcast data but is not available, return the game ID data to empty.
3.
If a game has never had live broadcast data, the interface does not return the game ID.
4.
The signal source data only returns the path and anti-theft parameters. Please consult the business of the domain name. Suggested frequency: 1 time/min
Request
Query Params
sport_id
string
optional
Sports ID, multiple are separated by English commas, and not all of them
status
string
optional
Match status: live - in progress, upcoming - not started
page
integer
optional
页数
per_page
integer
optional
The number of data per page is returned by default when not transmitted.
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 '/stream/api/v3/rtmp/pro?sport_id=&status&page&per_page'