StreamSB exposes its data via an Application Programming Interface (API), so developers can interact in a programmatic way with the StreamSB application. This document is the official reference for that functionality. The current API version is 1.0.0
https://streamsb.com/api
All calls to the API shall be HTTP GET, most calls require API KEY, you can find them in My Account (https://streamsb.com/?op=my_account)
Response is Json, Example:
{
"msg": "OK",
"server_time": "2020-08-11 04:30:07",
"status": 200,
"result": {
"email": "[email protected]",
"balance": "0.00000",
"storage_used" :"24186265",
"storage_left": 128824832615,
"premim_expire": "2020-01-20 21:00:00
}
}