Hi,
Is it possible to get a list of the movies broadcasted at TV by countries ? I read we have to go in network but we need a network_id and I didn't found how to get it. Thanks
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة ticao2 🇧🇷 pt-BR
بتاريخ يناير 9, 2023 في 11:14 صباحا
The list of all Networks with their respective IDs you can get here.
https://developers.themoviedb.org/3/getting-started/daily-file-exports
Example:
files.tmdb.org/p/exports/tv_network_ids_01_08_2023.json.gz
Attention: The date format is MM_DD_YYYY
رد بواسطة InfosCine.com
بتاريخ يناير 9, 2023 في 11:24 صباحا
Thanks a lot i've got the file
رد بواسطة InfosCine.com
بتاريخ يناير 9, 2023 في 11:32 صباحا
just try to understand how the file works. It just gives the name of the TV channels but to get the movies broadcasted by theses channels ? (moreover pity that this file is not sort by countries)
رد بواسطة ticao2 🇧🇷 pt-BR
بتاريخ يناير 9, 2023 في 11:46 صباحا
I do not remember anymore. I would have to search.
Do you remember where you read this information?
I believe it would be using Discover.
https://developers.themoviedb.org/3/discover/movie-discover
https://developers.themoviedb.org/3/discover/tv-discover
But I think the "with_networks" filter is only available for TV Show and not for Movies.
رد بواسطة InfosCine.com
بتاريخ يناير 9, 2023 في 12:28 مساءا
It seems you are right ... so pity
رد بواسطة prburns
بتاريخ مايو 31, 2023 في 8:13 صباحا
Hey @ticao2 - I am looking for a similar feature: given a network ID, return all series the network is responsible for. This seems like a great fit for the 'Discover' query, and based on the discussion above it looks like that was present earlier this year? I'm not seeing an option for "with_networks" in the current API documentation at least. There is a "with_companies" filter, but the IDs for that search do not look to be the same as the Network IDs. Help!
رد بواسطة Travis Bell
بتاريخ مايو 31, 2023 في 10:32 صباحا
Hi @prburns, I've just updated the docs.
with_networks
is a valid filter for TV, but obviously not for movies since networks can't be attached to movies.Thanks.