Next Hour App
  • Introduction
    • Introduction
    • Key Features
    • Flutter
  • Installation
    • Flutter Installation
    • App Secret Key
  • project setup
    • App Deployment
      • Firebase
    • iOS Setup Instructions
    • Google Drive Key
    • OneSignal
    • Images
    • Reskinning
  • Publish your app
    • Requirements to Publish App
  • FAQ
    • Installation FAQ's
    • Access Denied
    • General Setting
    • Disclaimer
    • Regular & Extended Licenses
    • Privacy Policy
  • Troubleshoot
    • Troubleshoot
    • Changelogs
  • Source & credit
    • Source & Credit
  • Support
    • Support
  • conclution
    • Conclusion
  • our products
    • Next Hour Addons
    • Our Products
  • Api Document
    • Getting Started
  • Get secret key
  • Auth Api
    • Login
  • Home Page Api
  • Actor detail page
  • Payment Api
    • Payment Method List
    • Manual payment list
    • Subscribed with manual payment
    • Subscribed with free subscription
    • Subscription Stop and Resume
    • Invoice
  • Player Setting Api
    • Player Setting
    • Advertise
  • User Api
    • View User profile
    • Wishlist
    • Watch History
    • User Profile Update
    • Manage Profile
    • Notification
  • Coupon Api
  • Other Api
    • List of Contents
    • Menu
    • Slider
    • Package
    • List of all movies
    • List of all tvseries
    • List of all movies, tveries and top movie and tvseries
    • Recent Movies and Tvseries
    • List of menu by movies and tvseries
    • Language by movies and tvseries
Powered by GitBook
On this page
  1. Other Api

List of all movies

Fire this api to show list of all movies and their multiplelinks or subtitles .

api/movie

GET https://yourdomain.com/api/movie

This end point will give you list of all movies and there subtiltes and multiple links etc.

Query Parameters

Name
Type
Description

secret

string

Client secret key will goes here which you get from admin panel.

Headers

Name
Type
Description

Authorization*

string

Bearer { bearer_token without bracket }

Accept*

string

application/json

{
    "movie": [
        {
            "id": 1,
            "tmdb_id": null,
            "title": "Godzilla vs. Kong",
            "slug": "godzilla-vs-kong",
            "keyword": "Action, Adventure, Fantasy",
            "description": "In a time when monsters walk the Earth, humanity’s fight for its future sets Godzilla and Kong on a collision course that will see the two most powerful forces of nature on the planet collide in a spectacular battle for the ages.",
            "duration": "113",
            "thumbnail": "tmdb_pgqgaUx1cJb5oZQQ5v0tNARCeBp.jpg",
            "poster": "poster_inJjDhCjfhh3RtrJWBmmDqeuSYC.jpg",
            "tmdb": "N",
            "fetch_by": "title",
            "director_id": "79,80,81,82,83,84",
            "actor_id": "176,177,178,179,180",
            "genre_id": "1,6,10",
            "trailer_url": "https://youtu.be/w8Pr9V2M-rE",
            "detail": "In a time when monsters walk the Earth, humanity’s fight for its future sets Godzilla and Kong on a collision course that will see the two most powerful forces of nature on the planet collide in a spectacular battle for the ages.",
            "rating": 7.9,
            "maturity_rating": "13+",
            "subtitle": 0,
            "publish_year": 2021,
            "released": "2021-03-24",
            "upload_video": null,
            "featured": 0,
            "series": 0,
            "a_language": "1",
            "audio_files": null,
            "type": "M",
            "live": 0,
            "livetvicon": null,
            "status": 1,
            "is_protect": 0,
            "password": null,
            "created_by": 1,
            "created_at": "2021-08-03T16:02:50.000000Z",
            "updated_at": "2021-12-02T12:18:01.000000Z",
            "is_upcoming": 0,
            "is_custom_label": 1,
            "label_id": 1,
            "upcoming_date": null,
            "subtitle_path": "https://localhost/nexthourr/public/subtitles",
            "user-rating": 3,
            "multilinks": [
                {
                    "id": 1,
                    "movie_id": 1,
                    "episode_id": null,
                    "download": 1,
                    "quality": "HD",
                    "size": "9:56",
                    "language": [
                        "1"
                    ],
                    "url": "http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4",
                    "clicks": 0,
                    "created_at": "2021-08-09T10:06:14.000000Z",
                    "updated_at": "2021-08-09T10:06:14.000000Z"
                }
            ],
            "subtitles": [
                {
                    "id": 8,
                    "sub_lang": "English",
                    "sub_t": "english_subtitle.vtt",
                    "m_t_id": "2",
                    "ep_id": null,
                    "created_at": "2021-08-17T14:06:31.000000Z",
                    "updated_at": "2021-08-17T14:06:31.000000Z"
                }
            ]
        },
       
    ]
}
{
    "message": "Unauthorized !"
}

//or

{
    "message": "Secret Key is required"
}
{
    "message": "Invalid Secret Key !"
}
PreviousPackageNextList of all tvseries

Last updated 3 years ago