MusicBrainz API/Libraries: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(Libraries section copied from https://wiki.musicbrainz.org/index.php?title=MusicBrainz_API&oldid=76080)
 
(Format to follow the same layout as other (CAA API and Disc ID calculation) library pages)
Line 1: Line 1:
The API can be accessed with our C++ library, [[libmusicbrainz]], or any of the following third party libraries:
It can be accessed with our C/C++ library, [[libmusicbrainz]], or any of its [[libmusicbrainz#Language_Bindings|language bindings]].

'''Third party libraries:'''


* Python: [http://python-musicbrainzngs.readthedocs.org/ python-musicbrainzngs] Python2/3 bindings
* Python: [http://python-musicbrainzngs.readthedocs.org/ python-musicbrainzngs] Python2/3 bindings

Revision as of 10:36, 28 October 2023

It can be accessed with our C/C++ library, libmusicbrainz, or any of its language bindings.

Third party libraries: