MusicBrainz website integration example tutorials

I’d like to demonstrate the usefulness of MusicBrainz on my Website, currently running Apache and PHP, but my coding skills are limited and minimal.

Are there some useful tutorials, which explain how I could embed a bit of PHP on a webpage, with an artist’s MusicBrainz ID, and have returned, for example, their releases, which I could then display on the page? It’s a static example, but one step at a time.

1 Like

The easiest would probably be to query against the JSON web service. There should be plenty of tutorials and guides on how to ingest JSON into PHP.

1 Like