Hi everyone,
I currently try to use the coverartarchive routes of the MusicBrainz API, but unfortunately I get a response that does not really make sense to me. Can you give me a hint, what I do wrong? This is what I try (also with Postman, my Client Software)
curl https://musicbrainz.org/ws/2/release/01839c5e-6c8e-4e0d-af8a-8ff0dd9ae06a --header "Accept: application/json" --header "Host: coverartarchive.org"
The response I get:
<!doctype html>
<html lang=en>
<title>400 Bad Request</title>
<h1>Bad Request</h1>
<p>Only the following entities are supported: release, release-group</p>
Did I use the entity release incorrectly?
Thank you in advance!