searchArtists: Search Artists

Description Usage Arguments Value Examples

Description

Search Artists

Usage

1
2
searchArtists(API_KEY, mbid = NULL, artistName = NULL, page = 1,
  sort = "sortName", Addtional_Headers = NULL, ResponseType = NULL)

Arguments

API_KEY

Your Setlist FM API Key

mbid

The Artists Musicbrainz MBID

artistName

The Artists Name

page

e page of the site you wish to gather data from

sort

How to sort the pages

Addtional_Headers

Any addtional headers accepted by the api. Such as Language

ResponseType

Whether you want JSON or XML responses (currently it is just a preprocessed list)

Value

a list of artists matching your criteria

Examples

1
2
searchArtists(API_KEY = 'KEY', artistName = 'Frank Turner')
searchArtists(API_KEY = 'KEY', mbid = '0bfba3d3-6a04-4779-bb0a-df07df5b0558')

fusionet24/SetListR documentation built on May 29, 2019, 7:13 a.m.