I am using the TV api and it would be very helpful if it took a status paramater. By enabling that, it'll be so much easier so keep track of active tv shows and pull out episode data.
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 June 1, 2015 at 3:11 PM
Hi Mikez,
I've created a new ticket for this request here. I'm not sure when I will get to it but it's a good filter to add.
Cheers.
Reply by Michael Destici
on June 5, 2015 at 1:14 PM
Saw that you just added air_date filters. That's even better. Thank you and keep up the good work! :)
Reply by Travis Bell
on June 5, 2015 at 1:51 PM
Hi Mikez,
Perfect, no worries!
Reply by Shahood Ul Hassan
on May 2, 2025 at 6:42 AM
Hi,
It is a useful filter. Can we expect it anytime soon?
Reply by ticao2 🇧🇷 pt-BR
on May 2, 2025 at 12:20 PM
I believe it is already implemented.
TMDb TV
Source: https://www.themoviedb.org/talk/6685c10585e1cbe90c4a5fe0#6686cbdea1784ec9b1334d0f
TMDb MOVIES
Source: https://www.themoviedb.org/talk/6685c10585e1cbe90c4a5fe0#6686d1756a0e4f721e1be5d6
In Trello
https://trello.com/c/0EN8qEVX/117-add-tv-show-status-field-to-discover
https://trello.com/c/Op5LGPeh/63-add-show-type-as-a-tv-discover-filter
Reply by Shahood Ul Hassan
on May 3, 2025 at 7:42 AM
Firstly, are you sure that the values are from 0-5, because the API reference says that the possible values are from 1-6?
Secondly, I'm trying the following query but no matter what value I give to with_release_type, the total number of results remains the same:
https://api.themoviedb.org/3/discover/movie?api_key=[API_KEY]®ion=US&language=en&with_original_language=en&sort_by=popularity.desc&page=1&primary_release_date.gte=2025-05-04&primary_release_date.lte=2026-05-03&with_release_type=4
Can you please tell me what I'm doing wrong?
Reply by Travis Bell
on May 3, 2025 at 11:40 AM
Hi @shahood, you can't use primary release dates and release types together. If you want to use release type, you have to switch to use plain release dates.
Reply by Shahood Ul Hassan
on May 3, 2025 at 1:12 PM
I want to query for movies that are being released in the next one year and have a type of
Post Production
. I have tried the following query with both 3 and 4release_type
but it is returning movies with the statusReleased
instead ofPost Production
.I also tried removing the release dates from the query thinking that if a movie is with Post Production status, its release date should already be in the future. However, the result showed that
with_release_type
is not working at all without the use ofrelease_date
parameter: