Hi,
I am trying to integrate the API to this website Ł Ų§Ł Ų³ŁŁ Ų§ which is my costumer
but at production_companies I need to a logic to know the response . but some time one dot make the whole code broke .
it will be much easier for me if I knew the production_companies so I compare them with my API
Regards
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 September 26, 2024 at 8:17 AM
If I understand your problem correctly ...
In this link you will find instructions for downloading a file with valid IDs for all Production Companies.
https://developer.themoviedb.org/docs/daily-id-exports
ATTENTION: Use the correct date format. MM_DD_YYYY
Reply by salona
on September 26, 2024 at 9:19 AM
Thanks for your response my friend . I am sorry if I could not explain clearly .
What I mean is that for example this response :
As we see there 4 companies , So how many companies exist ? what all values we can get at this Array. Because I use at my PHP script function to check is string contains for example Netflix then I will so some tasks
Hope I could able cleared the task
Reply by salona
on September 26, 2024 at 9:31 AM
So what I am asking please
I need all companies name with their ID at API response . example : HBO ==> 49
and so on for the all values can be set as production company
Reply by ticao2 š§š· pt-BR
on September 26, 2024 at 10:14 AM
Sorry, my native language is not English.
Yes, for Westworld these are the 4 "production_companies".
https://www.themoviedb.org/tv/63247-westworld/edit?active_nav_item=production_information
A single TV Show can have multiple "production_companies".
In your example, they are numbered 0, 1, 2 and 3.
Reply by ticao2 š§š· pt-BR
on September 26, 2024 at 10:24 AM
Here we are talking about Networks.
Normally only one for each TV Show.
But there are cases where the TV Show changes Network.
Seasons 1 and 2 on one Network
And seasons 3, 4 and 5 on another Network.
But both, the production company response and the network response, always include the name and ID of each one.
Reply by salona
on September 26, 2024 at 10:25 AM
It is clear now . Thank you so much for the information my friend
Reply by ticao2 š§š· pt-BR
on September 26, 2024 at 10:27 AM
In the case of HBO, sometimes it is network and sometimes it is production company.
I believe with different IDs.