Halo
  1. Channels
Halo
  • Account
    • Get Account Information
      POST
  • Channels
    • Get All Channels
      POST
    • Get All Channel Categories
      POST
    • Get Channel Category
      POST
    • Get Channel Short EPG
      POST
  • Movies
    • Get All Movies
      POST
    • Get All Movie Categories
      POST
    • Get Movie Category
      POST
    • Get movie information
      POST
  • Series
    • Get All Series
      POST
    • Get All Series Categories
      POST
    • Get Series Category
      POST
    • Get Series information
      POST
  • Search
    • Search
      POST
  1. Channels

Get All Channels

POST
/channels/get_all
Channels
Get all channels on xtreme codes panel

Request

Body Params application/json
username
string 
required
password
string 
required
Example
{
    "username": "string",
    "password": "string"
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/channels/get_all' \
--header 'Content-Type: application/json' \
--data-raw '{
    "username": "string",
    "password": "string"
}'

Responses

🟢200OK
application/json
Body
data
array [object {14}] 
required
num
integer 
required
name
string 
required
stream_type
string 
required
stream_id
integer 
required
stream_icon
string 
required
epg_channel_id
string  | null 
required
added
string 
required
is_adult
integer 
required
category_id
string  | null 
required
category_ids
array[integer]
required
custom_sid
null 
required
tv_archive
integer 
required
direct_source
string 
required
tv_archive_duration
integer  | string 
required
error
null 
required
Example
{
    "data": [
        {
            "num": 0,
            "name": "string",
            "stream_type": "string",
            "stream_id": 0,
            "stream_icon": "string",
            "epg_channel_id": "string",
            "added": "string",
            "is_adult": 0,
            "category_id": "string",
            "category_ids": [
                0
            ],
            "custom_sid": null,
            "tv_archive": 0,
            "direct_source": "string",
            "tv_archive_duration": 0
        }
    ],
    "error": null
}
Modified at 2024-12-24 12:01:20
Previous
Get Account Information
Next
Get All Channel Categories
Built with