XSportBox Livestreams

FREE
By Sergey Gordienko | Updated 17 दिन पहले | Sports
Popularity

0.4 / 10

Latency

14ms

Service Level

0%

Health Check

N/A

README

Description
XSportBox API provides the opportunity to receive sports streams in real time. We have more than 900 leagues of sporting events, Football, Hockey, Basketball, Tennis, Volleyball, Rugby, Handball, Cricket, Boxing and much more. Sports broadcasts from around the world, sports results are delivered with a delay of 5 - 10 minutes. Schedule of sporting events for the week ahead. Broadcast frames change during sporting events, so sport frames are updated during sporting events.

Registration
POST https://api.xsportbox.com/register
Parameters
email - Email Address ( required )
password - Your Password ( required )
c_password - Repeat Your Password ( required )
name - Your Name ( required )
website - Your Website ( required )
Response
{
“success”:
{
“token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiMTI3Y2QwMGU3NTZmYWY3OTU5NDlkZTY0MTM2Z…”,
“name”: “Sportstream”,
“website”: “https://sportstream.com
}
}
Login
POST https://api.xsportbox.com/login
Parameters
email - Email Address ( required )
password - Your Password ( required )
Response
{
“success”:
{
“token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiMTI3Y2QwMGU3NTZmYWY3OTU5NDlkZTY0MTM2Z…”,
“name”: “Sportstream”,
“website”: “https://sportstream.com
}
}
To Get Sporting Events
Pass the Bearer token in the Authorization header
’Accept: application/json’ "Authorization: Bearer ${token}"
GET https://api.xsportbox.com/events
Parameters
cat - Sport Type ( optional, default - football )
possible values: football, hockey, basketball, tennis, volleyball, handball, american_football, athletics, aussie_rules, badminton, bandy, baseball, beach_soccer, beach_volleyball, billiards, boxing, canoe_racing, climbing, combat_sports, cricket, curling, cycling, dancesport, darts, e-sports, equestrianism, extreme_sport, fencing, field_hockey, floorball, footvolley, futsal, gaelic_football, golf, gymnastics, korfball, netball, padel_tennis, poker, racing, rugby_league, rugby_sevens, rugby_union, sailing, shooting_sport, softball, squash, table_tennis, water_polo, water_sports, winter, other
isLive - is live event ( optional, default - all )
possible values: 0, 1
lng - language ( optional, default - en )
possible values: en, de, fr, es, it, pl, pt, ua, tr, rs, bg, ru
Response
{
“success”: {
“14 February 2020”: [
{
“id”: 22234226,
“name”: “Dortmund – Eintracht”,
“competition”: “Germany. Bundesliga”,
“isLive”: 0,
“type”: “football”,
“kindsport”: “Football”,
“language”: “en”,
“eventDate”: “2020-02-14 19:30:00”,
“description”: “”,
“slug”: “”,
“result”: “”,
“resultFull”: “”
},
]
}
}
To Get Only Live Sporting Events
Pass the Bearer token in the Authorization header
’Accept: application/json’ "Authorization: Bearer ${token}"
GET https://api.xsportbox.com/live_events
Parameters
lng - language ( optional, default - en )
possible values: en, de, fr, es, it, pl, pt, ua, tr, rs, bg, ru
Response
{
“success”: {
“14 February 2020”: [
{
“id”: 22234226,
“name”: “Dortmund – Eintracht”,
“competition”: “Germany. Bundesliga”,
“isLive”: 1,
“type”: “football”,
“kindsport”: “Football”,
“language”: “en”,
“eventDate”: “2020-02-14 19:30:00”,
“description”: “”,
“slug”: “”,
“result”: “1:0”,
“resultFull”: “”
},
]
}
}
Get Streams for a Sporting Event
Pass the Bearer token in the Authorization header
’Accept: application/json’ "Authorization: Bearer ${token}"
GET https://api.xsportbox.com/event
Parameters
id - sport event id ( required )
lng - language ( optional, default - en )
possible values: en, de, fr, es, it, pl, pt, ua, tr, rs, bg, ru
Response
{
“success”: {
“event”: {
“id”: 22395345,
“name”: “Magda Linette – Wang Xiyu”,
“competition”: “WTA Tour”,
“isLive”: 1,
“type”: “tennis”,
“kindsport”: “Tennis”,
“language”: “en”,
“eventDate”: “2020-02-14 08:55:00”,
“description”: “Quarterfinal.”,
“slug”: “22395345_magda_linette_wang_xiyu”,
“result”: “”,
“resultFull”: “”,
“liveScore”: 1,
“liveResult”: “0:1”,
“liveResultFull”: “2:6, 0:0”
},
“streams”: {
“browser”: [
{
“id”: 31796782,
“typelinks”: “browser”,
“iframe”: “http://cdn.xsportbox.com/retrieve/31796782”,
“lng”: “Russian”,
“bitrate”: “”,
“streamer”: “”,
“hash”: null,
“date”: “2020-02-14 09:42:20”
},
{
“id”: 31796783,
“typelinks”: “browser”,
“iframe”: “http://cdn.xsportbox.com/retrieve/31796783”,
“lng”: “Italian”,
“bitrate”: “”,
“streamer”: “”,
“hash”: null,
“date”: “2020-02-14 09:42:20”
},
{
“id”: 31796785,
“typelinks”: “browser”,
“iframe”: “http://cdn.xsportbox.com/retrieve/31796785”,
“lng”: “English”,
“bitrate”: “”,
“streamer”: “”,
“hash”: null,
“date”: “2020-02-14 09:42:20”
},
]
}
}
}

Followers: 15
Resources:
Product Website
API Creator:
Rapid account: Sergey Gordienko
Sergey Gordienko
serhiygordienko
Log In to Rate API
Rating: 5 - Votes: 1