MusicBrainz Android app in dire need of a maintainer

Hi. I was thinking on building a shared app for Android and iOS in Flutter (which compiles to native code). But my main concern is the MB API: I’m more into an artist’s recordings than simply listing albums (because I’m interested in listening to every performance available), and to retrieve the whole amount of useful information I have to make many queries.

This is a sample project I did quite rapidly about all the recordings of violinist Nathan Milstein.

I had thought of play a little bit with GraphQL to make a proof-of-concept about a customizable API which would allow to retrieve the essential data at once (necessary for mobile apps to save bandwidth and battery)

What do you think? Is anybody interested in talking more deeply about this? I’m open to suggestions!