User Tools

Site Tools


api:iptv:app:streamingservices:list

API : IPTV : App : Streaming services : List

Introduction

This request is used by the iOS/Android apps and web clients to list the available streaming services.

Request

URL https://api.telecomx.dk/iptv/app/streamingservice
Method GET
Query token String Device token

Query examples

https://api.telecomx.dk/iptv/app/streamingservice?token=123456789asd23

Response

Array of streaming service objects.

Streaming service object - normal (JSON)
_id String Unique ID/Enum of streaming service
name String Name of the streaming service
logo String URL of the logo
logoId ObjectId ID of image on image server

Note that properties holding no value may be omitted from the object.

Example - normal

[
  {
    _id: 'DR_TV',
    name: 'DR TV',
    logo: 'https://image.powernet.tv/1234567890ABCD1234567890.png'
    logoId: '1234567890ABCD1234567890'
  },
  {
    _id: 'TV_2_PLAY',
    name: 'TV 2 Play',
    logo: 'https://image.powernet.tv/1234567890ABCD1234567890.png'
    logoId: '1234567890ABCD1234567890'
  },
  {
    _id: 'CMORE_PLAY',
    name: 'Cmore Play',
    logo: 'https://image.powernet.tv/1234567890ABCD1234567890.png'
    logoId: '1234567890ABCD1234567890'
  },
  {
    _id: 'HBO',
    name: 'HBO',
    logo: 'https://image.powernet.tv/1234567890ABCD1234567890.png'
    logoId: '1234567890ABCD1234567890'
  },
  {
    _id: 'SKY_SHOWTIME',
    name: 'Sky Showtime',
    logo: 'https://image.powernet.tv/1234567890ABCD1234567890.png'
    logoId: '1234567890ABCD1234567890'
  },
  {
    _id: 'NETFLIX',
    name: 'Netflix',
    logo: 'https://image.powernet.tv/1234567890ABCD1234567890.png'
    logoId: '1234567890ABCD1234567890'
  },
  {
    _id: 'AMAZON_PRIME',
    name: 'Amazon Prime',
    logo: 'https://image.powernet.tv/1234567890ABCD1234567890.png'
    logoId: '1234567890ABCD1234567890'
  },
]

Errors

Error code Message Description
403 access_denied Insufficient access level
500 internal_error <Unspecified>
api/iptv/app/streamingservices/list.txt · Last modified: 2022/10/27 12:18 by Joakim Andersen

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki