{"id":21721095,"url":"https://github.com/anderly/moviejs","last_synced_at":"2026-05-15T20:31:02.104Z","repository":{"id":5180295,"uuid":"6354561","full_name":"anderly/moviejs","owner":"anderly","description":"MovieJS","archived":false,"fork":false,"pushed_at":"2012-10-30T18:38:45.000Z","size":5148,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-21T21:53:28.387Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"google/benchmark","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anderly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-10-23T15:03:45.000Z","updated_at":"2017-12-31T01:54:23.000Z","dependencies_parsed_at":"2022-09-19T02:10:43.774Z","dependency_job_id":null,"html_url":"https://github.com/anderly/moviejs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anderly/moviejs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anderly%2Fmoviejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anderly%2Fmoviejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anderly%2Fmoviejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anderly%2Fmoviejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anderly","download_url":"https://codeload.github.com/anderly/moviejs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anderly%2Fmoviejs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33078898,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-26T02:13:45.769Z","updated_at":"2026-05-15T20:31:02.090Z","avatar_url":"https://github.com/anderly.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MovieJS\n\n## Summary\n\n[IMDB][0] is great for looking up movie information (plot, director, actors, rating, etc.), but it currently has no public API. During a recent project for several theater chains, I needed to be able to pull in movie information from IMDB and I already had the IMDB title IDs.\n\nHence, MovieJS was born to provide a fast, simple IMDB-backed API supporting movie-lookup by IMDB title id as well as some search scenarios.\n\nWe leverage [cheerio][1] (the excellent jQuery-esque node module) for some nice server-side dom loading and parsing and then resort to regex where we have to.\n\nWe do not replicate/persist IMDB data but instead simply cache API query results in Redis using a sliding expiration to avoid uncessary overhead calling IMDB.\n\n### Base Uri\n\n- http://api.moviejs.com\n\n### Resources\n\n- Titles: /v1/titles/:id (where id is IMDB title id) example: [The Dark Knight Rises][2]\n- Titles (search):\n/v1/titles/?search=:term (where term is a keyword or phrase) example: [Search for \"katy perry\"][3]\n\n### Disclaimer\n\nThis is very much a work in progress and I'm considering adding other movie-info sources (other than IMDB) should the need or demand arise.\n\n[0]:http://www.imdb.com\n[1]:https://github.com/MatthewMueller/cheerio\n[2]:http://api.moviejs.com/v1/titles/tt1345836\n[3]:http://api.moviejs.com/v1/titles/?search=katy+perry","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanderly%2Fmoviejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanderly%2Fmoviejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanderly%2Fmoviejs/lists"}