Hi,
I'm trying use the certification.lte and certification_country filters on my API request. If I add them in I get the same number of results and pages as I do if I leave them out of the request.
Without - 969 results, 49 pages https://api.themoviedb.org/3/discover/movie?with_genres=28&primary_release_date.gte=2010-01-01&primary_release_date.lte=2019-12-31&page=1&include_adult=false&include_video=false&language=en&vote_count.gte=10&sort_by=popularity.desc&api_key=XXX
Am I using the parameter incorrectly?
Thanks.
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on May 23, 2016 at 5:29 PM
Hi The40Watt,
Make sure to capitalize the country in
certification_country
.P.S. also remember that NC-17 is the highest rating in the U.S. so all you're excluding is movies without a rating which is fine of course, I'm just pointing it out.
Cheers.
Reply by The40Watt
on May 23, 2016 at 7:11 PM
Thanks for that.
Such a simple reason but I didn't spot it.