Talk to us today about your FANS test and training needs +1 630 391 5000
We do FANS 1/A+ and ATN B1, we are the CPDLC experts.
GET /get.php ?username=USER &password=PASS &type=m3u_plus &output=ts Returns a full with all live channels, VOD, and series — typically in the format:
GET /player_api.php ?username=USER &password=PASS &action=get_live_categories Response :
[ "category_id": 1, "category_name": "Sports", "category_id": 2, "category_name": "News" ] GET /player_api.php ?username=USER &password=PASS &action=get_live_streams &category_id=1 Response (abbreviated):
[ "stream_id": 101, "name": "ESPN HD", "stream_icon": "https://.../espn.png", "epg_channel_id": "espn.us", "stream_type": "live" ] This is the most direct “playlist” endpoint:
"user_info": "username": "user123", "status": "Active", "expiration_date": "2025-12-31", "allowed_output_formats": ["m3u8", "ts"]
GET /get.php ?username=USER &password=PASS &type=m3u_plus &output=ts Returns a full with all live channels, VOD, and series — typically in the format:
GET /player_api.php ?username=USER &password=PASS &action=get_live_categories Response : xc api playlist
[ "category_id": 1, "category_name": "Sports", "category_id": 2, "category_name": "News" ] GET /player_api.php ?username=USER &password=PASS &action=get_live_streams &category_id=1 Response (abbreviated): GET /get
[ "stream_id": 101, "name": "ESPN HD", "stream_icon": "https://.../espn.png", "epg_channel_id": "espn.us", "stream_type": "live" ] This is the most direct “playlist” endpoint: "name": "ESPN HD"
"user_info": "username": "user123", "status": "Active", "expiration_date": "2025-12-31", "allowed_output_formats": ["m3u8", "ts"]