imdb-api icon indicating copy to clipboard operation
imdb-api copied to clipboard

Serverless IMDB API powered by Cloudflare Worker

Results 7 imdb-api issues
Sort by recently updated
recently updated
newest added

Please add option for storyline

i used this api in an imdb clone i made it used to work fine but now its showing cors error and im not getting any data

request url: https://imdb-api.projects.thetuhin.com/title/tt0349864 Imdb page: https://www.imdb.com/title/tt0349864/ I get `{"message":"Cannot read properties of null (reading 'url')"}` status 500 error. for other movies it works fine

https://www.imdb.com/title/tt5247622/episodes/_ajax?season=1 this doesnt work anymore, also scraping html is only good for first 50 episodes, then they use GraphQL with calculated hash like this: ``` curl 'https://caching.graphql.imdb.com/?operationName=TitleEpisodesSubPagePagination&variables=%7B%22after%22%3A%22dHQxMTA2NzY5Ng%3D%3D%22%2C%22const%22%3A%22tt5247622%22%2C%22filter%22%3A%7B%22includeSeasons%22%3A%5B%221%22%5D%7D%2C%22first%22%3A50%2C%22locale%22%3A%22en-GB%22%2C%22originalTitleText%22%3Afalse%2C%22returnUrl%22%3A%22https%3A%2F%2Fwww.imdb.com%2Fclose_me%22%7D&extensions=%7B%22persistedQuery%22%3A%7B%22sha256Hash%22%3A%22ecdbd1a3df08b6a3903b16662bc636e6cbaf6a6e4fcbf64496ab4da46b8038e2%22%2C%22version%22%3A1%7D%7D' \ -H 'content-type:...

Because of Cloudflare's resource limitations, I plan to run it on my VPS, but it failed to run. The log is as follows: ``` root@:~/imdb-api# docker run -p 3000:3000 -it...

Hi and TNX for your valuable work why episode id is not provided anywhere in api ??? it causes we can't get detailed information of an episode... How can we...

API URL: https://imdb-api.projects.thetuhin.com/title/tt15527388/season/1 IMDb URL: https://www.imdb.com/title/tt15527388/episodes?season=1 Extraction is improper. Please look into this.