OMDb-API
OMDb-API copied to clipboard
Invalid API key!
{"Response":"False","Error":"Invalid API key!"} i showing this error
i am using free api for omdb api
Did you register for an API key? also, your url should looks something like this:
http://www.omdbapi.com/?apikey=YOURAPIKEYHERE&t=MOVIETITLEHERE&type=movie&plot=full"
{"Response":"False","Error":"Invalid API key!"} i showing this error i am using free api for omdb api
I have this problem too. Did you solve it?
Yes I have solved the problem I purchased api from omdb site and resolved it.
On Sun, May 26, 2024, 12:25 PM HadiEbrahmi @.***> wrote:
{"Response":"False","Error":"Invalid API key!"} i showing this error i am using free api for omdb api
I have this problem too. Did you solve it?
— Reply to this email directly, view it on GitHub https://github.com/omdbapi/OMDb-API/issues/311#issuecomment-2132093244, or unsubscribe https://github.com/notifications/unsubscribe-auth/BFZTNELGGFRHDLRTNVNCZ7TZEGBMRAVCNFSM6AAAAABGGWOSKWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZSGA4TGMRUGQ . You are receiving this because you authored the thread.Message ID: @.***>
@Kushpatel05, would you happen to know what database OMDB is using? I have a feeling that it uses the TMDB api on the back end but I wanted to confirm it with someone since there is no documentation on the same.
Yes, it is using IMDb api!
On Tue, May 28, 2024, 1:37 AM Angeline Flora John @.***> wrote:
@Kushpatel05 https://github.com/Kushpatel05, would you happen to know what database OMDB is using? I have a feeling that it uses the TMDB api on the back end but I wanted to confirm it with someone since there is no documentation on the same.
— Reply to this email directly, view it on GitHub https://github.com/omdbapi/OMDb-API/issues/311#issuecomment-2134001341, or unsubscribe https://github.com/notifications/unsubscribe-auth/BFZTNEIQHR3J7VXQTZ4WHZ3ZEOHBFAVCNFSM6AAAAABGGWOSKWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZUGAYDCMZUGE . You are receiving this because you were mentioned.Message ID: @.***>
Ah okay, thanks for confirming. What do you recommend between OMDB and TMDB?
Problem for me was I was using http://
and when I switched it to use https://
, the free key started working
The same problem for me. The free account suddenly stopped working. I tried to regenerate a new API key, but it didn't help. Changing to https
also didn't help. Something has changed, and I started to consider other options available for us while we are prototyping...
@omdbapi, could you please share your comment with us?
Problem for me was I was using
http://
and when I switched it to usehttps://
, the free key started working
This worked for me, my url looks something like this
https://www.omdbapi.com/?apikey=YOUR_API_KEY'