album_search: Search for a specific album

Description Usage Arguments Value See Also

Description

Search for a specific album, the name needs to match exactly. But you can also search for similar albums but the name needs to match exactly too. See for genres and decade valid options: https://developer.musicgraph.com/api-docs/v2/dictionary

Usage

1
2
3
album_search(name = NULL, similar_to = NULL, decade = NULL,
  genre = NULL, country = NULL, gender = NULL, limit = NULL,
  offset = NULL, query = NULL, top_rated = NULL, api_key = NULL)

Arguments

name

*optional Return albums who match the name; exact, case insensitive "White+album"

similar_to

*optional Return albums who are similar to the given name; exact, case insensitive similar_to="The wall"

decade

*optional a decade for instance

genre

*optional a genre such as Blues, Rock etc.

country

see the dictionary

gender

male or female

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

top_rated

only the top results

api_key

your developer API key see getting_api_key

Value

a response object.

See Also

Other album_endpoint: album_edges, album_lookup


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