README.md
March 22, 2026 · View on GitHub
Table of Contents
About The Project
A Python library for the following arr API's:
- Sonarr
- Radarr
- Readarr
- Lidarr
- Prowlarr
- Dispatcharr
- Bazarr
- Whisparr
The library supports both Synchronous and Asynchronous (asyncio) usage, providing a consistent API for both. It returns results in JSON format for ease of use, this also reduces the risk of failue when the arr APIs are updated.
Built With
Getting Started
Features
- Support for multiple Arr APIs
- Sonarr
- Radarr
- Readarr
- Lidarr
- Type checking
Compatibility
The below versions are based on our last tests, This will be updated as tests fail and updates are published.
| Version | Sonarr | Radarr | Readarr | Lidarr |
|---|---|---|---|---|
| v5.0.0 | from: v3.0.10.1567 | from: v4.3.2.6857 | from: v0.1.4.1596 | from: v1.0.2.2592 |
Roadmap
See the feature requests for a full list of requested features.
Sponsor
My projects arent possible without the support of the community, please consider donating a small amount to keep these projects alive.
Contributing
Got something you would like to add? check out the contributing guide in the documentation
License
- Copyright © Total Debug.
Contact
Acknowledgments
Below are a list of resources that I used to assist with this project.
- None at this time