{"id":18451721,"url":"https://github.com/skynewz/radarr","last_synced_at":"2026-01-30T11:24:33.424Z","repository":{"id":55969203,"uuid":"253089332","full_name":"SkYNewZ/radarr","owner":"SkYNewZ","description":"Radarr Go client","archived":false,"fork":false,"pushed_at":"2024-09-03T20:56:29.000Z","size":119,"stargazers_count":0,"open_issues_count":5,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-06T07:38:45.528Z","etag":null,"topics":["go","go-package","golang","radarr","radarr-api"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/SkYNewZ/radarr","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SkYNewZ.png","metadata":{"files":{"readme":"README.md","changelog":"history.go","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-04T20:07:50.000Z","updated_at":"2020-12-09T00:28:10.000Z","dependencies_parsed_at":"2022-08-15T10:31:18.268Z","dependency_job_id":null,"html_url":"https://github.com/SkYNewZ/radarr","commit_stats":null,"previous_names":["skynewz/radarr-go","skynewz/radarr-go-client"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkYNewZ%2Fradarr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkYNewZ%2Fradarr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkYNewZ%2Fradarr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkYNewZ%2Fradarr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SkYNewZ","download_url":"https://codeload.github.com/SkYNewZ/radarr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231176016,"owners_count":18339117,"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":["go","go-package","golang","radarr","radarr-api"],"created_at":"2024-11-06T07:29:33.988Z","updated_at":"2026-01-30T11:24:33.379Z","avatar_url":"https://github.com/SkYNewZ.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Radarr Go client\n\n[![](https://github.com/SkYNewZ/radarr/workflows/CD/badge.svg)](https://github.com/SkYNewZ/radarr/actions)\n[![](https://gocover.io/_badge/github.com/skynewz/radarr)](https://gocover.io/github.com/SkYNewZ/radarr)\n[![Go Report Card](https://goreportcard.com/badge/github.com/SkYNewZ/radarr)](https://goreportcard.com/report/github.com/SkYNewZ/radarr)\n![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/skynewz/radarr)\n[![Godoc](https://godoc.org/github.com/SkYNewZ/radarr?status.svg)](https://godoc.org/github.com/SkYNewZ/radarr)\n[![Docker Pulls](https://img.shields.io/docker/pulls/skynewz/radarr)](https://hub.docker.com/r/skynewz/radarr)\n[![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/skynewz/radarr)](https://github.com/SkYNewZ/radarr/releases)\n\nThis is a Go package that lets you to interact with your Radarr instance.\nDeveloped for [Radarr API v2](https://github.com/Radarr/Radarr/wiki/API).\n\nRadarr API v3 is under construction. See [here](https://github.com/orgs/Radarr/projects/2) and [here](https://www.reddit.com/r/radarr/comments/ejjiw2/api_v3/).\n\nYou can use it as CLI. See [related section](cmd/radarr)\n\n## Supports\n\nHere are the currently supported endpoints:\n\n- [x] Calendar\n- [ ] Command\n- [x] Diskspace\n- [x] History\n- [ ] Movie\n  - [x] Returns all Movies in your collection\n  - [x] Returns the movie with the matching ID or 404 if no matching movie is found\n  - [ ] Adds a new movie to your collection\n  - [ ] Update an existing movie\n  - [x] Delete the movie with the given ID\n- [x] Movie Lookup\n- [ ] Queue\n- [x] List Exclusions\n- [x] System-Status\n\n## Getting started\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"log\"\n\n\t\"github.com/SkYNewZ/radarr\"\n)\n\n// Instantiate a standard client\nfunc main() {\n\tclient, err := radarr.New(\"https://my.radarr-instance.fr\", \"radarr-api-key\", nil)\n\tif err != nil {\n\t\tlog.Fatalln(err)\n\t}\n\n\tmovie, err := client.Movies.Get(217)\n\tif err != nil {\n\t\tlog.Fatalln(err)\n\t}\n\tfmt.Printf(\"%s\", movie.Title)\n\n\t// Output:\n\t// Frozen II\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskynewz%2Fradarr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskynewz%2Fradarr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskynewz%2Fradarr/lists"}