The Movie Database Support

I'm just getting familiar with api requests - I saw this example on the website I've also applied for and gotten an api key -- how do I construct the correct url request?

The documentation says the url is constructed like this -- but I'm not sure how to add the discover example to this
https://api.themoviedb.org/3/movie/550?api_key=###

/discover/movie?primary_release_date.gte=2014-09-15&primary_release_date.lte=2014-10-22

2 replies (on page 1 of 1)

Jump to last post

FIgured out how for other people getting started:

url base + paramters

Here's the base for discovering movies:

https://api.themoviedb.org/3/discover/movie?

required parameter: api_key=###

optional parameter: primary_release_date.gte=2016-01-01

Full url is below, you can add additional parameters with an ampersand (&)

https://api.themoviedb.org/3/discover/movie?api_key=###&primaryreleasedate.gte=2016-01-01

That's very helpful. Thank you very much. Question: Will it list all the movies where release date matches 2016-01-01?

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