{"id":22599275,"url":"https://github.com/charan379/tmdb-api-wrapper","last_synced_at":"2025-10-12T06:26:10.662Z","repository":{"id":96427707,"uuid":"598594050","full_name":"charan379/tmdb-api-wrapper","owner":"charan379","description":"This is REST API application consumes tmdb api and adds a wrapper. Basically Developed as part of MovieBunkers Application","archived":false,"fork":false,"pushed_at":"2024-02-26T11:04:08.000Z","size":10321,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-23T04:41:48.830Z","etag":null,"topics":["mbdb","moviebunkers","tmdb","tmdb-api"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/charan379.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2023-02-07T12:38:26.000Z","updated_at":"2023-08-03T10:29:05.000Z","dependencies_parsed_at":"2024-02-26T12:24:32.542Z","dependency_job_id":"ce63fa58-47be-43d5-bce1-9e599e187a6b","html_url":"https://github.com/charan379/tmdb-api-wrapper","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/charan379/tmdb-api-wrapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charan379%2Ftmdb-api-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charan379%2Ftmdb-api-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charan379%2Ftmdb-api-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charan379%2Ftmdb-api-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/charan379","download_url":"https://codeload.github.com/charan379/tmdb-api-wrapper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charan379%2Ftmdb-api-wrapper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010484,"owners_count":26084757,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"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":["mbdb","moviebunkers","tmdb","tmdb-api"],"created_at":"2024-12-08T11:08:50.538Z","updated_at":"2025-10-12T06:26:10.636Z","avatar_url":"https://github.com/charan379.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tmdb-api-wrapper :clapper:\n\n[![VERSION](https://img.shields.io/badge/VERSION-v1.0.6-sucess)](https://github.com/charan379/tmdb-api-wrapper)    [![LAST UPDATD](https://img.shields.io/badge/LAST--UPDATED-26--February--2024-sucess)](https://github.com/charan379/tmdb-api-wrapper) [![AGPL License](https://img.shields.io/badge/LICENSE-GNU%20AGPLv3-informational)](https://www.gnu.org/licenses/agpl-3.0.en.html)\n\nThis is REST API application consumes tmdb api and adds a wrapper. Basically Developed as part of MovieBunkers Application\n\n\n## Environment Variables\n\nTo run this project, you will need to add the following environment variables to your .env file\n\n`APP_TMDB_API`  \n`APP_TMDB_API_URL`  \n`APP_TMDB_API_IMAGES_URL`  \n`APP_TMDB_API_LANGUAGE`  \n`APP_TMDB_API_REGION`  \n\n\n####  Example \n`APP_TMDB_API`=1010cbcbe48**********************  \n`APP_TMDB_API_URL`=https://api.themoviedb.org/3/  \n`APP_TMDB_API_IMAGES_URL`=https://image.tmdb.org/t/p/  \n`APP_TMDB_API_LANGUAGE`=en-US  \n`APP_TMDB_API_REGION`=IN  \n\n## Run\n\nClone the project\n\n```bash\n  git clone https://github.com/charan379/tmdb-api-wrapper.git\n```\n\nGo to the project directory\n\n```bash\n  cd tmdb-api-wrapper\n```\nAdd Environment Variables then\nInstall dependencies\n\n```bash\n  npm install\n```\n\nStart the server\n\n```bash\n  npm run start\n```\n\nServer will start running\n\n## Supported API END Points\n#### Following is the list of supports API End points by [tmdb-api-wrapper](https://github.com/charan379/tmdb-api-wrapper)\n\n| Name | API END Point     | Example | Status   |\n| :------------------------------------- | :--------------- | :------------| :------- |\n| `search` | `GET` [`/tmdb/search`](#get-search) | ```/tmdb/search?query=fight%20club\u0026type=movie\u0026year=1999\u0026pageNo=1``` | **:green_circle:** |\n| `movieDetails` | `GET` [`/tmdb/movie/{tmdb_id}`](#get-movie-details) | ```/tmdb/movie/550``` | **:green_circle:** |\n| `tvDetails` | `GET` [`/tmdb/tv/{tmdb_id}`](#get-tv-details) | ```/tmdb/tv/1399``` | **:green_circle:** |\n| `tvSeasonDetails` | `GET` [`/tmdb/tv/{tmdb_tv_id}/season/{season_number}`](#get-tv-show-season-details-from-tmdb) | ```tmdb/tv/1399/season/1``` | **:green_circle:** |\n\n## API Reference\n\n### GET Search\n#### Retirve a list of movies or tv shows from tmdb\n\n```bash\n  GET /tmdb/search\n```\n\n| Query Parameter | Type     | Description                |\n| :-------- | :------- | :------------------------- |\n| `query` | `string` | **Required**. movie or tv name |\n| `type` | `string` | **Required**. movie or tv |\n| `year` | `number` | release year |\n| `pageNo` | `string` | page number |\n\n#### Example\n```bash\n  GET /tmdb/search?query=fight%20club\u0026type=movie\u0026year=1999\u0026pageNo=1\n```\n### GET movie details\n#### Retirve movie details from tmdb\n\n```bash\n  GET /tmdb/movie/{tmdb_id}\n```\n\n| Path Parameter | Type     | Description                       |\n| :-------- | :------- | :-------------------------------- |\n| `tmdb_id`      | `number` | **Required**. Id of movie to fetch |\n\n#### Example\n```bash\n  GET /tmdb/movie/550\n```\n\n### GET tv details\n#### Retirve tv details from tmdb\n\n```bash\n  GET /tmdb/tv/{tmdb_id}\n```\n\n| Path Parameter | Type     | Description                       |\n| :-------- | :------- | :-------------------------------- |\n| `tmdb_id`      | `number` | **Required**. Id of tv to fetch |\n\n#### Example\n```bash\n  GET /tmdb/tv/1399\n```\n\n### GET tv show season details from tmdb\n#### Retirve tv show season details from tmdb\n\n```bash\n  GET /tmdb/tv/{tmdb_tv_id}/season/{season_number}\n```\n\n| Path Parameter | Type     | Description                       |\n| :-------- | :------- | :-------------------------------- |\n| `tmdb_tv_id`      | `number` | **Required**. Id of tv to fetch |\n| `season_number`      | `number` | **Required**. season number of tv to fetch |\n\n#### Example\n```bash\n  GET /tmdb/tv/1399/season/1\n```\n\n## Authors\n\n- [@charan379](https://www.github.com/charan379)\n\n## License\n\n [![AGPL License](https://img.shields.io/badge/LICENSE-GNU%20AGPLv3-brightgreen)](https://www.gnu.org/licenses/agpl-3.0.en.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharan379%2Ftmdb-api-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcharan379%2Ftmdb-api-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharan379%2Ftmdb-api-wrapper/lists"}