Hello! I cannot find a way to get tv shows by multiple specific years, I tried first_air_date.gte and first_air_date_year but they take a single value and revolve around those. I have seen someone on here find a solution date will go from one date to another, and give the shows in from that range, but what I need is for example, Tv shows from the years 1956, 1958 and 1967. Is there a query I can do to get these result?
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ أبريل 11, 2023 في 2:17 مساءا
Hi @robisback, there's 4 main filters you'd want to look at to get the results you're looking for. It depends what you're specifically looking for though.
first_air_date.gte
first_air_date.lte
air_date.gte
air_date.lte
If you're looking to filter by original air date (premiere of S1E1), then you'll want to use the
first_air_date
filters. If you want to get a list of shows that had any episodes air during the year, then you can useair_date
.Is an example of shows with an premiere date in the year 1956.