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 :)
Kan du ikke finde en film eller TV-serie? Log in og opret den.
Want to rate or add this item to a list?
Ikke medlem?
Svar af Dale
d. 11 august 2015 kl. 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.