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 Movie Categories

POST
/movies/get_categories
Channels
Get all movies/ vod categories

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_categories' \
--header 'Content-Type: application/json' \
--data-raw '{
    "username": "string",
    "password": "string"
}'

Responses

🟢200OK
application/json
Body
data
array [object {3}] 
required
category_id
string 
required
category_name
string 
required
parent_id
integer 
required
error
null 
required
Example
{
    "data": [
        {
            "category_id": "string",
            "category_name": "string",
            "parent_id": 0
        }
    ],
    "error": null
}
Modified at 2024-12-24 13:56:28
Previous
Get All Movies
Next
Get Movie Category
Built with