Using this URL and getting a successful response, after adding a language however I get this response:
Any idea what I'm doing wrong?
Can't find a movie or TV show? Login to create it.
Ma doonaysaa inaad qiimayso ama ku darto shaygan liiska?
Ma aha xubin?
Reply by tawmae
on May 23, 2024 at 10:19 AM
For whatever reason it wouldn't let me add the URLs..
https: // api.themoviedb. org/3/collection/1733?api_key=d0d[redacted]
-> works finehttps: // api.themoviedb. org/3/collection/1733?api_key=d0d[redacted]?language=en-US
throws invalid key errorReply by Travis Bell
on May 23, 2024 at 11:06 AM
As is standard for HTTP, you don't use
?
to add parameters, you use an&
.Would be what you're looking for.
Reply by tawmae
on May 23, 2024 at 11:09 AM
I knew it was a dumb reason, thanks a lot!