Hello, I have an issue while using the API to look for movies details. I'm not getting any results, as an example I'm using the following requests:
$ curl --request GET --url 'https://api.themoviedb.org/3/search/movie?api_key=KEY&language=en-US&query=alien%20romolus' ─╯
{"page":1,"results":[],"total_pages":1,"total_results":0}
Am I doing something wrong ?
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2024 年 08 月 29 日 11:00上午
You're searching "romolus" when you mean to be searching for "romulus".