curl --request GET \
--url 'https://api.musixmatch.com/ws/1.1/artist.search?apikey='Search for artists in our database.
curl --request GET \
--url 'https://api.musixmatch.com/ws/1.1/artist.search?apikey='The song artist.
"Taylor Swift"
When set, filters by this artist ID.
"259675"
Decide the output type (json or xml).
"json"
Define the page number for paginated results.
"1"
Define the page size for paginated results. The allowed range is 1 to 100.
"3"
200 OK / 401 Unauthorized
Show child attributes
Was this page helpful?