Difference between revisions of "Radaar"

From Indie IT Wiki
Line 12: Line 12:
  
 
[https://wiki.servarr.com/radarr/custom-scripts Custom Scripts]
 
[https://wiki.servarr.com/radarr/custom-scripts Custom Scripts]
 +
 +
== API ==
 +
 +
=== List Movies ===
 +
 +
curl -X "GET" "<nowiki>http://192.168.0.252:7878/api/v3/movie</nowiki>" -H "accept: application/json" -H "X-Api-Key: xxxxxxxxxxxxxxxxxxxxxxxx"
  
 
[[Category:Multimedia]]
 
[[Category:Multimedia]]
 
[[Category:Software]]
 
[[Category:Software]]

Revision as of 09:22, 2 November 2024

Introduction

Radarr is an independent fork of Sonarr reworked for automatic downloading.

https://radarr.video

Installation

https://github.com/Radarr/Radarr/wiki/Installation

Information

Custom Scripts

API

List Movies

curl -X "GET" "http://192.168.0.252:7878/api/v3/movie" -H "accept: application/json" -H "X-Api-Key: xxxxxxxxxxxxxxxxxxxxxxxx"