OMDb-API
OMDb-API copied to clipboard
The Open Movie Database Bug Tracking
{"Response":"False","Error":"Invalid API key!"} i showing this error i am using free api for omdb api
Currently I am implementing a search function to my page. If user searches something, server will send API request to omdbapi and return the result. Problem is I cannot force...
How do I search using Omdb in Portuguese?
Hello, I would like to contribute to this project and add such a functionality. Ping me If you're interested!
omdbapi returns "Runtime":"2 min" for these new TV Series: 1. https://www.imdb.com/title/tt10982034/ 2. https://www.imdb.com/title/tt11950864
Get image via image API returns 404 for the following movie http://img.omdbapi.com/?i=tt2934286&apikey= But when getting info for the same id http://www.omdbapi.com/?i=tt2934286&apikey= poster url is present and is working fine. info...
For instance, http://www.omdbapi.com/?apikey=APIKEY&s=all&page=804&type= gives: ```json { "Search": [ { "Title": "All My Friends Are Dead", "Year": "2022", "imdbID": "tt23733314", "Type": "movie", "Poster": "https://m.media-amazon.com/images/M/MV5BMGI4NDg5ODctNmE5OC00YjYzLThkOGMtM2M5OGMyMzJhYzRiXkEyXkFqcGdeQXVyMTU4MzAxNDE3._V1_SX300.jpg" }, { "Title": "Elsewhere Starts Here and...
When you send a title query like: curl "https://www.omdbapi.com?apikey=my_key&t=Star&y=2001" you get a response filtered for the year 2001. When you send a search query like: curl "https://www.omdbapi.com?apikey=my_key&s=Star&y=2001" the response doesn't...
I have used this API the problem is on your localhost will be work if you have been deployed won't be access. It's happening because you are blocking the server...
http://www.omdbapi.com/?apikey=[yourkey]& and also http://img.omdbapi.com/?apikey=[yourkey]& is not working Even after putting the key unable to get all the data { "Response": "False", "Error": "Incorrect IMDb ID." }