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
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 January 9, 2023 at 11:14 AM
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
Reply by InfosCine.com
on January 9, 2023 at 11:24 AM
Thanks a lot i've got the file
Reply by InfosCine.com
on January 9, 2023 at 11:32 AM
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)
Reply by ticao2 š§š· pt-BR
on January 9, 2023 at 11:46 AM
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.
Reply by InfosCine.com
on January 9, 2023 at 12:28 PM
It seems you are right ... so pity
Reply by prburns
on May 31, 2023 at 8:13 AM
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!
Reply by Travis Bell
on May 31, 2023 at 10:32 AM
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.