I just tried the API from themoviedb API and I got some problem.
I tried to fetch some movies data from themoviedb API, but the result is always the same and never changed, I know that themoviedb API is just return 20 data of movies, but the problem is, it always return the same movie, with same title of course:
Here is my url :
https://api.themoviedb.org/3/discover/movie?with_genres=18&api_key=<my_api_key>
What I want to know is how to get 20 data of movie and it's always return random movies when I render the web site.
Maybe you can help me out of this problem, and I hope you explain with some example especially in the URL writing.