Feature-by-version compatibility matrix
const url = 'https://example.com/api/v1/compatibility/versions';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/api/v1/compatibility/versionsReturns the static feature-by-version-tier compatibility matrix for every supported Arr application, derived from the authored support ranges. Answers “which Praxrr features work with which application versions” without needing a connected instance.
Responses
Section titled “Responses”Version compatibility matrix
object
Per-app feature-by-version-tier availability
object
Arr application type
object
Versions below this are unsupported
Versions below this are degraded (below recommended)
Latest tested version; newer versions stay supported with an informational warning
Versions at or below this are degraded with an end-of-support advisory
Versions at or above this are unsupported (known or expected breaking major)
Feature surfaces gated to degraded when the tier is degraded
Extra advisory copy surfaced with an end-of-support warning
Documentation link surfaced with warnings
Per-feature availability across every support tier
object
Feature surface (workflow or sync) this row describes
Per-tier resolved availability status for this feature
object
Example
{ "apps": [ { "arrType": "radarr", "features": [ { "tiers": { "additionalProperty": "available" } } ] } ]}Authentication required
object
Error message
Examplegenerated
{ "error": "example"}Failed to build version compatibility matrix
object
Error message
Examplegenerated
{ "error": "example"}