{"id":24774973,"url":"https://github.com/xusoo/tmdb-typescript-api","last_synced_at":"2025-10-12T00:31:13.652Z","repository":{"id":57121661,"uuid":"102280290","full_name":"xusoo/tmdb-typescript-api","owner":"xusoo","description":"TMDB's API Wrapper made with Typescript and RxJS","archived":false,"fork":false,"pushed_at":"2018-10-12T17:50:36.000Z","size":197,"stargazers_count":28,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-16T09:48:02.713Z","etag":null,"topics":["api","api-wrapper","observables","rxjs","tmdb","typescript"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/xusoo.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}},"created_at":"2017-09-03T17:03:10.000Z","updated_at":"2024-10-15T16:06:44.000Z","dependencies_parsed_at":"2022-08-24T14:59:19.135Z","dependency_job_id":null,"html_url":"https://github.com/xusoo/tmdb-typescript-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xusoo%2Ftmdb-typescript-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xusoo%2Ftmdb-typescript-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xusoo%2Ftmdb-typescript-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xusoo%2Ftmdb-typescript-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xusoo","download_url":"https://codeload.github.com/xusoo/tmdb-typescript-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236141881,"owners_count":19101615,"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","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":["api","api-wrapper","observables","rxjs","tmdb","typescript"],"created_at":"2025-01-29T06:31:33.084Z","updated_at":"2025-10-12T00:31:08.228Z","avatar_url":"https://github.com/xusoo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This project is a wrapper of the TMDB's v3 API, made with Typescript and RxJS.\n\n## Installation\n\n`npm install --save tmdb-typescript-api`\n\n## Features\n\nImplemented features so far are:\n- Search\n  - Movies\n  - Shows\n  - People\n  - Collections\n  - Companies\n  - Keywords\n- Movies\n  - Details\n- TV\n  - Details\n- People\n  - Details\n- Collections\n  - Details\n\n(PR are welcome, complete list: https://developers.themoviedb.org/3/)\n\n## Usage\n\n```typescript\nlet api: TmdbApi = new TmdbApi('\u003cAPI_KEY\u003e');\n\napi.search.movies('Pulp Fiction').subscribe(movies =\u003e {\n    let movie = movies.results[0];\n    console.log(`\"Pulp Fiction\" was released in ${movie.release_date}`);\n});\n\napi.tvshows.details(4607).subscribe(show =\u003e {\n    console.log(`\"Lost\" had ${show.number_of_seasons} seasons`);\n});\n```\n\nEvery resultant object is an exact copy of the JSON obtained from the original API, so for further documentation: https://developers.themoviedb.org/3/getting-started\n\n## Test\n\n`npm run test`\n\nThis will trigger an offline testing using mock JSON fixtures. If you want to try calls against the actual API, you just need to pass the API key as well:\n\n`npm run test -- --api-key=\u003cAPI_KEY\u003e`\n\n(You also can use `karma start`)\n\n\n## Build\n\n`npm run build`\n\n(Or `rollup -c`)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxusoo%2Ftmdb-typescript-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxusoo%2Ftmdb-typescript-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxusoo%2Ftmdb-typescript-api/lists"}