A REST API for querying music artist data from MusicBrainz.
Search for artists by name. Returns the top results from the MusicBrainz database.
Example:
curl http://localhost:4000/artists/radiohead
cargo run
The server listens on 0.0.0.0:4000.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A REST API for querying music artist data from MusicBrainz.
Search for artists by name. Returns the top results from the MusicBrainz database.
Example:
curl http://localhost:4000/artists/radiohead
cargo run
The server listens on 0.0.0.0:4000.