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": []
                    },
                ]
            },
           
        ]
    },
  
  ]
}

Last updated