Hello,
I would like to know if it is possible to sort movie_credits by release_date like for discover/movies.
By default, i think movie_credits are sorted in the order of entrance in the database (in all case i don't see any logical sort).
I tried this kind of url :
https://api.themoviedb.org/3/person/4135/movie_credits?sort_by=release_date.desc&api_key=xxxxxxxxx
but nothing changed. Order is still the same than without the sort_by
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 ticao2 š§š· pt-BR
on March 23, 2023 at 9:40 AM
sort_by= is not available for this API Request.
But you can use Discover with sort_by=.
Example with Robert Redford, ID 4135.
Reply by InfosCine.com
on March 23, 2023 at 12:07 PM
Thanks but i don't like the results. My page is a total filmography of a celebrity. With this url many movies disappear. I will try another solution. I guess a PHP script can give me what I am looking for. But thanks for your answer