track_search: Search for a specific track, the name needs to match exactly....

Description Usage Arguments Value See Also

Description

Search for a specific track, the name needs to match exactly. But you can also search for similar albums but the name needs to match exactly too.

Usage

1
2
3
4
track_search(title = NULL, artist_name = NULL, decade = NULL,
  genre = NULL, isrc = NULL, lyrics_phrase = NULL,
  lyrics_keywords = NULL, lyrics_lang = NULL, limit = NULL,
  offset = NULL, query = NULL, api_key = NULL)

Arguments

title

*optional title of the track

artist_name

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

decade

*optional a decade for instance

genre

*optional a genre such as Blues, Rock etc.https://developer.musicgraph.com/api-docs/v2/dictionary

isrc

*optional Return tracks that match a given isrc; exact, case sensitive, f.i. "GBBKS0700574"

lyrics_phrase

*optional Return tracks with lyrics that have an exact match of the given string; case insensitive

lyrics_keywords

*optional Return tracks with lyrics that have keywords that are "most representative" (i.e. in the song's "bag of words"); case insensitive

lyrics_lang

*optional Return tracks with lyrics of a specified language;

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 tracks_endpoint: track_edges, track_lookup


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