I am searching movie like this example.
http://api.themoviedb.org/3/search/movie?api_key=example&language=en-US&query=example&year=2010&include_adult=false
now how can i find tv show details with tv show name only
can you give me the api?
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 August 12, 2024 at 8:40 AM
Instructions are here:
https://developer.themoviedb.org/reference/search-tv
Example for TV named NCIS.
https://api.themoviedb.org/3/search/tv?api_key=THE_KEY&language=pt-BR&query=NCIS&page=1&year=2003&include_adult=false
Reply by mohaiminur404
on August 13, 2024 at 12:33 AM
Thanks