I am trying to get the actors for the TV-series Twin Peaks, I'm using this:
http://www.shbhawani.com/3/tv/1920?api_key=###&append_to_response=credits
But I only get one person listed in the cast (actor), many persons in the crew.
Am I doing something wrong, or is this a bug in the API?
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 October 4, 2022 at 8:21 AM
To get all the credits, use aggregate_credits
Reply by Leon
on October 4, 2022 at 8:21 AM
Hello. The API is behaving as expected. The most recent season of Twin Peaks (Season 3) has only one regular cast member.
If you would like the credits for every episode of Twin Peaks in aggregate, you'll need to change
append_to_response=credits
toappend_to_response=aggregate_credits
. More info:http://www.shbhawani.com/3/tv/get-tv-aggregate-credits
Reply by SweWolf
on October 4, 2022 at 8:41 AM
Big thank you. Works. Case closed.