{"id":15910466,"url":"https://github.com/gkye/themoviedatabaseswiftwrapper","last_synced_at":"2026-03-08T11:36:54.995Z","repository":{"id":4067203,"uuid":"51860004","full_name":"gkye/TheMovieDatabaseSwiftWrapper","owner":"gkye","description":"Swift wrapper for themoviedb.org api v3","archived":false,"fork":false,"pushed_at":"2024-01-10T21:38:10.000Z","size":8098,"stargazers_count":153,"open_issues_count":4,"forks_count":38,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-01-07T17:23:48.413Z","etag":null,"topics":["json","movies-api","swift","tmdb","tmdb-api"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/gkye.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,"publiccode":null,"codemeta":null}},"created_at":"2016-02-16T18:53:30.000Z","updated_at":"2024-12-16T18:18:31.000Z","dependencies_parsed_at":"2024-01-10T22:52:14.715Z","dependency_job_id":null,"html_url":"https://github.com/gkye/TheMovieDatabaseSwiftWrapper","commit_stats":{"total_commits":237,"total_committers":18,"mean_commits":"13.166666666666666","dds":0.4852320675105485,"last_synced_commit":"d9459c996942a54a9017b8e02e9bc60e698e452c"},"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gkye%2FTheMovieDatabaseSwiftWrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gkye%2FTheMovieDatabaseSwiftWrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gkye%2FTheMovieDatabaseSwiftWrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gkye%2FTheMovieDatabaseSwiftWrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gkye","download_url":"https://codeload.github.com/gkye/TheMovieDatabaseSwiftWrapper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248008630,"owners_count":21032556,"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":["json","movies-api","swift","tmdb","tmdb-api"],"created_at":"2024-10-06T15:06:15.241Z","updated_at":"2026-03-08T11:36:54.970Z","avatar_url":"https://github.com/gkye.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Platforms](https://img.shields.io/badge/Platforms-macOS_iOS_tvOS_watchOS_-yellowgreen?style=flat-square)](https://img.shields.io/badge/Platforms-macOS_iOS_tvOS_watchOS-Green?style=flat-square)\n[![Swift Package Manager](https://img.shields.io/badge/Swift_Package_Manager-compatible-orange?style=flat-square)](https://img.shields.io/badge/Swift_Package_Manager-compatible-orange?style=flat-square)\n[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/TMDBSwift.svg?style=flat-square)](https://img.shields.io/cocoapods/v/TMDBSwift.svg)\n[![codebeat badge](https://codebeat.co/badges/7a5d93bf-b630-4f1a-a968-4c17903d3906)](https://codebeat.co/projects/github-com-gkye-themoviedatabaseswiftwrapper)\n[![GitHub issues](https://img.shields.io/github/issues/gkye/TheMovieDatabaseSwiftWrapper.svg)](https://github.com/gkye/TheMovieDatabaseSwiftWrapper/issues)\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/gkye/TheMovieDatabaseSwiftWrapper/master/LICENSE)\n\n\n## Usage\n\n1. Get an API key-\u003e \u003ca href=\"https://www.themoviedb.org/documentation/api\"\u003ethemoviedb.org\u003c/a\u003e\n\u003cblockquote\u003e\n\u003cp\u003e\"A TMDb user account is required to request an API key.\"*\u003c/p\u003e\n\u003c/blockquote\u003e\n2. View \u003ca href=\"https://github.com/gkye/TheMovieDatabaseSwiftWrapper/wiki\"\u003eWikis\u003c/a\u003e for examples \n\u003cbr\u003e\n\n## Installation\n\nTMDBSwift is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n```ruby\npod \"TMDBSwift\"\n```\n\n\nTMDBSwift is available through [Swift Package Manager](https://docs.swift.org/package-manager/PackageDescription/PackageDescription.html). To install it to your project, simply add the following to your Package.swift file:\n``` swift\n.package(url: \"https://github.com/gkye/TheMovieDatabaseSwiftWrapper\", from: \"0.7.0\"),\n```\n\n## ENDPOINTS\n* \u003ca href=\"https://github.com/gkye/TheMovieDatabaseSwiftWrapper/wiki/Changes\"\u003eChanges\u003c/a\u003e\n* \u003ca href=\"https://github.com/gkye/TheMovieDatabaseSwiftWrapper/wiki/Collections\"\u003e Collections \u003c/a\u003e\n* \u003ca href=\"https://github.com/gkye/TheMovieDatabaseSwiftWrapper/wiki/Companies\"\u003e Companies \u003c/a\u003e\n* \u003ca href=\"https://github.com/gkye/TheMovieDatabaseSwiftWrapper/wiki/Credits\"\u003e Credits \u003c/a\u003e\n* \u003ca href=\"https://github.com/gkye/TheMovieDatabaseSwiftWrapper/wiki/Discover\"\u003e Discover \u003c/a\u003e | \u003ca href=\"https://github.com/gkye/TheMovieDatabaseSwiftWrapper/wiki/DiscoverTV\"\u003e DiscoverTV \u003c/a\u003e | \n* \u003ca href=\"https://github.com/gkye/TheMovieDatabaseSwiftWrapper/wiki/DiscoverMovie\"\u003e DiscoverMovie\u003c/a\u003e\n*  \u003ca href=\"https://github.com/gkye/TheMovieDatabaseSwiftWrapper/wiki/Find\"\u003e Find\u003c/a\u003e\n* \u003ca href=\"https://github.com/gkye/TheMovieDatabaseSwiftWrapper/wiki/Keywords\"\u003e Keywords \u003c/a\u003e\n* \u003ca href=\"https://github.com/gkye/TheMovieDatabaseSwiftWrapper/wiki/Lists\"\u003e List \u003c/a\u003e\n* \u003ca href=\"https://github.com/gkye/TheMovieDatabaseSwiftWrapper/wiki/Genres\"\u003e Genres \u003c/a\u003e\n* \u003ca href=\"https://github.com/gkye/TheMovieDatabaseSwiftWrapper/wiki/Networks\"\u003e Networks \u003c/a\u003e\n* \u003ca href=\"https://github.com/gkye/TheMovieDatabaseSwiftWrapper/wiki/People\"\u003e People \u003c/a\u003e\n* \u003ca href=\"https://github.com/gkye/TheMovieDatabaseSwiftWrapper/wiki/Reviews\"\u003e Reviews \u003c/a\u003e \n* \u003ca href=\"https://github.com/gkye/TheMovieDatabaseSwiftWrapper/wiki/Search\"\u003e Search \u003c/a\u003e \n* \u003ca href=\"https://github.com/gkye/TheMovieDatabaseSwiftWrapper/wiki/TV\"\u003eTV\u003c/a\u003e\n* \u003ca href=\"https://github.com/gkye/TheMovieDatabaseSwiftWrapper/wiki/TVSeasons\"\u003eTVSeasons\u003c/a\u003e\n* \u003ca href=\"https://github.com/gkye/TheMovieDatabaseSwiftWrapper/wiki/TVEpisodes\"\u003eTVEpisodes\u003c/a\u003e\n* \u003ca href=\"https://github.com/gkye/TheMovieDatabaseSwiftWrapper/wiki/Movies\"\u003eMovie\u003c/a\u003e\n\n* Certifications \n\n## Author\nGeorge Kye\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgkye%2Fthemoviedatabaseswiftwrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgkye%2Fthemoviedatabaseswiftwrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgkye%2Fthemoviedatabaseswiftwrapper/lists"}