Download OpenAPI specification:Download
API for VideoPlayers & Analytics in 5centsCDN
Contact Support: Email: help@5centscdn.com
Content-Type |
string
Example: multipart/form-data
|
Accept |
string
Example: application/json
|
r |
string
|
granularity |
string
1m,5m,15m,1h,1d,1M |
assests |
string
CSV list from /players/5centscdn/analytics/search/assets |
titles |
string
CSV list from /players/5centscdn/analytics/search/titles |
tags |
string
CSV list from /players/5centscdn/analytics/search/tags |
{- "aggregate": {
- "concurrent": 2,
- "impression": 24,
- "page_load": 1541,
- "play": 21,
- "player_load": 506,
- "total_played": 683,
- "unique": 3,
- "hits": 173,
- "complete": 1
}, - "concurrent": [
- {
- "count": 2,
- "date": "2024-12"
}
], - "impression": [
- {
- "count": 24,
- "date": "2024-12"
}
], - "page_load": [
- {
- "count": 3082,
- "date": "2024-12"
}
], - "play": [
- {
- "count": 21,
- "date": "2024-12"
}
], - "player_load": [
- {
- "count": 1012,
- "date": "2024-12"
}
], - "total_played": [
- {
- "count": 683,
- "date": "2024-12"
}
], - "unique": [
- {
- "count": 3,
- "date": "2024-12"
}
]
}
Content-Type |
string
Example: multipart/form-data
|
Accept |
string
Example: application/json
|
r |
string
|
type |
string
impression,play,unique |
data_type |
string
os,browser,device,country,referer,asn,title |
assests[] |
string
|
titles[] |
string
|
tags[] |
string
|
{- "analytics_data": [
- {
- "data": "Android",
- "count": 19
}
]
}
Content-Type |
string
Example: multipart/form-data
|
Accept |
string
Example: application/json
|
search |
string
search parameter |
page |
integer
|
{- "pagination": {
- "more": true
}, - "results": [
- {
- "id": "144372",
- "text": "Stream #44372 - catest/live"
}
]
}
Content-Type |
string
Example: multipart/form-data
|
Accept |
string
Example: application/json
|
r |
string
|
search |
integer
|
assets |
string
CSV list from /players/5centscdn/analytics/search/assets |
page |
integer
|
{- "pagination": {
- "more": true
}, - "results": [
- {
- "id": "144372",
- "text": "Stream #44372 - catest/live"
}
]
}
Accept |
string
Example: application/json
|
{- "skins": [
- {
- "id": 655,
- "serviceid": 103,
- "hashid": "6jwde9j4vn5o",
- "name": "demo1",
- "base": 1,
- "meta": {
- "primaryColor": "#0023FF",
- "secondaryColor": "#ffffff",
- "autoplay": 0,
- "zoomMenu": "0",
- "rewindforwardButton": "0",
- "endAction": "",
- "muted": 0,
- "showcv": 0,
- "showskinoninit": 0,
- "logo": {
- "position": "bottom-right",
- "height": "50",
- "file": "",
- "url": "",
- "width": "70",
- "offsetH": "6",
- "offsetV": "46",
- "opacity": "",
- "padding": "",
- "fadeDelay": "",
- "hideOnReady": "0"
}, - "showpip": 0,
- "infoTitle": "",
- "infoUrl": "",
- "infoIcon": "",
- "videoInfo": 0,
- "infoDescription": "",
- "contextMenu": "1"
}
}
]
}
Content-Type |
string
Example: multipart/form-data
|
Accept |
string
Example: application/json
|
name |
string
Skin Name |
{- "result": "success",
- "message": "New skin created",
- "data": {
- "skinid": 684
}
}
skinid
required
|
string
Example: <string>
(Required) |
Accept |
string
Example: application/json
|
{- "id": 684,
- "serviceid": 103,
- "hashid": "56pdo2e5ybre",
- "name": "flops",
- "base": 1,
- "meta": {
- "logo": {
- "position": "bottom-right",
- "width": 70,
- "height": 50,
- "offsetH": 6,
- "offsetV": 46
}
}, - "created_at": "2025-01-27 13:04:11",
- "updated_at": "2025-01-27 13:04:11"
}
skinid
required
|
integer
Example: 684
(Required) |
Content-Type |
string
Example: multipart/form-data
|
Accept |
string
Example: application/json
|
name |
string
Skin Name |
meta[endAction] |
string
|
meta[infoTitle] |
string
|
meta[infoUrl] |
string
|
meta[infoDescription] |
string
|
meta[infoIcon] |
string
|
base |
integer
Base Skin: 1,2,3,4 or 5 |
meta[primaryColor] |
string
Primary Color |
meta[secondaryColor] |
string
Secondary Color |
meta[logo][file] |
string
Base64 Image: data:image/png;base64,hash |
meta[logo][url] |
string
Logo Link |
meta[logo][position] |
string
Logo Position |
meta[logo][width] |
integer
Logo Width |
meta[logo][height] |
integer
Logo Height |
meta[logo][offsetH] |
integer
Logo Horizontal Offset |
meta[logo][offsetV] |
integer
Logo Vertical Offset |
meta[logo][padding] |
string
Logo Padding |
meta[logo][opacity] |
string
Logo Opacity, 0 ~ 1.0 |
meta[logo][fadeDelay] |
string
Logo Fade Delay |
meta[poster] |
string
Player Init Poster. Base64 Image: data:image/png;base64,hash |
meta[contextUrl] |
string
|
meta[contextText] |
string
|
meta[contextIcon] |
string
|
meta[imaAdOption][adTagUrl] |
string
|
meta[vastAdOption][tagURL][] |
string
|
meta[offline][offlineImage] |
string
|
meta[offline][offlineTimeout] |
string
|
meta[offline][label] |
string
|
{- "result": "success",
- "message": "Settings Updated."
}