{"id":31947089,"url":"https://github.com/diegocurbelo/themoviedb","last_synced_at":"2026-07-23T00:32:21.384Z","repository":{"id":67564030,"uuid":"147767773","full_name":"diegocurbelo/themoviedb","owner":"diegocurbelo","description":"An Elixir client for themoviedb.org (TMDb) API","archived":false,"fork":false,"pushed_at":"2018-09-08T00:10:47.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-14T11:30:41.407Z","etag":null,"topics":["elixir","tmdb-api"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/diegocurbelo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-09-07T03:52:20.000Z","updated_at":"2023-07-31T01:40:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"8ca92e33-0450-4f44-821c-499c64f4732d","html_url":"https://github.com/diegocurbelo/themoviedb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/diegocurbelo/themoviedb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diegocurbelo%2Fthemoviedb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diegocurbelo%2Fthemoviedb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diegocurbelo%2Fthemoviedb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diegocurbelo%2Fthemoviedb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diegocurbelo","download_url":"https://codeload.github.com/diegocurbelo/themoviedb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diegocurbelo%2Fthemoviedb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35783461,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-22T02:00:06.236Z","response_time":124,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["elixir","tmdb-api"],"created_at":"2025-10-14T11:29:35.762Z","updated_at":"2026-07-23T00:32:21.378Z","avatar_url":"https://github.com/diegocurbelo.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TheMovieDB\n[![Build Status](https://travis-ci.org/diegocurbelo/themoviedb.svg?branch=master)](https://travis-ci.org/diegocurbelo/themoviedb)\n[![Hex.pm Version](http://img.shields.io/hexpm/v/themoviedb.svg?style=flat)](https://hex.pm/packages/themoviedb)\n\n**An Elixir client for themoviedb.org (TMDb) API**\n\n## Installation\n\nAdd `themoviedb` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:themoviedb, \"~\u003e 0.1\"}]\nend\n```\n\n## Usage\n\n```elixir\niex(1)\u003e TheMovieDB.Movies.search \"Star Trek Into Darkness\"\n{:ok,\n %{\n   \"page\" =\u003e 1,\n   \"results\" =\u003e [\n     %{\n       \"adult\" =\u003e false,\n       \"backdrop_path\" =\u003e \"/ns0IojuqJe24AHTxe8RVcWJUCDM.jpg\",\n       \"genre_ids\" =\u003e [28, 12, 878],\n       \"id\" =\u003e 54138,\n       \"original_language\" =\u003e \"en\",\n       \"original_title\" =\u003e \"Star Trek Into Darkness\",\n       \"overview\" =\u003e \"When the crew of the Enterprise is called back home, they find an unstoppable force of terror from within their own organization has detonated the fleet and everything it stands for, leaving our world in a state of crisis.  With a personal score to settle, Captain Kirk leads a manhunt to a war-zone world to capture a one man weapon of mass destruction. As our heroes are propelled into an epic chess game of life and death, love will be challenged, friendships will be torn apart, and sacrifices must be made for the only family Kirk has left: his crew.\",\n       \"popularity\" =\u003e 19.527,\n       \"poster_path\" =\u003e \"/41mhrXASAW3sdn7LBWF49uCX0xi.jpg\",\n       \"release_date\" =\u003e \"2013-05-05\",\n       \"title\" =\u003e \"Star Trek Into Darkness\",\n       \"video\" =\u003e false,\n       \"vote_average\" =\u003e 7.4,\n       \"vote_count\" =\u003e 5454\n     }\n   ],\n   \"total_pages\" =\u003e 1,\n   \"total_results\" =\u003e 1\n }}\n```\n\n## Results\n\n#### Movie\n  - TODO\n\n\n## Documentation\n\nDocumentation is available at [https://hexdocs.pm/themoviedb](https://hexdocs.pm/themoviedb)\n\n\n## License\n\nThis software is licensed under [the MIT license](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiegocurbelo%2Fthemoviedb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiegocurbelo%2Fthemoviedb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiegocurbelo%2Fthemoviedb/lists"}