browse_artists_by | R Documentation |
Browse artists by related id
browse_artists_by(entity, mbid, includes = NULL, limit = NULL, offset = NULL)
entity |
area, recording, release, release-group or work |
mbid |
id of an object, specified by entity |
includes |
tags |
limit |
restrict number of records retrieved from musicbrainz database |
offset |
number of records to skip |
a tibble of artists consisting of mbid, type, name, gender, country, area and other fields
# browse Norwegian artists
browse_artists_by("area", "6743d351-6f37-3049-9724-5041161fff4d")
# browse artists from Oslo
browse_artists_by("area", "f80d529e-f242-46ef-a090-d193ed23075f")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.