Language by movies and tvseries

Fire this api to show language by movies and tvseries

api/MovieTvByLanguage

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

This end points allows us to get language by movie and tvseries listed.

Path Parameters

Name
Type
Description

id*

integer

ID of languages

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

{
    "movies": [
   
    {
        "id": 6,
        "tmdb_id": 436969,
        "title": "The Suicide Squad",
        "slug": "the-suicide-squad",
        "keyword": "Action,Adventure, Science Fiction",
        "description": "Supervillains Harley Quinn, Bloodsport, Peacemaker and a collection of nutty cons at Belle Reve prison join the super-secret, super-shady Task Force X as they are dropped off at the remote, enemy-infused island of Corto Maltese.",
        "duration": "132",
        "thumbnail": "tmdb_8EnA3iY6o1gDYn0YZA3WtL5Epnj.jpg",
        "poster": "tmdb_rAgsOIhqRS6tUthmHoqnqh9PIAE.jpg",
        "tmdb": "Y",
        "fetch_by": "title",
        "director_id": "7",
        "actor_id": "35,36,37,99,38",
        "genre_id": "1,2,3,10",
        "trailer_url": "https://youtu.be/RFZG_IG9EqA",
        "detail": "Supervillains Harley Quinn, Bloodsport, Peacemaker and a collection of nutty cons at Belle Reve prison join the super-secret, super-shady Task Force X as they are dropped off at the remote, enemy-infused island of Corto Maltese.",
        "rating": 8.1,
        "maturity_rating": "18+",
        "subtitle": 1,
        "publish_year": 2021,
        "released": "2021-07-28",
        "upload_video": null,
        "featured": 0,
        "series": 0,
        "a_language": "2",
        "audio_files": null,
        "type": "M",
        "live": 0,
        "livetvicon": null,
        "status": 1,
        "is_protect": 0,
        "password": null,
        "created_by": 1,
        "created_at": "2021-08-03T16:39:09.000000Z",
        "updated_at": "2021-08-04T11:22:09.000000Z",
        "is_upcoming": 0,
        "is_custom_label": 0,
        "label_id": null,
        "upcoming_date": null,
        "user-rating": 0,
        "multilinks": []
    },
   
],
"tvseries": [
    {
        "id": 2,
        "tv_series_id": 2,
        "tmdb_id": "88380",
        "season_no": 1,
        "season_slug": "the-good-doctor-season-1",
        "tmdb": "Y",
        "publish_year": "2017",
        "thumbnail": "tmdb_hiNyjUSTFrbMv3Sc0CxNW2o39az.jpg",
        "poster": null,
        "actor_id": "84,85,86,87,88",
        "a_language": "2",
        "detail": "",
        "featured": 0,
        "type": "S",
        "is_protect": 1,
        "password": null,
        "trailer_url": null,
        "created_at": "2021-08-03T18:15:35.000000Z",
        "updated_at": "2021-08-03T18:15:35.000000Z",
        "episodes": [
            {
                "id": 2,
                "seasons_id": 2,
                "tmdb_id": "1317409",
                "thumbnail": "tmdb_eeNYnyVdAGdBzVDCIspxlFHNAtb.jpg",
                "episode_no": 1,
                "title": "Burnt Food",
                "tmdb": "Y",
                "duration": "40",
                "detail": "Dr. Shaun Murphy, a young surgeon with autism and savant syndrome, relocates from a quiet country life to join the prestigious St. Bonaventure hospital’s surgical unit. Alone in the world and unable to personally connect with those around him, his only advocate, Dr. Aaron Glassman, challenges the skepticism and prejudices of the hospital’s board and staff when he brings him in to join the team. Shaun will need to work harder than he ever has before, as he navigates his new environment and relationships to prove to his colleagues that his extraordinary medical gifts will save lives.",
                "a_language": "2",
                "subtitle": 1,
                "released": "2017-09-25",
                "type": "E",
                "created_at": "2021-08-03T18:16:50.000000Z",
                "updated_at": "2021-08-03T18:16:50.000000Z",
                "multilinks": []
            }
        ]
    },
   
]
}

Last updated