List of all movies, tveries and top movie and tvseries

api/movietv

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

This end points allow you to get movie, tvseries and top of movie and tvseries.

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

{
   "data": [
        {
            "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,
            "user-rating": 3,
            "movie_series": [],
            "video_link": {
                "id": 1,
                "movie_id": 1,
                "episode_id": null,
                "type": "readyurl",
                "iframeurl": null,
                "ready_url": "encrypt:aHR0cDovL2NvbW1vbmRhdGFzdG9yYWdlLmdvb2dsZWFwaXMuY29tL2d0di12aWRlb3MtYnVja2V0L3NhbXBsZS9Gb3JCaWdnZXJGdW4ubXA0",
                "url_360": null,
                "url_480": null,
                "url_720": null,
                "url_1080": null,
                "created_at": "2021-08-03T16:02:50.000000Z",
                "updated_at": "2021-11-26T07:10:43.000000Z",
                "upload_video": null
            },
            "comments": [
                {
                    "id": 2,
                    "name": "Admin",
                    "user_id": 1,
                    "email": "admin@mediacity.co.in",
                    "movie_id": 1,
                    "tv_series_id": null,
                    "comment": "nyc",
                    "created_at": "2021-11-24T12:20:48.000000Z",
                    "updated_at": "2021-11-24T12:21:01.000000Z",
                    "status": 1,
                    "subcomments": []
                }
            ],
            "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"
                }
            ]
        },
    
    ],
    "top_movies_tv": [
        {
            "id": 4,
            "movie_id": null,
            "tv_series_id": 1,
            "is_active": 1,
            "created_at": "2021-08-04T11:44:14.000000Z",
            "updated_at": "2021-08-04T11:44:14.000000Z"
        },
        
        {
            "id": 2,
            "movie_id": 6,
            "tv_series_id": null,
            "is_active": 1,
            "created_at": "2021-08-04T11:19:38.000000Z",
            "updated_at": "2021-08-04T11:19:38.000000Z"
        }
    ]
}

Last updated