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.
Elementu hau kalifikatu edo zerrenda batera gehitzea nahi al duzu?
Ez zara kidea?
tawmae Erabiltzailearen Erantzuna
Maiatza 23, 2024 egunean 10:19 AM(e)tan
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 errorTravis Bell Erabiltzailearen Erantzuna
Maiatza 23, 2024 egunean 11:06 AM(e)tan
As is standard for HTTP, you don't use
?
to add parameters, you use an&
.Would be what you're looking for.
tawmae Erabiltzailearen Erantzuna
Maiatza 23, 2024 egunean 11:09 AM(e)tan
I knew it was a dumb reason, thanks a lot!