Updated Artist Lookup (markdown)

master
Qstick 6 years ago
parent 5df97dc8f0
commit 0c770ebb54

@ -10,7 +10,7 @@ Searches for new artists on Lidarr API
Required:
`term` = Either the Artist's Name, using `%20` to signify spaces, as in `term=Linkin%20Park`
Or you can use `lidarr:f59c5520-5f46-4d2c-b2c4-822eabf53419` if you know the program's MusicBrainz ID Number - as in `term=Lidarr:f59c5520-5f46-4d2c-b2c4-822eabf53419`
Or you can use `lidarr:f59c5520-5f46-4d2c-b2c4-822eabf53419` if you know the program's MusicBrainz ID Number - as in `term=lidarr:f59c5520-5f46-4d2c-b2c4-822eabf53419`
#### Full Breakdown: ####
@ -21,7 +21,7 @@ curl --request GET "localhost:8989/api/v1/Artist/lookup?term=Linkin%20Park&apike
-- or --
```
curl --request GET "localhost:8989/api/v1/Artist/lookup?term=Lidarr:f59c5520-5f46-4d2c-b2c4-822eabf53419&apikey=YOURAPIKEY"
curl --request GET "localhost:8989/api/v1/Artist/lookup?term=lidarr:f59c5520-5f46-4d2c-b2c4-822eabf53419&apikey=YOURAPIKEY"
```
##### Returns Array ######

Loading…
Cancel
Save