Subsonic API versions

Subsonic API versions.

Versions

This table shows the REST API version implemented in different Subsonic versions:

Subsonic version REST API version
6.1.4 1.16.1
6.1.2 1.16.0
6.1 1.15.0
6.0 1.14.0
5.3 1.13.0
5.2 1.12.0
5.1 1.11.0
4.9 1.10.2
4.8 1.9.0
4.7 1.8.0
4.6 1.7.0
4.5 1.6.0
4.4 1.5.0
4.2 1.4.0
4.1 1.3.0
4.0 1.2.0
3.9 1.1.1
3.8 1.1.0

Note that a Subsonic-compatible server is backward compatible with a REST client if and only if the major version is the same, and the minor version of the client is less than or equal to the server’s. For example, if the server has REST API version 2.2, it supports client versions 2.0, 2.1 and 2.2, but not versions 1.x, 2.3+ or 3.x. The third part of the version number is not used to determine compatibility.

Last modified March 31, 2023: Remove "Reference" level (0e00cdd)