Search for new release

Hello. I’m looking for the API, to search for new releases, like this

A Perfect Circle - Releases - MusicBrainz.

But I can’t find anything at all.

1 Like

I want to know how to search for an artist’s album by year.

For example, I want to know if I will release an album in 2024 or not, as shown here: Poppy - Releases - MusicBrainz

Hi!

You can use MusicBrainz API / Search - MusicBrainz for this.
See more particularly the search fields for release.

1 Like

There isn’t one, since what I’m looking for is by year, already having the artist code “4ad8190b-d2fd-46f8-a3d9-c0f55c034976” and didn’t find anything at all how to do it.

The only thing I found was this https://musicbrainz.org/ws/2/release?artist=4ad8190b-d2fd-46f8-a3d9-c0f55c034976&status=official&inc=release-groups&limit=100&fmt=json, but I want to search by year.

This is a browse query, not a search query. There is a date field in the Search API.

To follow your last example, it would be https://musicbrainz.org/ws/2/release?query=arid:4ad8190b-d2fd-46f8-a3d9-c0f55c034976+AND+status:official+AND+date:2024&limit=100&fmt=json instead.

5 Likes

That’s what I was looking for. From already thank you very much.

1 Like

There are some that I think I don’t have, for example this one:

https://musicbrainz.org/ws/2/release?query=arid:D8354B38-E942-4C89-BA93-29323432ABC3+AND+status:official+AND+date:2024&limit=100&fmt=json