mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-03 05:25:10 +00:00
Updated Artist Lookup (markdown)
parent
5df97dc8f0
commit
0c770ebb54
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue