Cover Art Archive/API/Libraries: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(Copy information from https://wiki.musicbrainz.org/index.php?title=libcoverart&oldid=76069#Language_Bindings and format to follow the same layout as other (MB and CAA) API client library pages)
(Move third party libraries to their own subpage to allow including it in libcoverart page too)
Line 3: Line 3:
'''Third party libraries:'''
'''Third party libraries:'''


{{:Cover_Art_Archive/API/Libraries/Third_Party}}
* [https://github.com/lastfm/coverartarchive-api coverartarchive-api], a Java client library (CoverArtArchiveClient) developed by ''Last.fm''
* [https://github.com/mineo/gocaa gocaa], a Go client library
* [https://github.com/Zastai/MetaBrainz.MusicBrainz.CoverArt MetaBrainz.MusicBrainz.CoverArt], a .NET client library ([https://www.nuget.org/packages/MetaBrainz.MusicBrainz.CoverArt/ NuGet Package])
* [https://github.com/stephan-strate/php-cover-art-archive-api php-cover-art-archive-api], a PHP 7.4+ client library

Revision as of 11:00, 28 October 2023

It can be accessed with our C/C++ library, libcoverart, or our Perl library, CoverArtArchive (CPAN).

Third party libraries: