Missing API Endpoints in PyArrο
This document lists the API endpoints from the βArrβ suite that are currently missing or not fully implemented in the new pyarr structure. This list is based on the official OpenAPI specifications and documentation for each service.
Sonarr Specificο
Series & Episodes:
PUT /api/v3/series/editor: Bulk update multiple series.POST /api/v3/series/import: Bulk import series from a path.POST /api/v3/episode/monitor: Bulk update episode monitored status.POST /api/v3/episode/search: Trigger search for specific episodes.
Wanted List:
GET /api/v3/wanted/cutoff: List episodes where the quality cutoff is unmet.
Profiles:
GET/POST/PUT/DELETE /api/v3/languageprofile: Full CRUD for language profiles.GET/POST/PUT/DELETE /api/v3/delayprofile: Full CRUD for delay profiles.
Radarr Specificο
Movies:
PUT /api/v3/movie/editor: Bulk update multiple movies.POST /api/v3/movie/import: Bulk import movies from a path.
Custom Formats:
GET/POST/PUT/DELETE /api/v3/customformat: Full CRUD for Custom Formats.GET /api/v3/customformat/schema: Get schema for custom formats.
Collections:
GET /api/v3/collection: List movie collections.GET /api/v3/collection/{id}: Get specific collection details.
Lidarr Specificο
Artists & Albums:
PUT /api/v1/artist/editor: Bulk update multiple artists.PUT /api/v1/album/editor: Bulk update multiple albums.
Media Management:
GET /api/v1/retag: List files that need retagging.POST /api/v1/retag: Execute retagging operations.
Profiles:
GET/POST/PUT/DELETE /api/v1/metadataprofile: Full CRUD for metadata profiles.
Prowlarr Specificο
Indexer Management:
POST /api/v1/indexer/test: Test a specific indexer configuration.POST /api/v1/indexer/testall: Test all configured indexers.GET /api/v1/indexerstats: Performance statistics for indexers.GET /api/v1/indexerstatus: Detailed health status for indexers.
Sync Management:
GET/POST/PUT/DELETE /api/v1/appprofile: Manage application sync profiles.
Bazarr Specificο
Resource Management:
GET/POST/PUT/DELETE /api/series: Manage TV series within Bazarr.GET/POST/PUT/DELETE /api/movies: Manage movies within Bazarr.GET/POST/PUT/DELETE /api/episodes: Manage episodes within Bazarr.
Subtitle Operations:
GET /api/subtitles/wanted: List media missing subtitles.POST /api/subtitles/search: Trigger search for subtitles.
Dispatcharr Specificο
Exports:
GET /epg: Export XMLTV data.GET /m3u: Export M3U playlist data.
Management:
GET/POST/PUT/DELETE /api/v1/series-rules: Manage DVR/Series recording rules.