Using this URL and getting a successful response, after adding a language however I get this response:
Any idea what I'm doing wrong?
Film of tv-serie niet gevonden? Meld je aan om deze toe te voegen.
Want to rate or add this item to a list?
Not a member?
Reactie van tawmae
op 23 mei 2024 om 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 errorReactie van Travis Bell
op 23 mei 2024 om 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.
Reactie van tawmae
op 23 mei 2024 om 11:09 AM
I knew it was a dumb reason, thanks a lot!