The Movie Database Support

Hi,

Just wanted to check what I may be doing wrong. Trying to make the same requests with v4 that I was previously able to do via v3 .

Is this the intended behaviour? If so how do we get the same results for v4? I couldn't find anything in the docs

Take the following query for example:

*Using v3: *

{
    "adult": false,
    "backdrop_path": null,
    "belongs_to_collection": null,
    "budget": 0,
    "genres": [
        {
            "id": 99,
            "name": "Documentary"
        }
    ],
    "homepage": null,
    "id": 345435,
    "imdb_id": "",
    "original_language": "it",
    "original_title": "Il Viaggio di Gesù",
    "overview": "",
    "popularity": 0.6,
    "poster_path": null,
    "production_companies": [
        {
            "id": 2683,
            "logo_path": "/mOL2WcHtox2urbUf1oJvjw7kz01.png",
            "name": "Rai Cinema",
            "origin_country": "IT"
        },
        {
            "id": 55930,
            "logo_path": null,
            "name": "Fidia Film",
            "origin_country": ""
        }
    ],
    "production_countries": [
        {
            "iso_3166_1": "IT",
            "name": "Italy"
        }
    ],
    "release_date": "2007-07-11",
    "revenue": 0,
    "runtime": null,
    "spoken_languages": [
        {
            "iso_639_1": "it",
            "name": "Italiano"
        }
    ],
    "status": "Released",
    "tagline": "",
    "title": "Il Viaggio di Gesù",
    "video": false,
    "vote_average": 0.0,
    "vote_count": 0
}

*Using v4: *

{
    "db": {
        "rating": 0,
        "primary_release_date": "1184112000000"
    },
    "encoded": {
        "rating": 0,
        "release_date": "2007-07-11"
    }
}

3 replies (on page 1 of 1)

Jump to last post

Hi there,

v4 doesn't have any publicly released movie or TV end points, which is why they haven't been added to the documentation.

Hi Thanks for the response,

So just to be clear on the usage if we want publicly accessible movie data we stick with v3 and if we want only user specific movie data we move over to v4? And if we want both we go with v3 and v4 working in tandem?

Thanks

Yes, you can certainly use them in tandem. v3 supports using the v4 bearer tokens, so authentication is consistent.

Can't find a movie or TV show? Login to create it.

Global

s focus the search bar
p open profile menu
esc close an open window
? open keyboard shortcut window

On media pages

b go back (or to parent when applicable)
e go to edit page

On TV season pages

(right arrow) go to next season
(left arrow) go to previous season

On TV episode pages

(right arrow) go to next episode
(left arrow) go to previous episode

On all image pages

a open add image window

On all edit pages

t open translation selector
ctrl+ s submit form

On discussion pages

n create new discussion
w toggle watching status
p toggle public/private
c toggle close/open
a open activity
r reply to discussion
l go to last reply
ctrl+ enter submit your message
(right arrow) next page
(left arrow) previous page

Settings

Want to rate or add this item to a list?

Login