Action | Endpoint |
---|---|
Authentication | http://your.dns:stream_port/player_api.php?username=X&password=X (User Information) |
GET Live Stream Categories | http://your.dns:stream_port/player_api.php?username=X&password=X&action=get_live_categories |
GET VOD Stream Categories | http://your.dns:stream_port/player_api.php?username=X&password=X&action=get_vod_categories |
GET SERIES Categories | http://your.dns:stream_port/player_api.php?username=X&password=X&action=get_series_categories |
GET LIVE Streams |
http://your.dns:stream_port/player_api.php?username=X&password=X&action=get_live_streams (All LIVE Streams)http://your.dns:stream_port/player_api.php?username=X&password=X&action=get_live_streams&category_id=X (Category specific)
|
GET VOD Streams |
http://your.dns:stream_port/player_api.php?username=X&password=X&action=get_vod_streams (All VOD Streams)http://your.dns:stream_port/player_api.php?username=X&password=X&action=get_vod_streams&category_id=X (Category specific)
|
GET Latest VOD Streams |
http://your.dns:stream_port/player_api.php?username=X&password=X&action=get_vod_latest (100 Latest Added VODs)
|
GET VOD Info | http://your.dns:stream_port/player_api.php?username=X&password=X&action=get_vod_info&vod_id=X |
GET SERIES Streams |
http://your.dns:stream_port/player_api.php?username=X&password=X&action=get_series (All Series)http://your.dns:stream_port/player_api.php?username=X&password=X&action=get_series&category_id=X (Category specific)
|
GET Latest SERIES Streams |
http://your.dns:stream_port/player_api.php?username=X&password=X&action=get_series_latest (100 Latest Added SERIES)
|
GET SERIES Info | http://your.dns:stream_port/player_api.php?username=X&password=X&action=get_series_info&series_id=X |
GET short_epg for LIVE Streams |
http://your.dns:stream_port/player_api.php?username=X&password=X&action=get_short_epg&stream_id=X http://your.dns:stream_port/player_api.php?username=X&password=X&action=get_short_epg&stream_id=X&limit=X
|
GET ALL EPG for LIVE Streams | http://your.dns:stream_port/player_api.php?username=X&password=X&action=get_simple_data_table&stream_id=X |
GET ActiveCode Password | http://your.dns:stream_port/player_api.php?action=getactivecodepass |
Full EPG List for all Streams | xmltv.php?username=X&password=X |