I'm trying to search a list. using http://api.themoviedb.org/3/search/list?api_key=?query=
what does CGI escaped string means? how that should be?
Thank you :)
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 Dale
on August 11, 2015 at 2:50 PM
First thing is you need to get a API key. The next thing is your need to change the second question mark to &. For example
http://api.themoviedb.org/3/search/list?api_key=KEY&query=kids
might want to try using Google for your question about CGI.
Dale.