Hey everyone,
I’m trying to get metadata by rest API call following: Web API — AcousticBrainz 1.0.0 documentation
*Base URL: https://acousticbrainz.org
*Endpoint: GET /api/v1/mbid/high-level
I extracted the MBID from Musicbrainz:
https://musicbrainz.org/release/b23174de-9120-4324-af29-40e910c088c2/details
and the actual call is:
https://acousticbrainz.org/api/v1/b23174de-9120-4324-af29-40e910c088c2/low-level
-
but getting 404 (not found) and tried also against other MBIDs and still 404.
-
to mention that I’ve found here inside the topics MBID that someone mentioned and its works with that call:
https://acousticbrainz.org/api/v1/96685213-a25c-4678-9a13-abd9ec81cf35/low-level
Does anyone know why it doesn’t work for MBID by MusicBriaze? or maybe I need to put the value of the record id instead? if so - where i can find that record id?
Thanks for any help!
