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 tvseries

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

api/tvseries

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

This end point will give you list of all tvseries and there seasons, episodes and, multiple links.

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

{
    "tvseries": [
    {
        "id": 1,
        "keyword": "Animation, Sci-Fi & Fantasy",
        "description": "Rick is a mentally-unbalanced but scientifically-gifted old man who has recently reconnected with his family. He spends most of his time involving his young grandson Morty in dangerous, outlandish adventures throughout space and alternate universes. Compounded with Morty's already unstable family life, these events cause Morty much distress at home and school.",
        "title": "Rick and Morty",
        "tmdb_id": "60625",
        "tmdb": "Y",
        "fetch_by": "title",
        "thumbnail": "tmdb_8kOWDBK6XlPUzckuHDo3wwVRFwt.jpg",
        "poster": null,
        "genre_id": "12,3,19,20",
        "detail": "Rick is a mentally-unbalanced but scientifically-gifted old man who has recently reconnected with his family. He spends most of his time involving his young grandson Morty in dangerous, outlandish adventures throughout space and alternate universes. Compounded with Morty's already unstable family life, these events cause Morty much distress at home and school.",
        "rating": 8.8,
        "episode_runtime": null,
        "maturity_rating": "all age",
        "featured": 0,
        "type": "T",
        "status": 1,
        "created_by": 1,
        "created_at": "2021-08-03T18:07:58.000000Z",
        "updated_at": "2021-08-17T13:14:03.000000Z",
        "is_custom_label": 0,
        "label_id": null,
        "is_upcoming": 0,
        "upcoming_date": null,
        "subtitle_path": "https://localhost/nexthourr/public/subtitles",
        "user-rating": 0,
        "seasons": [
            {
                "id": 1,
                "tv_series_id": 1,
                "tmdb_id": "60059",
                "season_no": 1,
                "season_slug": "rick-and-morty-season-1",
                "tmdb": "Y",
                "publish_year": "2013",
                "thumbnail": "tmdb_pZoqbuJGaVM7vgzsSCPwRH5TCx5.jpg",
                "poster": null,
                "actor_id": "80,81,82,83",
                "a_language": "1",
                "detail": "Rick and Morty visit a pawn shop in space, encounter various alternate and virtual realities, and meet the devil at his antique shop.",
                "featured": 0,
                "type": "S",
                "is_protect": 0,
                "password": null,
                "trailer_url": null,
                "created_at": "2021-08-03T18:09:23.000000Z",
                "updated_at": "2021-08-03T18:09:23.000000Z",
                "episodes": [
                    {
                        "id": 1,
                        "seasons_id": 1,
                        "tmdb_id": "973400",
                        "thumbnail": "tmdb_oWaKdUeMOlVZem3v9DWsdDGlTuY.jpg",
                        "episode_no": 1,
                        "title": "Pilot",
                        "tmdb": "Y",
                        "duration": "30",
                        "detail": "Rick moves in with his daughter's family and establishes himself as a bad influence on his grandson, Morty.",
                        "a_language": "1",
                        "subtitle": 0,
                        "released": "2013-12-02",
                        "type": "E",
                        "created_at": "2021-08-03T18:10:58.000000Z",
                        "updated_at": "2021-08-17T11:23:01.000000Z",
                        "multilinks": []
                    },
                ]
            },
           
        ]
    },
  
  ]
}
{
    "message": "Unauthorized !"
}

//or

{
    "message": "Secret Key is required"
}
{
    "message": "Invalid Secret Key !"
}
PreviousList of all moviesNextList of all movies, tveries and top movie and tvseries

Last updated 3 years ago