artist_lookup: Lookup an artist

Description Usage Arguments Value See Also

Description

If you don't know the exact name of an artist this allows you to search for an artist with partial matching. https://developer.musicgraph.com/api-docs/v2/dictionary

Usage

1
2
artist_lookup(prefix, genre = NULL, decade = NULL, limit = 20,
  offset = 10, query = NULL, api_key = NULL)

Arguments

prefix

part of the name

genre

*optional a genre such as Blues, Rock etc.

decade

*optional a decade for instance

limit

*optional max number of results defaults to 20

offset

*optional pagination which page of the results do you want

query

use this if you know exactly what your query is, leave NULL if you have want to build up the query in steps

api_key

your developer API key see getting_api_key

Value

a response object.

See Also

Other artists_endpoint: artist_edges, artist_search


RMHogervorst/musicgraph documentation built on May 8, 2019, 7:33 a.m.