Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 596 Bytes

api.md

File metadata and controls

18 lines (14 loc) · 596 Bytes
layout title permalink
docs
API
/docs/api/

Subsonic API

We will try not to break with the Subsonic API.

Airsonic currently embed Subsonic API version {{ site.subsonic_api_version }}.

NOTE: Some features where removed or not integrated, so some endpoint of the API will return some errors:

  • getChatMessages returns 410 Gone
  • addChatMessage returns 410 Gone
  • getVideoInfo returns 501 Not implemented
  • getCaptions returns 501 Not implemented

If you want to use the API please find the API documentation on the Subsonic website.