Halo
  1. Movies
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. Movies

Get All Movies

POST
/movies/get_all
Channels
Get all vod streams 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 '/movies/get_all' \
--header 'Content-Type: application/json' \
--data-raw '{
    "username": "string",
    "password": "string"
}'

Responses

🟢200OK
application/json
Body
data
array [object {16}] 
required
num
integer 
required
name
string 
required
stream_type
string 
required
stream_id
integer 
required
stream_icon
string 
required
rating
string 
required
rating_5based
string  | integer  | number 
required
tmdb
string  | integer 
required
trailer
string 
required
added
string 
required
is_adult
integer 
required
category_id
string  | null 
required
category_ids
array[integer]
required
container_extension
string 
required
custom_sid
string  | null 
required
direct_source
string 
required
error
null 
required
Example
{
    "data": [
        {
            "num": 0,
            "name": "string",
            "stream_type": "string",
            "stream_id": 0,
            "stream_icon": "string",
            "rating": "string",
            "rating_5based": "string",
            "tmdb": "string",
            "trailer": "string",
            "added": "string",
            "is_adult": 0,
            "category_id": "string",
            "category_ids": [
                0
            ],
            "container_extension": "string",
            "custom_sid": "string",
            "direct_source": "string"
        }
    ],
    "error": null
}
Modified at 2024-12-24 13:56:33
Previous
Get Channel Short EPG
Next
Get All Movie Categories
Built with