Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

198
Views
503 Service Unavailable with MusicBrainz API

I'm working on a school project and I'm trying to get all albums details and informations for a band in one call with the musicbrainz api?

I'm using this:

https://musicbrainz.org/ws/2/release/?artist=055b084a-9a90-4df4-b2d7-1c1192f9d144&inc=recordings&fmt=json

But I can't make it work. When sending the request, the Firefox console returns this error message:

GET https://musicbrainz.org/ws/2/release/?artist=055b084a-9a90-4df4-b2d7-1c1192f9d144&inc=recordings&fmt=json [HTTP/2 503 Service Unavailable]

Sorry for italian spaghetti language.

My code:

 $(document).ready(function(){
        $("#pulsante_album").click(function(){
            var i = $("lista_discografia").val();
            $.getJSON("https://musicbrainz.org/ws/2/release/?artist=055b084a-9a90-4df4-b2d7-1c1192f9d144&inc=recordings&fmt=json"), function(dati) {
                console.log(dati);
                
                var album = dati.release;
                var label = dati.label;
                var genere = dati.genre;
                var stringa = "Titolo: " + album + " - Etichetta: " + label + " - Genere: " + genre;
                
                $("div_dati").text(stringa);
            };
            $("pulsante_album").val("Visualizza");


    });

});
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!